Files
neovim/test/functional
ZyX 7ab152aaa5 ex_getln: Save and restore try state
Problem: when processing cycle such as

    :for pat in [' \ze*', ' \zs*']
    :  try
    :    let l = matchlist('x x', pat)
    :    $put ='E888 NOT detected for ' . pat
    :  catch
    :    $put ='E888 detected for ' . pat
    :  endtry
    :endfor

`:let l = …` throwing an error causes this error to be caught after 
color_cmdline attempts to get callback for highlighting next line (the one with 
`$put = 'E888 NOT…`). Saving/restoring state prevents this from happening.
2017-07-01 15:34:25 +03:00
..
2017-04-09 03:31:13 +03:00
2017-06-27 01:34:54 +03:00
2017-05-20 03:25:22 +03:00
2017-06-06 06:15:16 -04:00
2017-05-08 21:21:03 +03:00
2017-07-01 15:34:25 +03:00
2017-06-20 18:17:47 +03:00
2016-06-10 21:50:49 +03:00