comparison src/testdir/gen_opt_test.vim @ 20069:9a67d41708d2 v8.2.0590

patch 8.2.0590: no 'backspace' value allows ignoring the insertion point Commit: https://github.com/vim/vim/commit/aa0489e12d227d24752cf16e4e97058ac32edcc1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 17 19:41:21 2020 +0200 patch 8.2.0590: no 'backspace' value allows ignoring the insertion point Problem: No 'backspace' value allows ignoring the insertion point. Solution: Add the "nostop" and 3 values. (Christian Brabandt, closes https://github.com/vim/vim/issues/5940)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Apr 2020 19:45:05 +0200
parents 0208534b8a84
children ed00f0fbdaef
comparison
equal deleted inserted replaced
20068:b644ea832304 20069:9a67d41708d2
61 \ 'winminwidth': [[0, 1, 10], [-1]], 61 \ 'winminwidth': [[0, 1, 10], [-1]],
62 \ 'winwidth': [[1, 10, 999], [-1, 0]], 62 \ 'winwidth': [[1, 10, 999], [-1, 0]],
63 \ 63 \
64 \ 'ambiwidth': [['', 'single'], ['xxx']], 64 \ 'ambiwidth': [['', 'single'], ['xxx']],
65 \ 'background': [['', 'light', 'dark'], ['xxx']], 65 \ 'background': [['', 'light', 'dark'], ['xxx']],
66 \ 'backspace': [[0, 2, '', 'eol', 'eol,start'], ['xxx']], 66 \ 'backspace': [[0, 2, 3, '', 'eol', 'eol,start', 'indent,eol,nostop'], ['4', 'xxx']],
67 \ 'backupcopy': [['yes', 'auto'], ['', 'xxx', 'yes,no']], 67 \ 'backupcopy': [['yes', 'auto'], ['', 'xxx', 'yes,no']],
68 \ 'backupext': [['xxx'], ['']], 68 \ 'backupext': [['xxx'], ['']],
69 \ 'belloff': [['', 'all', 'copy,error'], ['xxx']], 69 \ 'belloff': [['', 'all', 'copy,error'], ['xxx']],
70 \ 'breakindentopt': [['', 'min:3', 'sbr'], ['xxx', 'min', 'min:x']], 70 \ 'breakindentopt': [['', 'min:3', 'sbr'], ['xxx', 'min', 'min:x']],
71 \ 'browsedir': [['', 'last', '/'], ['xxx']], 71 \ 'browsedir': [['', 'last', '/'], ['xxx']],