diff --git a/plugin/double-tap.vim b/plugin/double-tap.vim index b3aff20..3594b61 100644 --- a/plugin/double-tap.vim +++ b/plugin/double-tap.vim @@ -35,7 +35,7 @@ endif let g:loaded_doubletap = 1 " }}} -let s:pattern = '\(,\|^\):\zs\([^,]\+\)' " This patterns finds the wanted +let s:pattern = '\([b,]\|^\):\zs\([^,]\+\)' " This patterns finds the wanted " item in 'comments' let s:commStart = {} " dict to hold the comment starters using