comparison src/testdir/test_alot.vim @ 10940:a479b7064550 v8.0.0359

patch 8.0.0359: 'number' and 'relativenumber' are not properly tested commit https://github.com/vim/vim/commit/dc9a081712ec8c140e6d4909e9f6b03a629d32d3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 18:46:50 2017 +0100 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 #1447)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 19:00:05 +0100
parents d513b653f5d0
children ae86651164d7
comparison
equal deleted inserted replaced
10939:86572a2aab2e 10940:a479b7064550
14 source test_feedkeys.vim 14 source test_feedkeys.vim
15 source test_file_perm.vim 15 source test_file_perm.vim
16 source test_fileformat.vim 16 source test_fileformat.vim
17 source test_filter_cmd.vim 17 source test_filter_cmd.vim
18 source test_filter_map.vim 18 source test_filter_map.vim
19 source test_findfile.vim
19 source test_float_func.vim 20 source test_float_func.vim
20 source test_fnamemodify.vim 21 source test_fnamemodify.vim
21 source test_functions.vim 22 source test_functions.vim
22 source test_glob2regpat.vim 23 source test_glob2regpat.vim
23 source test_ga.vim 24 source test_ga.vim