1
0
forked from aniani/vim

Fixed: on MS-Windows completion of shell commands didn't work.

This commit is contained in:
Bram Moolenaar
2010-08-07 17:07:21 +02:00
parent b92159d59e
commit c0cba4d9b1
3 changed files with 4 additions and 8 deletions

View File

@@ -33,9 +33,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
Before release 7.3:
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
:!cmd completion doesn't work on Windows. (Yue Wu).
Problem with space in path?
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4)