Add NGToggleSidebar command (#79)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user