Skip regexp when selecting form for cpp

Closes #188.
This commit is contained in:
Tim Pope 2014-12-11 11:31:23 -05:00
parent 0ecd9ec587
commit 506cf288bd
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ augroup END
" Section: Eval
let fireplace#skip = 'synIDattr(synID(line("."),col("."),1),"name") =~? "comment\\|string\\|char"'
let fireplace#skip = 'synIDattr(synID(line("."),col("."),1),"name") =~? "comment\\|string\\|char\\|regexp"'
function! s:opfunc(type) abort
let sel_save = &selection