Searched refs:current_block (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | textobject.pro | 11 int current_block(oparg_T *oap, long count, int include, int what, int other);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlforms.vim | 61 syntax match sqlSystem /system\.current_block/
|
| /vim-8.2.3635/src/ |
| H A D | normal.c | 7254 flag = current_block(cap->oap, cap->count1, include, '(', ')'); in nv_object() 7259 flag = current_block(cap->oap, cap->count1, include, '{', '}'); in nv_object() 7263 flag = current_block(cap->oap, cap->count1, include, '[', ']'); in nv_object() 7267 flag = current_block(cap->oap, cap->count1, include, '<', '>'); in nv_object()
|
| H A D | textobject.c | 1033 current_block( in current_block() function
|