commit | 520e1e41f35b063ede63b41738c82d6636e78c34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 19:46:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 19:46:28 2016 +0100 |
tree | 4c6a94e4e8f3f2047b91886077d4ecb916b30401 | |
parent | 6920c72d4d62c8dc5596e9f392e38204f561d7af [diff] [blame] |
patch 7.4.1154 Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index e89afb4..aceb073 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -5,6 +5,7 @@ source test_cursor_func.vim source test_delete.vim source test_expand.vim +source test_json.vim source test_lispwords.vim source test_menu.vim source test_searchpos.vim