Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Created February 2, 2014 18:45
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/8772876 to your computer and use it in GitHub Desktop.
Save haya14busa/8772876 to your computer and use it in GitHub Desktop.
				*v:hlsearch* *hlsearch-variable*

v:hlsearch 検索による強調表示がオンになっているかどうかを確認する変数。 |+extra_search| 機能が必要である 'hlsearch' が有効になっている 時のみ意味をなす。この変数を0に設定することは、 |:nohlsearch| コマンドを実行することと同様に働き、1に設定することは以下と同様に働く > let &hlsearch = &hlsearch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment