Add < and > in syntax.
This commit is contained in:
parent
4c0e302dd3
commit
dace3adc61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue