summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_normal.vim
AgeCommit message (Expand)Author
2024-04-10patch 9.1.0300: Missing test for what patch v9.1.0285 fixesv9.1.0300Luuk van Baal
2024-04-09patch 9.1.0285: Still problems with cursor position for CTRL-D/Uv9.1.0285Luuk van Baal
2024-04-03patch 9.1.0260: Problems with "zb" and scrolling to new topline with 'smooths...v9.1.0260Luuk van Baal
2024-04-02patch 9.1.0258: half-page scrolling broke backward compatibilityv9.1.0258Luuk van Baal
2024-03-29patch 9.1.0228: Two unrelated things are tested by a single testv9.1.0228zeertzjq
2024-03-28patch 9.1.0215: Half-page scrolling does not support smooth-scrollingv9.1.0215Luuk van Baal
2024-03-26patch 9.1.0211: page-wise scrolling does not support smooth-scrollingv9.1.0211Luuk van Baal
2024-03-13patch 9.1.0177: Coverity reports dead codev9.1.0177zeertzjq
2024-02-12patch 9.1.0101: upper-case of German sharp s should be U+1E9Ev9.1.0101glepnir
2024-01-23patch 9.1.0049: Make "[Command Line]" a special buffer namev9.1.0049Sean Dewar
2024-01-12patch 9.1.0025: A few typos in tests and justify.vimv9.1.0025dundargoc
2024-01-05patch 9.1.0015: i_CTRL-R- no longer works in replace modev9.1.0015Christian Brabandt
2023-12-27patch 9.0.2188: cursor wrong after { in single line bufferv9.0.2188Gary Johnson
2023-11-16patch 9.0.2109: [security]: overflow in nv_z_get_countv9.0.2109Christian Brabandt
2023-09-20patch 9.0.1919: Wrong curswant when clicking on empty line or with vsplitsv9.0.1919zeertzjq
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-08-20patch 9.0.1761: g<kEnd> behaves different from g<end>v9.0.1761zeertzjq
2023-08-19patch 9.0.1753: can't move to last non-blank charv9.0.1753Christian Brabandt
2023-08-19patch 9.0.1742: wrong curswant when clicking on second cell of double-width charv9.0.1742zeertzjq
2023-08-17patch 9.0.1725: cursor pos wrong after concealed text with 'virtualedit'v9.0.1725zeertzjq
2023-08-13patch 9.0.1705: cursor position wrong when clicking on an unprintable charv9.0.1705zeertzjq
2023-08-12patch 9.0.1693: Ctrl-Q not handled like Ctrl-V in replace modev9.0.1693Christian Brabandt
2023-05-09patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"v9.0.1530Luuk van Baal
2023-05-07patch 9.0.1521: failing redo of command with control charactersv9.0.1521zeertzjq
2023-03-06patch 9.0.1386: options test fails with some window widthv9.0.1386zeertzjq
2023-03-05patch 9.0.1385: g'Esc is considered an errorv9.0.1385zeertzjq
2023-02-26patch 9.0.1356: cannot cancel "gr" with Escv9.0.1356zeertzjq
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2023-01-25patch 9.0.1243: :setglobal cannot use script-local function for "expr" optionv9.0.1243zeertzjq
2022-12-08patch 9.0.1028: mouse shape test is flaky, especially on Mac OSv9.0.1028Yee Cheng Chin
2022-11-26patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar
2022-11-15patch 9.0.0884: mouse shape remains in op-pending mode after failed changev9.0.0884zeertzjq
2022-10-13patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long linev9.0.0745Bram Moolenaar
2022-10-12patch 9.0.0735: breakindent and scrolloff tests failv9.0.0735Bram Moolenaar
2022-09-29patch 9.0.0626: too many delete() calls in testsv9.0.0626Bram Moolenaar
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-07-06patch 9.0.0043: insufficient testing for bracket commandsv9.0.0043zeertzjq
2022-07-02patch 9.0.0027: the command line test is getting quite bigv9.0.0027Bram Moolenaar
2022-06-16patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modev8.2.5109Bram Moolenaar
2022-05-28patch 8.2.5035: when splitting a window the changelist position movesv8.2.5035zeertzjq
2022-04-03patch 8.2.4672: using :normal with Ex mode may make :substitute hangv8.2.4672Bram Moolenaar
2022-02-12patch 8.2.4361: Vim9: some tests failv8.2.4361Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-27patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan
2022-01-03patch 8.2.3990: testing wrong operatorv8.2.3990naohiro ono
2022-01-02patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changedv8.2.3980Bram Moolenaar
2022-01-01patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969naohiro ono
2021-12-26patch 8.2.3903: "gM" does not count tabs as expectedv8.2.3903Bram Moolenaar
2021-12-26patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan
2021-12-24patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan