From dace3adc61877a04a58da65c96ccb40cced55f91 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Mon, 16 Dec 2013 17:24:25 +0100 Subject: [PATCH] Add < and > in syntax. --- common/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.vimrc b/common/.vimrc index 3a2d8bc..96dad81 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -229,5 +229,5 @@ if ! has('gui_running') endif let g:jedi#completions_command = "" -autocmd! WinEnter * :if !exists('w:parens_match_id') | let w:parens_match_id=matchadd('operator', '[(){}\[\]\-\+=\\/\*\^,\.:]') | endif +autocmd! WinEnter * :if !exists('w:parens_match_id') | let w:parens_match_id=matchadd('operator', '[(){}\[\]\-\+=\\/\*\^,\.:<>]') | endif