We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e2f39 commit 40ea24aCopy full SHA for 40ea24a
1 file changed
plugin/nnn.vim
@@ -56,6 +56,6 @@ if g:nnn#replace_netrw
56
endif
57
58
command! -bar -nargs=? -complete=dir NnnPicker call nnn#pick(<f-args>)
59
-command! -bar -nargs=? -complete=dir Np 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>)
60
61
" vim: set sts=4 sw=4 ts=4 et :
0 commit comments