comparison runtime/doc/todo.txt @ 2338:da6ec32d8d8f vim73

Added strwidth() and strchars() functions.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 15:31:08 +0200
parents ea4bf6df1a8a
children 9272cc83214f
comparison
equal deleted inserted replaced
2337:a0f87fc19d1d 2338:da6ec32d8d8f
1191 Update 2004 Sep 10 1191 Update 2004 Sep 10
1192 Another patch from Edward L. Fox (2005 Nov 24) 1192 Another patch from Edward L. Fox (2005 Nov 24)
1193 Search in 'runtimepath'? 1193 Search in 'runtimepath'?
1194 More docs needed about how to use this. 1194 More docs needed about how to use this.
1195 How to get the messages into the .po files? 1195 How to get the messages into the .po files?
1196 charlen() Like strlen() but counting characters instead of 1196 strchars() Like strlen() and strwidth() but counting characters
1197 bytes. 1197 instead of bytes.
1198 confirm() add "flags" argument, with 'v' for vertical 1198 confirm() add "flags" argument, with 'v' for vertical
1199 layout and 'c' for console dialog. (Haegg) 1199 layout and 'c' for console dialog. (Haegg)
1200 Flemming Madsen has a patch for the 'c' flag 1200 Flemming Madsen has a patch for the 'c' flag
1201 (2003 May 13) 1201 (2003 May 13)
1202 raisewin() raise gvim window (see HierAssist patch for 1202 raisewin() raise gvim window (see HierAssist patch for