Added bigg delims for motion pats
This commit is contained in:
parent
399a340b07
commit
aad42917a4
@ -81,6 +81,7 @@ call latex#util#set_default('g:latex_motion_open_pats',
|
||||
\ '\\\[',
|
||||
\ '\\begin\s*{.\{-}}',
|
||||
\ '\\left\s*\%([^\\]\|\\.\|\\\a*\)',
|
||||
\ '\\\cbigg\?\((\|\[\|\\{\)',
|
||||
\ ])
|
||||
call latex#util#set_default('g:latex_motion_close_pats',
|
||||
\ [
|
||||
@ -92,6 +93,7 @@ call latex#util#set_default('g:latex_motion_close_pats',
|
||||
\ '\\\]',
|
||||
\ '\\end\s*{.\{-}}',
|
||||
\ '\\right\s*\%([^\\]\|\\.\|\\\a*\)',
|
||||
\ '\\\cbigg\?\()\|\]\|\\}\)',
|
||||
\ ])
|
||||
|
||||
" {{{1 Toc
|
||||
|
Loading…
x
Reference in New Issue
Block a user