Files
neovim/src
oni-link c10fe010f1 Prevent endless loop in printdigraph(). (#5215)
Calling printdiagraph() with msg_silent != 0 can result in an endless
loop because the loop condition never changes, if msg_col is never
changed.

To fix this, calculate the number of iterations before the loop, which
is always smaller than list_width.
2016-08-11 19:10:32 -04:00
..
2016-06-03 14:15:36 -04:00
2016-03-02 23:56:38 -05:00
2016-06-03 14:15:36 -04:00
2016-06-24 17:16:11 +03:00
2016-06-03 14:15:36 -04:00