diff options
| author | scott-linder <scott.b.linder@wmich.edu> | 2014-02-24 14:57:47 -0500 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-24 18:48:51 -0300 |
| commit | 9db0fc35823f648ea9ce8c56e24131db8e9444b9 (patch) | |
| tree | f05646b22cff1cb392e6d979bb933b0a5196af01 /src/testdir/Makefile | |
| parent | d29ab233a6516064e83aca98339a587026684d4d (diff) | |
| download | rneovim-9db0fc35823f648ea9ce8c56e24131db8e9444b9.tar.gz rneovim-9db0fc35823f648ea9ce8c56e24131db8e9444b9.tar.bz2 rneovim-9db0fc35823f648ea9ce8c56e24131db8e9444b9.zip | |
Changed name of binary (vim -> nvim).
Also updated affected config files and test49.vim
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 8915328a8f..16db2846c2 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -2,7 +2,7 @@ # Makefile to run all tests for Vim # -VIMPROG = ../../build/bin/vim +VIMPROG = ../../build/bin/nvim # Uncomment this line to use valgrind for memory leaks and extra warnings. # The output goes into a file "valgrind.testN" |