1
Fork 0
Joshua Potter 2017-07-25 11:07:53 -07:00
commit 01f8e92971
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ v_["x]d& Note the v indicates visual mode. Removes the visually
selected region from register x. selected region from register x.
============================================================================== ==============================================================================
Section 2: Statusline *highlight-variables* Section 2: Variables *highlight-variables*
g:highlight_registry g:highlight_registry

View File

@ -10,7 +10,7 @@ endif
let g:loaded_highlight_registry = 1 let g:loaded_highlight_registry = 1
" GLOBAL VARIABLES: " GLOBAL VARIABLES: {{{1
" ============================================================================== " ==============================================================================
" g:highlight_registry :: { String : { String : String } } {{{2 " g:highlight_registry :: { String : { String : String } } {{{2