Re: Patch 8.0.0571

2017-04-21 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > 2017-04-20 22:12 GMT+03:00 Bram Moolenaar : > > > > Patch 8.0.0571 > > Problem:The cursor line number becomes negative when using :z^ in an > > empty > > buffer. (neovim #6557) > > Github uses `user/repo#NR` (`ne

Re: Patch 8.0.0571

2017-04-20 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2017-04-20 22:12 GMT+03:00 Bram Moolenaar : > > Patch 8.0.0571 > Problem:The cursor line number becomes negative when using :z^ in an empty > buffer. (neovim #6557) Github uses `user/repo#NR` (`neovim/neovim#6557`) to reference foreign issues. This would reference

Patch 8.0.0571

2017-04-20 Fir de Conversatie Bram Moolenaar
Patch 8.0.0571 Problem:The cursor line number becomes negative when using :z^ in an empty buffer. (neovim #6557) Solution: Correct the line number. Also reset the column. Files: src/testdir/test_ex_z.vim, src/ex_cmds.c *** ../vim-8.0.0570/src/testdir/test_ex_z.vim 2017