summaryrefslogtreecommitdiff
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-28 18:04:00 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-28 18:04:00 +0100
commit1c39102666d2ccb998059bd7ada2d2efa31a11bc (patch)
treeaf7db459a6530d1ac526dadd90807ff6ba3af9d8 /src/testdir/test_alot.vim
parent8cc6977a9655603bfc4aab64edddafef147da65e (diff)
downloadvim-1c39102666d2ccb998059bd7ada2d2efa31a11bc.zip
patch 7.4.1450
Problem: Json encoding still fails when encoding is not utf-8. Solution: Set 'encoding' before :scriptencoding. Run the json test separately to avoid affecting other tests.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index e2956492f..3ceece32d 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -6,7 +6,6 @@ source test_cursor_func.vim
source test_delete.vim
source test_expand.vim
source test_glob2regpat.vim
-source test_json.vim
source test_lispwords.vim
source test_menu.vim
source test_reltime.vim