summaryrefslogtreecommitdiff
path: root/src/testdir/test_options.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1386: backslash not removed afer space with space in 'isfname'v8.2.1386Bram Moolenaar2020-08-071-0/+9
* patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar2020-06-261-0/+20
* patch 8.2.1040: not enough testing for movement commandsv8.2.1040Bram Moolenaar2020-06-221-0/+32
* patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar2020-05-311-1/+1
* patch 8.2.0810: error when appending "tagfile" to 'wildoptions'v8.2.0810Bram Moolenaar2020-05-221-0/+7
* patch 8.2.0712: various code not fully testedv8.2.0712Bram Moolenaar2020-05-071-0/+1
* patch 8.2.0629: setting a boolean option to v:false does not workv8.2.0629Bram Moolenaar2020-04-241-0/+14
* patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577Bram Moolenaar2020-04-131-1/+13
* patch 8.2.0551: not all code for options is testedv8.2.0551Bram Moolenaar2020-04-121-1/+57
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-111-0/+101
* patch 8.2.0535: regexp patterns not fully testedv8.2.0535Bram Moolenaar2020-04-091-0/+9
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+5
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-0/+9
* patch 8.2.0432: a few tests fail in a huge terminalv8.2.0432Bram Moolenaar2020-03-231-2/+1
* patch 8.2.0426: some errors were not tested forv8.2.0426Bram Moolenaar2020-03-221-3/+8
* patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite checkv8.2.0403Bram Moolenaar2020-03-191-1/+9
* patch 8.2.0325: ex_getln.c code not covered by testsv8.2.0325Bram Moolenaar2020-02-271-0/+23
* patch 8.2.0197: some Ex commands not sufficiently testedv8.2.0197Bram Moolenaar2020-02-021-0/+13
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-3/+2
* patch 8.2.0174: various commands not completely testedv8.2.0174Bram Moolenaar2020-01-291-0/+21
* patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar2020-01-181-1/+8
* patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar2019-12-271-0/+7
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-271-0/+9
* patch 8.1.2184: option context is not copied when splitting a windowv8.1.2184Bram Moolenaar2019-10-191-4/+32
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-1/+1
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-31/+33
* patch 8.1.1614: 'numberwidth' can only go up to 10v8.1.1614Bram Moolenaar2019-07-011-1/+1
* patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar2019-06-151-0/+1
* patch 8.1.1519: 'backupskip' may contain duplicatesv8.1.1519Bram Moolenaar2019-06-121-0/+9
* patch 8.1.1363: ":vert options" does not make a vertical splitv8.1.1363Bram Moolenaar2019-05-211-0/+26
* patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not usedv8.1.1334Bram Moolenaar2019-05-161-0/+6
* patch 8.1.1108: test for 'visualbell' doesn't workv8.1.1108Bram Moolenaar2019-04-031-0/+2
* patch 8.1.1107: no test for 'visualbell'v8.1.1107Bram Moolenaar2019-04-031-1/+6
* patch 8.1.1106: no test for 'writedelay'v8.1.1106Bram Moolenaar2019-04-031-0/+20
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-0/+35
* patch 8.1.0853: options test fails on Macv8.1.0853Bram Moolenaar2019-01-301-2/+4
* patch 8.1.0850: test for 'backupskip' is not correctv8.1.0850Bram Moolenaar2019-01-301-8/+37
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-10/+10
* patch 8.1.0446: options test fails in the GUIv8.1.0446Bram Moolenaar2018-10-021-0/+3
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-021-0/+12
* patch 8.1.0322: Test_copy_winopt() does not restore 'hidden'v8.1.0322Bram Moolenaar2018-08-231-49/+51
* patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar2018-08-211-0/+21
* patch 8.1.0272: options test fails if temp var ends in slashv8.1.0272Bram Moolenaar2018-08-111-1/+1
* patch 8.1.0110: file name not displayed with ":file"v8.1.0110Bram Moolenaar2018-06-241-0/+14
* patch 8.0.1836: buffer-local window options may not be recentv8.0.1836Bram Moolenaar2018-05-131-0/+52
* patch 8.0.1807: function to set terminal name is too longv8.0.1807Bram Moolenaar2018-05-101-2/+2
* patch 8.0.1704: 'backupskip' default doesn't work for Macv8.0.1704Bram Moolenaar2018-04-121-0/+16
* patch 8.0.0575: using freed memory when resetting 'indentexpr'v8.0.0575Bram Moolenaar2017-04-201-0/+13
* patch 8.0.0559: setting ttytype to xxx does not always failv8.0.0559Bram Moolenaar2017-04-091-4/+16
* patch 8.0.0429: options test does not always test everythingv8.0.0429Bram Moolenaar2017-03-071-1/+2