diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-09-30 21:38:29 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-09-30 21:38:29 +0800 |
commit | fae55937ac31c0d61c2c89ed0e9be43f3bd2a759 (patch) | |
tree | 867047f682375264f46958a2d95ae18c15288a79 /src | |
parent | c3de878ab1c3d1001660c3b3d6ce39fbc4fcd03c (diff) | |
parent | 95458609ab1a97416b2f329613704be44a2f562e (diff) | |
download | rneovim-fae55937ac31c0d61c2c89ed0e9be43f3bd2a759.tar.gz rneovim-fae55937ac31c0d61c2c89ed0e9be43f3bd2a759.tar.bz2 rneovim-fae55937ac31c0d61c2c89ed0e9be43f3bd2a759.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 9133bfc0a2..38caa8815d 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -59,6 +59,7 @@ NEW_TESTS ?= \ test_matchadd_conceal.res \ test_matchadd_conceal_utf8.res \ test_mksession.res \ + test_mksession_utf8.res \ test_nested_function.res \ test_normal.res \ test_quickfix.res \ |