aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorKunMing Xie <qqzz014@gmail.com>2018-01-31 04:21:29 +0800
committerJustin M. Keyes <justinkz@gmail.com>2018-01-30 21:21:29 +0100
commit649123d07c13d3314b7f97abdd3d8094b32fbefe (patch)
treea7098840841836cd6f12eb3411899c7d79f6beb0 /src/nvim/testdir/Makefile
parent5d2dd2ebe28c31f223d77355a8f9d40adfb41c82 (diff)
downloadrneovim-649123d07c13d3314b7f97abdd3d8094b32fbefe.tar.gz
rneovim-649123d07c13d3314b7f97abdd3d8094b32fbefe.tar.bz2
rneovim-649123d07c13d3314b7f97abdd3d8094b32fbefe.zip
vim-patch:8.0.0358,8.0.0359 (#7832)
vim-patch:8.0.0358: invalid memory access in C-indent code Problem: Invalid memory access in C-indent code. Solution: Don't go over end of empty line. (Dominique Pelle, closes vim/vim#1492) https://github.com/vim/vim/commit/60629d642541a089c322e65963c0a77e5f77eb79 vim-patch:8.0.0359: 'number' and 'relativenumber' are not properly tested Problem: 'number' and 'relativenumber' are not properly tested. Solution: Add tests, change old style to new style tests. (Ozaki Kiichi, closes vim/vim#1447) https://github.com/vim/vim/commit/dc9a081712ec8c140e6d4909e9f6b03a629d32d3
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index b945b29683..bd9842ea19 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -52,6 +52,7 @@ NEW_TESTS ?= \
test_diffmode.res \
test_farsi.res \
test_filter_map.res \
+ test_findfile.res \
test_fnameescape.res \
test_fold.res \
test_ga.res \
@@ -76,6 +77,7 @@ NEW_TESTS ?= \
test_mksession_utf8.res \
test_nested_function.res \
test_normal.res \
+ test_number.res \
test_options.res \
test_profile.res \
test_quickfix.res \