diff --git a/ftplugin/notecrate.vim b/ftplugin/notecrate.vim index b1a6b86..56fcb05 100644 --- a/ftplugin/notecrate.vim +++ b/ftplugin/notecrate.vim @@ -5,7 +5,7 @@ setlocal foldlevel=3 " setlocal formatoptions=cro -command -nargs=1 Rename call notecrate#rename_note() +command! -nargs=1 Rename call notecrate#rename_note() nnoremap c :call notecrate#convert() nnoremap o :call notecrate#search_open()