Files
neovim/test
Justin M. Keyes 6be8ea0787 coverity/133845: Negative array index read. (FP)
`find_command(s->ca.cmdchar) >= 0` was established near the start of
normal_execute(). And `unshift_special(&s->ca);` "should" not ever
result in s->ca.cmdchar containing a multibyte char.

So only an assert() is needed here.
2017-01-23 15:49:37 +01:00
..
2016-11-17 00:55:39 +01:00
2016-01-14 23:36:58 -05:00
2017-01-21 18:17:44 +01:00
2016-11-17 00:55:39 +01:00