Hi, I am attaching a minor update to the todo.txt and version8.txt files.
- Yegappan -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 772d107..6320376 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -972,11 +972,6 @@ highlighted as the cursor line. (Alessandro Ivaldi, 2013 Jun 4) Two highlighting bugs. (ZyX, 2013 Aug 18) -Patch to add the bufferlist() function. (Yegappan Lakshmanan, 2013 May 5) -May 17: with winlist() and tabpagelist(). -May 19: with local variables. -May 28: with options - Patch to support 'u' in interactive substitute. (Christian Brabandt, 2012 Sep 28) With tests: Oct 9. diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 9cf047b..baec116 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -230,6 +230,7 @@ Ex commands: ~ Ex command modifiers: ~ |:keeppatterns| following command keeps search pattern history +|<mods>| supply command modifiers to user defined commands New and extended functions: ~
