aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_cmdline.vim
Commit message (Expand)AuthorAge
* feat(treesitter)!: use @foo.bar style highlight groupsbfredl2022-08-26
* vim-patch:8.2.0923: cmdline test is slowzeertzjq2022-08-25
* vim-patch:8.2.0911: crash when opening a buffer for the cmdline window failszeertzjq2022-08-25
* vim-patch:8.2.1046: insufficient tests for src/buffer.c (#19903)zeertzjq2022-08-23
* vim-patch:8.2.2030: some tests fail on Maczeertzjq2022-08-22
* vim-patch:8.2.4334: command line popup menu not positioned correctlyzeertzjq2022-08-22
* vim-patch:8.2.4328: command line complete matches cleard when typing characterzeertzjq2022-08-22
* vim-patch:9.0.0236: popup menu not removed when 'wildmenu' reset while visibl...zeertzjq2022-08-21
* vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)zeertzjq2022-08-21
* vim-patch:9.0.0191: messages test fails; window size incorrectShougo Matsushita2022-08-17
* vim-patch:9.0.0190: the way 'cmdheight' can be made zero is inconsistentShougo Matsushita2022-08-17
* vim-patch:8.2.3392: augroup completion escapes regexp pattern characterszeertzjq2022-08-15
* vim-patch:8.2.3345: some code not covered by testszeertzjq2022-08-15
* vim-patch:8.2.1803: a few failures are not testedzeertzjq2022-08-15
* vim-patch:8.2.4899: with latin1 encoding CTRL-W might go before the cmdlinezeertzjq2022-08-02
* vim-patch:9.0.0081: command line completion of user command may have duplicat...zeertzjq2022-07-27
* vim-patch:9.0.0086: tabline is not redrawn when entering command linezeertzjq2022-07-27
* vim-patch:8.2.0482: channel and sandbox code not sufficiently testedzeertzjq2022-07-15
* vim-patch:8.2.0430: window creation failure not properly testedzeertzjq2022-07-15
* vim-patch:8.2.0926: cmdline test fails on Appveyorzeertzjq2022-07-14
* vim-patch:8.2.0921: CTRL-W T in cmdline window causes troublezeertzjq2022-07-14
* vim-patch:8.2.0369: various Normal mode commands not fully testedzeertzjq2022-07-14
* vim-patch:8.2.0347: various code not covered by testszeertzjq2022-07-14
* vim-patch:8.2.0342: some code in ex_getln.c not covered by testszeertzjq2022-07-14
* vim-patch:8.2.0293: various Ex commands not sufficiently testedzeertzjq2022-07-12
* vim-patch:8.2.3363: when :edit reuses the current buffer the alternate file i...zeertzjq2022-07-11
* vim-patch:8.2.3531: command line completion test fails on MS-Windowszeertzjq2022-07-10
* vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq2022-07-10
* vim-patch:8.2.0396: cmdexpand.c insufficiently testedzeertzjq2022-07-09
* vim-patch:8.2.0332: some code in ex_getln.c not covered by testszeertzjq2022-07-09
* vim-patch:8.2.0325: ex_getln.c code not covered by testszeertzjq2022-07-08
* vim-patch:8.2.5063: error for a command may go over the end of IObuff (#19260)zeertzjq2022-07-07
* vim-patch:8.2.0363: some Normal mode commands not testedzeertzjq2022-07-05
* vim-patch:8.2.0316: ex_getln.c code has insufficient test coveragezeertzjq2022-07-02
* vim-patch:8.2.0261: some code not covered by testszeertzjq2022-07-02
* test(old): reorder test_cmdline.vim to match upstreamzeertzjq2022-07-01
* vim-patch:8.2.0049: command line completion not fully testedzeertzjq2022-07-01
* revert: "oldtests: use expand() to fix pathsep" (#19073)zeertzjq2022-06-26
* vim-patch:8.2.4895: buffer overflow with invalid command with composing charszeertzjq2022-06-24
* vim-patch:8.2.4628: not enough testing for 2/3 letter substitute commandszeertzjq2022-06-24
* vim-patch:8.2.5150: read past the end of the first line with ":0;'{"zeertzjq2022-06-23
* vim-patch:8.2.4975: recursive command line loop may cause a crash (#18614)zeertzjq2022-05-18
* feat: cmdline funcs (#18284)Shougo2022-05-09
* docs: typo fixes (#17859)dundargoc2022-04-15
* vim-patch:8.2.4428: crash when switching tabpage while in the cmdline windowSean Dewar2022-03-14
* vim-patch:8.2.3414: fullcommand() gives wrong name with buffer-local user com...zeertzjq2022-01-05
* vim-patch:8.2.2887: crash when passing null string to fullcommand()zeertzjq2022-01-05
* vim-patch:8.2.2468: not easy to get the full command name from a shortened onezeertzjq2021-12-25
* feat(eval/method): partially port v8.1.1993Sean Dewar2021-11-26
* vim-patch:8.2.3638: getcompletion() always passes zero as position (#16387)ii142021-11-21