comparison src/testdir/gen_opt_test.vim @ 15004:9c2352253376 v8.1.0513

patch 8.1.0513: no error for set diffopt+=algorithm: commit https://github.com/vim/vim/commit/d0721058f494143186f66a60151c9634031a8c96 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 5 21:21:33 2018 +0100 patch 8.1.0513: no error for set diffopt+=algorithm: Problem: No error for set diffopt+=algorithm:. Solution: Check for missing argument. (Hirohito Higashi, closes https://github.com/vim/vim/issues/3598)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Nov 2018 21:30:06 +0100
parents 2ad722003b36
children a3e2e7948ee4
comparison
equal deleted inserted replaced
15003:bd0d66403ac4 15004:9c2352253376
79 \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']], 79 \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']],
80 \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']], 80 \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']],
81 \ 'cryptmethod': [['', 'zip'], ['xxx']], 81 \ 'cryptmethod': [['', 'zip'], ['xxx']],
82 \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']], 82 \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']],
83 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']], 83 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],
84 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx']], 84 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']],
85 \ 'display': [['', 'lastline', 'lastline,uhex'], ['xxx']], 85 \ 'display': [['', 'lastline', 'lastline,uhex'], ['xxx']],
86 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']], 86 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']],
87 \ 'encoding': [['latin1'], ['xxx', '']], 87 \ 'encoding': [['latin1'], ['xxx', '']],
88 \ 'eventignore': [['', 'WinEnter', 'WinLeave,winenter'], ['xxx']], 88 \ 'eventignore': [['', 'WinEnter', 'WinLeave,winenter'], ['xxx']],
89 \ 'fileencoding': [['', 'latin1', 'xxx'], []], 89 \ 'fileencoding': [['', 'latin1', 'xxx'], []],