diff options
| author | oni-link <knil.ino@gmail.com> | 2014-04-12 23:04:49 +0200 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-14 09:54:40 -0300 |
| commit | a881273dad5eb5d1f5efa8da79704c9cf9abf0e0 (patch) | |
| tree | 4c4fc1aeb736aae65758d0cce609f719c7042d37 /src/testdir/Makefile | |
| parent | 644ccdafe01df76c47f2a6c74a4a55f64602e3db (diff) | |
| download | rneovim-a881273dad5eb5d1f5efa8da79704c9cf9abf0e0.tar.gz rneovim-a881273dad5eb5d1f5efa8da79704c9cf9abf0e0.tar.bz2 rneovim-a881273dad5eb5d1f5efa8da79704c9cf9abf0e0.zip | |
vim-patch:7.4.191
Problem: Escaping a file name for shell commands can't be done without a
function.
Solution: Add the :S file name modifier.
https://code.google.com/p/vim/source/detail?r=40f18a1c1592c8b4047f6f2a413557f48a99c55f
Diffstat (limited to 'src/testdir/Makefile')
| -rw-r--r-- | src/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index e2e6850ec9..7038bf929c 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -26,7 +26,7 @@ SCRIPTS := test1.out test2.out test3.out test4.out test5.out test6.out \ test89.out test90.out test91.out test92.out test93.out \ test94.out test95.out test96.out test97.out test98.out \ test99.out test100.out test101.out test102.out test103.out \ - test104.out test106.out + test104.out test105.out test106.out SCRIPTS_GUI := test16.out |