Skip to content

Commit

Permalink
:NR shouldn't use visual linewise mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Dec 10, 2013
1 parent 141b3f6 commit 48bf91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/NrrwRgn.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ com! -bang NarrowWindow :NW
com! -bang NRLast :NRL

" Define the actual Commands "{{{2
com! -range -bang NR :<line1>, <line2>call nrrwrgn#NrrwRgn(0,<q-bang>)
com! -range -bang NR :<line1>, <line2>call nrrwrgn#NrrwRgn('',<q-bang>)
com! -range NRP :exe ":" . <line1> . ',' . <line2> . 'call nrrwrgn#Prepare()'
com! -bang -range NRV :call nrrwrgn#NrrwRgn(visualmode(), <q-bang>)
com! NUD :call nrrwrgn#UnifiedDiff()
Expand Down

0 comments on commit 48bf91c

Please sign in to comment.