From dbd194cea8396b9e1a8c5fb527ae1af38d0b602f Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 27 Jan 2014 21:11:45 +0000 Subject: [PATCH] Fix autoinfo for angle bracket object --- src/normal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/normal.cc b/src/normal.cc index 9ed8127c..8b15bb99 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -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"