diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-06-05 23:05:28 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-06-06 06:15:16 -0400 |
| commit | cb8efa4fefd845e6cf42c9d14384bd291327cfe8 (patch) | |
| tree | d0d3c2b135b6d7c1e3408e91e8e1a1cc0ed95b90 /src/nvim/testdir/Makefile | |
| parent | 0088ed0f1a73dcf85ce35733f2f6b2c1e84dcfef (diff) | |
| download | rneovim-cb8efa4fefd845e6cf42c9d14384bd291327cfe8.tar.gz rneovim-cb8efa4fefd845e6cf42c9d14384bd291327cfe8.tar.bz2 rneovim-cb8efa4fefd845e6cf42c9d14384bd291327cfe8.zip | |
vim-patch:8.0.0360
Problem: Sometimes VimL is used, which is confusing.
Solution: Consistently use "Vim script". (Hirohito Higashi)
https://github.com/vim/vim/commit/b544f3c81f1e6a50322855681ac266ffaa8e313c
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 70a9f2b8c4..5b0d826c75 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -67,7 +67,7 @@ NEW_TESTS ?= \ test_timers.res \ test_undo.res \ test_usercommands.res \ - test_viml.res \ + test_vimscript.res \ test_visual.res \ test_window_id.res \ test_writefile.res \ |