parent
cccb07c7cd
commit
f6e5deae5a
|
@ -304,7 +304,7 @@ object you want.
|
|||
* _b_, _(_ or _)_: select the enclosing parenthesis
|
||||
* _B_, _{_ or _}_: select the enclosing {} block
|
||||
* _r_, _[_ or _]_: select the enclosing [] block
|
||||
* _<_ or _>_: select the enclosing <> block
|
||||
* _a_, _<_ or _>_: select the enclosing <> block
|
||||
* _"_: select the enclosing double quoted string
|
||||
* _'_: select the enclosing single quoted string
|
||||
* _w_: select the whole word
|
||||
|
|
|
@ -870,7 +870,7 @@ void select_object(Context& context, int param)
|
|||
{ { '(', ')' }, 'b' },
|
||||
{ { '{', '}' }, 'B' },
|
||||
{ { '[', ']' }, 'r' },
|
||||
{ { '<', '>' }, '\0' },
|
||||
{ { '<', '>' }, 'a' },
|
||||
{ { '"', '"' }, 'Q' },
|
||||
{ { '\'', '\'' }, 'q' },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user