diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-11-18 01:44:47 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-11-27 23:42:40 -0500 |
commit | ba1e2ce287752a1bd30d52f77493a5bb582c2349 (patch) | |
tree | 0e9041ec9f2b566d3aed97fa8bf03a43ecd09830 /runtime/doc/todo.txt | |
parent | 83a4c9d58ce9265fc5b18e1f4e289552a56e9a56 (diff) | |
download | rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.tar.gz rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.tar.bz2 rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.zip |
Remove OS/2 references
Paul Slootman was removed from the top of os_unix.c as OS/2 is no longer
supported, but is still credited in runtime/doc/intro.txt.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7440f6072b..1cab028bc2 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -2301,14 +2301,7 @@ GUI: currently. This is very obvious on a 66Mhz 486. -MSDOS, OS/2 and Win32: -8 OS/2: Add backtick expansion. Undefine NO_EXPANDPATH and use - gen_expand_wildcards(). -8 OS/2: Add clipboard support? See example clipbrd.exe from Alexander - Wagner. -8 OS/2: Add Extended Attributes support and define HAVE_ACL. -8 OS/2: When editing a file name "foo.txt" that is actually called FOO.txt, - writing uses "foo.txt". Should obtain the real file name. +MSDOS and Win32: 8 Should $USERPROFILE be preferred above $HOMEDRIVE/$HOMEPATH? No, but it's a good fallback, thus use: $HOME |