Skip to content

Commit

Permalink
fix stupid syntax error fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Nov 19, 2014
1 parent fb2c6aa commit 3d93244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nrrwrgn.vim
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ fun! <sid>SaveRestoreRegister(values) "{{{1
call setpos("'<", a:values[2][0])
call setpos("'>", a:values[2][1])
endif
endfun!
endfun

fun! <sid>UpdateOrigWin() abort
" Tries to keep the original windo in the same viewport, that
Expand Down
2 changes: 2 additions & 0 deletions doc/NarrowRegion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ looking at my Amazon whishlist: http://www.amazon.de/wishlist/2BKAHE8J7Z6UW
- error when calling Incr Function, Make it override over global mapping.
(issue #31, reported by zc he https://github.com/chrisbra/NrrwRgn/issues/31, thanks!)
- |:NRP| didn't work as documented (reported by David Fishburn, thanks!)
- fix small syntax error in autoload file (issue #32, reported by itchyny
(https://github.com/chrisbra/NrrwRgn/issues/32, thanks!)

0.32 Mar 27, 2014 {{{1
- hooks could corrupt the narrowed buffer, if it wasn't closed (reported by
Expand Down

0 comments on commit 3d93244

Please sign in to comment.