Skip to content

Commit 07c3ccd

Browse files
committed
remove Np command
1 parent de5850c commit 07c3ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/nnn.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ if g:nnn#replace_netrw
5656
endif
5757

5858
command! -bar -nargs=? -complete=dir NnnPicker call nnn#pick(<f-args>)
59-
command! -bar -nargs=? -complete=dir Np echohl WarningMsg | echom 'Np is deprecated in favor of NnnPicker' | echohl None | call nnn#pick(<f-args>)
6059

6160
" vim: set sts=4 sw=4 ts=4 et :

0 commit comments

Comments
 (0)