Hi list. I've found remaining todo which was already implemented. the todo is "There is no command line completion for ":lmap"." (it was implemented at this revision http://code.google.com/p/vim/source/detail?r=bbff28ebfc7a) Attached patch removes the todo.
-- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index cfc3eab..d822d57 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -468,8 +468,6 @@ When a:base in 'completefunc' starts with a number it's passed as a number, not a string. (Sean Ma) Need to add flag to call_func_retlist() to force a string value. -There is no command line completion for ":lmap". - ":e ~br<Tab>" does not complete to ":e /home/bram/". Would need to use getpwent() to find all the matches.
