Add < and > in syntax.

This commit is contained in:
Christophe Buffenoir 2013-12-16 17:24:25 +01:00
parent 4c0e302dd3
commit dace3adc61
1 changed files with 1 additions and 1 deletions

View File

@ -229,5 +229,5 @@ if ! has('gui_running')
endif
let g:jedi#completions_command = "<C-f>"
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