]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.445 v7.3.445
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Feb 2012 17:19:30 +0000 (18:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Feb 2012 17:19:30 +0000 (18:19 +0100)
commit034b115568a1fc40b374b0b755d89f0a40f6d940
treeb2e6a8d5cd41cfe50311996e1fb8e6935981a5c8
parent5dc6252d331013e397a8d71e8f7ee9fd1cf514c1
updated for version 7.3.445
Problem:    Can't properly escape commands for cmd.exe.
Solution:   Default 'shellxquote' to '('.  Append ')' to make '(command)'.
            No need to use "/s" for 'shellcmdflag'.
src/misc2.c
src/option.c
src/os_win32.c
src/version.c