Attached patch removes an item in todo.txt which was fixed in vim-8.1.0193. Patch also fixes several typos.
Regards Dominique -- -- 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 f9c210139..aabb4e38c 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -155,9 +155,6 @@ ml_get error: (Israel Chauca Fuentes, 2018 Oct 17, #3550). Patch to convert temp file name. (Yasuhiro Matsumoto, #3520) Not ready to include yet. -Removing flags from 'cpoptions' breaks the Winbar buttons in termdebug. -(Dominique Pelle, 2018 Jul 16) - Problem with two buffers with the same name a/b, if it didn't exist before and is created outside of Vim. (dskloetg, 2018 Jul 16, #3219) @@ -213,7 +210,7 @@ Only output t_Cs when t_Ce is also set. do not use Cs and Ce termcap entries. Add t_cS and t_cR for cursor color select and reset. Use Cs and Cr terminfo values. -Furthere xdiff changes: +Further xdiff changes: - More options, e.g. different kind of whitespace diff. - when editing text, update the surrounding diff blocks. - omit diff.exe from distribution @@ -222,7 +219,7 @@ Furthere xdiff changes: Difference between two regexp engines: #3373 -Patch to handle missin glibwinpthread-1.dll. (Ken Takata, 2018 Sep 23, #2827) +Patch to handle missing glibwinpthread-1.dll. (Ken Takata, 2018 Sep 23, #2827) Patch to add arguments to argc() and argv(). (Yegappan Lakshmanan, 2016 Jan 24, #832) Also need a way to get the global arg list? Update later on Jan 24 @@ -298,8 +295,8 @@ balloonexpr() on MS-Windows GUI doesn't handle accented chars? (nivaemail, 2018 Sep 14) Add v:motion_force. (Kana Natsuno, 2008 Dec 6) -Maybe call it v:motiontype. Update in #3490) -Alternaitve: add the force flag to mode(), after "no". +Maybe call it v:motiontype. Update in #3490. +Alternative: add the force flag to mode(), after "no". Try out background make plugin: https://github.com/AndrewVos/vim-make-background @@ -372,7 +369,7 @@ How to test that it works well for all Vim users? Alternative manpager.vim. (Enno, 2018 Jan 5, #2529) -Delete all the speficic stuff for the Borland compiler? (#3374) +Delete all the specific stuff for the Borland compiler? (#3374) Patch in #3377 (Thomas Dziedzic) With 'foldmethod' "indent" and appending an empty line, what follows isn't @@ -531,7 +528,7 @@ MS-Windows: buffer completion doesn't work when using backslash (or slash) for a path separator. (xtal8, #2201) Would be nice for insert mode completion to highlight the text that was added -(and may change when picking another compltion). +(and may change when picking another completion). Test runtime files. Start with filetype detection: testdir/test_filetype.vim
