Christian Brabandt <[email protected]> wrote: > Bram, > I attach an update to todo.txt > > I cleaned it up a little, removed some duplicates and removed some > things, that have been solved differently in the meantime. However some > of those changes could be controversial, so you might not want to take > over each change. > > Also, I have annotated one item, but I think it can also be removed: > ,---- > | Need a Vim equivalent of Python's None and a way to test for it. > | Use v:none. var == v:none > `---- > > > Best, > Christian
Hi Christian Your patch removes this from todo.txt: -":unlet $VAR" doesn't work. It is not fixed as far as I know, so it should stay in todo.txt. Using Vim-7.4.017: :let $FOO=1 :unlet $FOO E488: Trailing characters :echo $FOO 1 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.
