From 307b6bf6e3fe64a0a112da8d89b63096632e7d36 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 14 Aug 2022 13:50:36 +0100 Subject: [PATCH] lazygit 2022-08-14 13:50 --- ftplugin/notecrate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()