Added NrrwRgn plugin

This commit is contained in:
Yan Pritzker
2012-09-26 08:21:48 -07:00
parent f145df4e6f
commit 249d86e5f2
9 changed files with 2355 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
- Implement MultiEditing for :NRM
(see https://github.com/felixr/vim-multiedit/blob/master/plugin/multiedit.vim
and http://blog.felixriedel.com/2012/06/multi-editing-in-vim/)
- When disabling Narrowing using :NRN and one quits the buffer,
should the highlighting be removed? (it doesn't yet)
- I really need some tests, like:
* Visual Narrowing
* Narrowing 1 Region
* Narrowing several independent regions with setting the g:nrrw_rgn_protect
variable
* Multi line narrowing