commit | b544f3c81f1e6a50322855681ac266ffaa8e313c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 19:03:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 19:03:28 2017 +0100 |
tree | 65ae4057660ce5f73ad2b3e68fe4645570702b4d | |
parent | dc9a081712ec8c140e6d4909e9f6b03a629d32d3 [diff] [blame] |
patch 8.0.0360: sometimes VimL is used instead of "Vim script" Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi)
diff --git a/src/Makefile b/src/Makefile index 6de64c0..bcfb8cd 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2213,7 +2213,7 @@ test_usercommands \ test_utf8 \ test_viminfo \ - test_viml \ + test_vimscript \ test_visual \ test_window_cmd \ test_window_id \