1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-25 20:41:49 +03:00

Fix autoinfo for angle bracket object

This commit is contained in:
Maxime Coste 2014-01-27 21:11:45 +00:00
parent bfac1f70c3
commit dbd194cea8

View File

@ -866,7 +866,7 @@ void select_object(Context& context, int param)
"b,(,): parenthesis block\n" "b,(,): parenthesis block\n"
"B,{,}: braces block \n" "B,{,}: braces block \n"
"r,[,]: brackets block \n" "r,[,]: brackets block \n"
"<,>: angle block \n" "a,<,>: angle block \n"
"\",Q: double quote string\n" "\",Q: double quote string\n"
"',q: single quote string\n" "',q: single quote string\n"
"w: word \n" "w: word \n"