-
add arguments autocompletion in all user commands, storing color and label arguments in dedicated autocompletion lists, for successive usage. Normalize colors to a unique syntax (e.g. 127 -> color127) ?
-
Make highlights persistent, saving on file all changes. So far you can load a script of Higlighlight.vim commands, using
:HighlightLoadScript my_highlight.script
. The specular function (save all Higlighlight.vim commands) must be implemented