summaryrefslogtreecommitdiff
path: root/src/testdir/test_window_cmd.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2979: not all options code is covered by testsv8.2.2979Yegappan Lakshmanan2021-06-121-1/+9
* patch 8.2.2631: commands from winrestcmd() do not always work properlyv8.2.2631Bram Moolenaar2021-03-201-2/+15
* patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar2021-01-281-2/+2
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-261-0/+2
* patch 8.2.2260: window resize test fails in very wide terminalv8.2.2260Bram Moolenaar2021-01-011-1/+1
* patch 8.2.2244: crash when making the window width negativev8.2.2244Bram Moolenaar2020-12-291-0/+8
* patch 8.2.1856: "2resize" uses size of current windowv8.2.1856Bram Moolenaar2020-10-171-0/+4
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-4/+4
* patch 8.2.1586: :resize command not fully testedv8.2.1586Bram Moolenaar2020-09-041-0/+42
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-4/+2
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
* patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar2020-06-261-1/+185
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-0/+8
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+12
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-37/+0
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+1
* patch 8.2.0432: a few tests fail in a huge terminalv8.2.0432Bram Moolenaar2020-03-231-2/+2
* patch 8.2.0430: window creation failure not properly testedv8.2.0430Bram Moolenaar2020-03-221-0/+108
* patch 8.2.0426: some errors were not tested forv8.2.0426Bram Moolenaar2020-03-221-0/+29
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+5
* patch 8.2.0275: some Ex code not covered by testsv8.2.0275Bram Moolenaar2020-02-181-0/+8
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+9
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+14
* patch 8.2.0203: :helptags and some other functionality not testedv8.2.0203Bram Moolenaar2020-02-031-0/+9
* patch 8.2.0093: win_splitmove() can make Vim hangv8.2.0093Bram Moolenaar2020-01-061-0/+4
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-0/+10
* patch 8.1.2121: mode is not updated when switching to terminalv8.1.2121Bram Moolenaar2019-10-071-0/+29
* patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar2019-09-101-0/+33
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-081-3/+15
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-4/+7
* patch 8.1.1870: using :pedit from a help file sets help filetypev8.1.1870Bram Moolenaar2019-08-171-1/+16
* patch 8.1.1756: autocommand that splits window messes up window layoutv8.1.1756Bram Moolenaar2019-07-271-2/+3
* patch 8.1.1679: test using SwapExists autocommand file may failv8.1.1679Bram Moolenaar2019-07-131-0/+2
* patch 8.1.1347: fractional scroll position not restored after closing windowv8.1.1347Bram Moolenaar2019-05-181-15/+15
* patch 8.1.1327: unnecessary scroll after horizontal splitv8.1.1327Bram Moolenaar2019-05-121-0/+36
* patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar2019-04-081-0/+45
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-041-0/+128
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-2/+2
* patch 8.1.0630: "wincmd p" does not work after using an autocmd windowv8.1.0630Bram Moolenaar2018-12-241-0/+37
* patch 8.1.0518: Test_window_split_edit_bufnr() fails on AppVeyorv8.1.0518Bram Moolenaar2018-11-101-13/+16
* patch 8.1.0517: Test_window_split_edit_alternate() fails on AppVeyorv8.1.0517Bram Moolenaar2018-11-101-4/+7
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-101-6/+56
* patch 8.0.1811: no test for winrestcmd()v8.0.1811Bram Moolenaar2018-05-101-4/+19
* patch 8.0.1705: when making a vertical split the mode message isn't updatedv8.0.1705Bram Moolenaar2018-04-131-0/+24
* patch 8.0.1446: acessing freed memory after window command in auto commandv8.0.1446Bram Moolenaar2018-01-311-0/+11
* patch 8.0.1411: reading invalid memory with CTRL-W :v8.0.1411Bram Moolenaar2017-12-191-0/+5
* patch 8.0.1364: there is no easy way to get the window positionv8.0.1364Bram Moolenaar2017-12-021-0/+13
* patch 8.0.0890: still many old style testsv8.0.0890Bram Moolenaar2017-08-071-0/+38
* patch 8.0.0678: closing a window does not trigger resizingv8.0.0678Bram Moolenaar2017-06-251-0/+44
* patch 8.0.0490: vertical split makes 'winfixwidth' window smallerv8.0.0490Bram Moolenaar2017-03-191-9/+3