chrisbra / NrrwRgn

A Narrow Region Plugin for vim (like Emacs Narrow Region)
http://www.vim.org/scripts/script.php?script_id=3075
674 stars 25 forks source link

The WR command fix #79

Closed ilkermutlu closed 4 years ago

ilkermutlu commented 4 years ago

Had this issue: https://github.com/chrisbra/NrrwRgn/issues/78

romainl from #vim in freenode pointed out the <cr>, removing that fixes the issue.

Tested in Neovim 0.4.3

chrisbra commented 4 years ago

Obviously right thanks

Am 22.05.2020 um 13:05 schrieb Ilker Mutlu notifications@github.com:

 Had this issue: #78

romainl from #vim in freenode pointed out the , removing that fixes the issue.

Tested in Neovim 0.4.3

You can view, comment on, or merge this pull request online at:

https://github.com/chrisbra/NrrwRgn/pull/79

Commit Summary

The WR command fix File Changes

M autoload/nrrwrgn.vim (2) Patch Links:

https://github.com/chrisbra/NrrwRgn/pull/79.patch https://github.com/chrisbra/NrrwRgn/pull/79.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chrisbra commented 4 years ago

thanks!