mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-24 20:13:00 +03:00
Fix autoinfo for angle bracket object
This commit is contained in:
parent
bfac1f70c3
commit
dbd194cea8
@ -866,7 +866,7 @@ void select_object(Context& context, int param)
|
||||
"b,(,): parenthesis block\n"
|
||||
"B,{,}: braces block \n"
|
||||
"r,[,]: brackets block \n"
|
||||
"<,>: angle block \n"
|
||||
"a,<,>: angle block \n"
|
||||
"\",Q: double quote string\n"
|
||||
"',q: single quote string\n"
|
||||
"w: word \n"
|
||||
|
Loading…
Reference in New Issue
Block a user