Skip to content

Commit

Permalink
remove Np command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Sep 11, 2021
1 parent de5850c commit 07c3ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/nnn.vim
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ if g:nnn#replace_netrw
endif

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

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

0 comments on commit 07c3ccd

Please sign in to comment.