summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_options.vim
AgeCommit message (Expand)Author
2024-03-07patch 9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'v9.1.0158zeertzjq
2024-03-06patch 9.1.0154: shm=F not respected when reloading buffer with 'autoread'v9.1.0154Shougo Matsushita
2024-02-24patch 9.1.0135: Insufficient testing for 'delcombine'v9.1.0135zeertzjq
2024-01-04patch 9.1.0010: Keymap completion is not availablev9.1.0010Doug Kearns
2023-12-08patch 9.0.2154: The option[] array is not sortedv9.0.2154zeertzjq
2023-10-28patch 9.0.2081: smoothscroll may result in wrong cursor positionv9.0.2081Luuk van Baal
2023-10-17patch 9.0.2037: A few remaining cmdline completion issues with C-E/Yv9.0.2037Yee Cheng Chin
2023-10-17patch 9.0.2035: [security] use-after-free with wildmenuv9.0.2035Yee Cheng Chin
2023-10-09patch 9.0.2009: cmdline-completion for comma-separated options wrongv9.0.2009Yee Cheng Chin
2023-10-02patch 9.0.1973: Clean up cmdline option completion codev9.0.1973Yee Cheng Chin
2023-10-01patch 9.0.1968: cmdline completion should consider key optionv9.0.1968Yee Cheng Chin
2023-09-30patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace"v9.0.1961zeertzjq
2023-09-29patch 9.0.1958: cannot complete option valuesv9.0.1958Yee Cheng Chin
2023-09-29patch 9.0.1957: termcap options should change when setting keyprotocolv9.0.1957Gregory Anders
2023-08-27patch 9.0.1798: The 'syntax' option has no completion.v9.0.1798Doug Kearns
2023-08-22patch 9.0.1781: Problems when setting bin/paste optionv9.0.1781Christian Brabandt
2023-08-13patch 9.0.1710: scrolloff options work slightly differentv9.0.1710Christian Brabandt
2023-06-27patch 9.0.1670: resetting local option to global value is inconsistentv9.0.1670Bram Moolenaar
2023-06-14patch 9.0.1631: passing wrong variable type to option gives multiple errorsv9.0.1631zeertzjq
2023-05-06patch 9.0.1520: completion for option name includes all bool optionsv9.0.1520Bram Moolenaar
2023-03-06patch 9.0.1386: options test fails with some window widthv9.0.1386zeertzjq
2023-03-02patch 9.0.1372: test for 'toolbariconsize' may failv9.0.1372James McCoy
2023-03-02patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan
2023-02-27patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan
2023-02-23patch 9.0.1345: too many "else if" statements for handling optionsv9.0.1345Yegappan Lakshmanan
2023-02-13patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errorsv9.0.1307Yegappan Lakshmanan
2022-11-12patch 9.0.0862: default value of 'endoffile' is wrongv9.0.0862Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-03patch 9.0.0644: 'smoothscroll' is not copied to a new window on :splitv9.0.0644Bram Moolenaar
2022-09-30patch 9.0.0631: too many delete() calls in testsv9.0.0631Bram Moolenaar
2022-09-22patch 9.0.0544: minor issues with setting a string optionv9.0.0544zeertzjq
2022-09-22patch 9.0.0543: insufficient testing for assert and test functionsv9.0.0543Yegappan Lakshmanan
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-14patch 9.0.0207: stacktrace not shown when debuggingv9.0.0207zeertzjq
2022-08-09patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq
2022-07-23patch 9.0.0059: test file has wrong namev9.0.0059zeertzjq
2022-06-29patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar
2022-05-12patch 8.2.4943: changing 'switchbuf' may have no effectv8.2.4943Sean Dewar
2022-05-09patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq
2022-05-08patch 8.2.4917: fuzzy expansion of option names is not rightv8.2.4917Christian Brabandt
2022-04-15patch 8.2.4752: wrong 'statusline' value can cause illegal memory accessv8.2.4752zeertzjq
2022-03-02patch 8.2.4492: no error if an option is given a value with ":let &opt = val"v8.2.4492Bram Moolenaar
2022-02-22patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"v8.2.4439Bram Moolenaar
2022-01-28patch 8.2.4245: ":retab 0" may cause illegal memory accessv8.2.4245Bram Moolenaar
2021-12-11patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun
2021-12-05patch 8.2.3744: E854 is not tested; some spelling suggestions are not testedv8.2.3744Dominique Pelle
2021-11-21patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle
2021-10-16patch 8.2.3521: options completion test failsv8.2.3521Bram Moolenaar
2021-07-12patch 8.2.3155: some option related code not covered by testsv8.2.3155Dominique Pelle