Files
neovim/test/functional
ZyX f4744e1821 ex_getln: Do not goto color_cmdline_end without first cleaning up
The issue with debug mode was actually not cleaning up after `try_enter`: 
location `&tstate` was pointing to got invalidated and received some “garbage” 
(actually, values that got stored on the stack afterwards). But pointer to that 
garbage was still stored in `msg_list`, so next attempt to check it resulted in 
a crash.
2017-07-17 01:55:10 +03:00
..
2017-06-26 22:08:13 -04:00
2017-07-15 16:15:47 +02:00
2017-07-04 21:56:05 +02:00
2016-06-10 21:50:49 +03:00