mtth / cursorcross.vim

Sane cursorcolumn and cursorline handling
33 stars 1 forks source link

breaks delimitMate's CR expansion #4

Open mar04 opened 10 years ago

mar04 commented 10 years ago

delimitMate plugin has an option to expand CR, for example, when I type { and press enter I get: { | } but when cursorcross is loaded I get: { |}

I have following options set in my .vimrc let g:cursorcross_dynamic='w' let g:cursorcross_mappings=0 let g:delimitMate_expand_cr=1 let g:delimitMate_expand_space=1 let g:delimitMate_jump_expansion=1 let g:delimitMate_balance_matchpairs=1