Feature: Add command VimwikiColorize (Issue #990)
Only colorize the current line to start
This commit is contained in:
@@ -371,6 +371,8 @@ command! -buffer -nargs=* -complete=custom,vimwiki#tags#complete_tags
|
||||
command! -buffer VimwikiPasteUrl call vimwiki#html#PasteUrl(expand('%:p'))
|
||||
command! -buffer VimwikiCatUrl call vimwiki#html#CatUrl(expand('%:p'))
|
||||
|
||||
command! -buffer -nargs=* -complete=custom,vimwiki#base#complete_colorize
|
||||
\ VimwikiColorize call vimwiki#base#colorize(<f-args>)
|
||||
|
||||
" ------------------------------------------------
|
||||
" Keybindings
|
||||
@@ -716,7 +718,6 @@ if str2nr(vimwiki#vars#get_global('key_mappings').headers)
|
||||
call vimwiki#u#map_key('n', '[=', '<Plug>VimwikiGoToPrevSiblingHeader')
|
||||
endif
|
||||
|
||||
|
||||
if vimwiki#vars#get_wikilocal('auto_export')
|
||||
" Automatically generate HTML on page write.
|
||||
augroup vimwiki
|
||||
|
||||
Reference in New Issue
Block a user