Implement font features (#94)
This commit is contained in:
@@ -52,8 +52,10 @@ function s:GuiFontCommand(fname, bang) abort
|
||||
else
|
||||
call GuiFont(a:fname, a:bang ==# '!')
|
||||
endif
|
||||
endfunction
|
||||
command! -nargs=? -bang Guifont call s:GuiFontCommand("<args>", "<bang>")
|
||||
endfunction
|
||||
command! -nargs=1 -bang Guifont call s:GuiFontCommand("<args>", "<bang>")
|
||||
command! -nargs=1 -bang GuiFont call s:GuiFontCommand("<args>", "<bang>")
|
||||
|
||||
command! -nargs=? GuiFontFeatures call rpcnotify(1, 'Gui', 'FontFeatures', <q-args>)
|
||||
|
||||
command! NGToggleSidebar call rpcnotify(1, 'Gui', 'Command', 'ToggleSidebar')
|
||||
|
||||
Reference in New Issue
Block a user