Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Created February 11, 2014 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haya14busa/8937080 to your computer and use it in GitHub Desktop.
Save haya14busa/8937080 to your computer and use it in GitHub Desktop.
if exists('v:hlsearch')
let v_hl_save = v:hlsearch
endif
set hlsearch
execute exists('v:hlsearch') ? 'let v:hlsearch = v_hl_save' : 'nohlsearch'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment