UnMtchBracket.vim : 閉じられていない括弧をハイライト表示
入力モードでテキストを入力している時に、 キチンと閉じられていない、半角波括弧{}、半角角括弧[]、半角丸括弧()を見つけて、 ハイライト表示するスクリプトです。 (Windows, Mac)
概要
Highlight UnMatched Brackets : Capture those unmatched brackets while u r still in insert-mode
http://www.vim.org/scripts/script.php?script_id=350
入力モードでテキストを入力している時に、 キチンと閉じられていない、半角波括弧{}、半角角括弧[]、半角丸括弧()を見つけて、 ハイライト表示するスクリプトです。
インストール方法
スクリプト をダウンロードして、
pluginディレクトリにコピーしてください。
ファイル | URL |
---|---|
UnMtchBracket.vim | http://www.vim.org/scripts/script.php?script_id=350 |
マッチするペアの組み合わせの追加について
例えば「<>」に対しても、このスクリプトの機能を働かせたい場合は、
vimエディタの設定ファイルで、「matchpairs」変数に「<>」の組合せを追加します。
:set matchpairs+=<:>
Note
「matchpairs」変数についての詳細は、
パーセント「%」キーで対応する括弧へカーソルを移動する
の記事を参照してください。
Recent Comments
ありがとうございます!
http://nanasi.jp/articles/howto/editing/visualcursor-endtoend.html · 7 years ago
知りませんでした。有難うございました。
http://nanasi.jp/articles/howto/file/open-with-format.html · 9 years ago
<c-f>1ページ分、下にスクロールする<c-b>1ページ分、上にスクロールする
どっちも逆です。
http://nanasi.jp/articles/howto/user-manual/user-manual-motion.html · 10 years ago
set 使用時に : で閉じるのを忘れて右往左往してました。
http://nanasi.jp/articles/howto/file/modeline.html · 10 years ago
やっぱり日本語の方が早いっす。
http://nanasi.jp/articles/howto/help/help_ja.html · 11 years ago