Add NGToggleSidebar command (#79)

This commit is contained in:
daa
2018-03-30 23:54:37 +03:00
parent 7b59a2c1eb
commit 9ef88bc30b
6 changed files with 101 additions and 135 deletions

View File

@@ -54,3 +54,6 @@ function s:GuiFontCommand(fname, bang) abort
endif
endfunction
command! -nargs=? -bang Guifont call s:GuiFontCommand("<args>", "<bang>")
command! -nargs=? -bang GuiFont call s:GuiFontCommand("<args>", "<bang>")
command! NGToggleSidebar call rpcnotify(1, 'Gui', 'Command', 'ToggleSidebar')