aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor
Commit message (Expand)AuthorAge
* vim-patch:9.0.0969: matchparen highlight is not updated when switching buffer...zeertzjq2022-11-29
* fix(mark): do not restore view in op-pending mode (#20889)zeertzjq2022-11-01
* fix: avoid unsigned overflow in home_replace() (#20854)zeertzjq2022-10-30
* fix(completion): set pum_size even if ext_popupmenu is used (#20648)zeertzjq2022-10-14
* test(tabpage_spec): actually test for nvim_win_hidezeertzjq2022-09-23
* test: add tests for #13549 #20285 #20290zeertzjq2022-09-23
* fix(keywordprg): default to :help if set to empty string (#19983)zeertzjq2022-08-29
* fix(edit.c): indentkeys double indent after "!" #12894Axel Forsman2022-08-21
* test: use poke_eventloop() instead of sleep(10) where possible (#19794)zeertzjq2022-08-16
* fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627)zeertzjq2022-08-03
* fix(ui): set redraw_cmdline when setting window height (#19630)zeertzjq2022-08-03
* fix(tabpage): check if ROWS_AVAIL changed for resize (#19620)zeertzjq2022-08-02
* fix(input): do no reinterpret mouse keys with ALT modifierszeertzjq2022-07-25
* fix(mark): give correct error message when mark is in another buffer (#19454)zeertzjq2022-07-21
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* fix(mark): fix unexpected cursor movements (#19253)zeertzjq2022-07-06
* fix(mark): mark without a view restores at topline #19224zeertzjq2022-07-04
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* fix(input): fix macro recording with ALT and special key (#18917)zeertzjq2022-06-10
* fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped (#18...zeertzjq2022-06-07
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* fix(cmd): make :-tabmove work with modifiers (#18447)Marco Hinz2022-05-12
* vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq2022-04-29
* feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* feat: add `undo!`Famiu Haque2022-04-20
* test: add a test for #16823zeertzjq2022-04-08
* fix(event-loop): check if executed register has endedzeertzjq2022-04-07
* fix(input): fix clearing of reg_executingzeertzjq2022-04-07
* test: move completion :stopinsert test to completion_spec.lua (#17992)zeertzjq2022-04-04
* fix(tabpage): correct check for failure to close windowzeertzjq2022-03-27
* test: add a test for #17489zeertzjq2022-03-10
* chore: fix typos (#17331)dundargoc2022-03-10
* vim-patch:8.2.4242: put in Visual mode cannot be repeatedzeertzjq2022-02-09
* fix(input): remove reinterpreted ALT/META chords from recorded macrozeertzjq2022-01-29
* test: add more tests for Insert mode Ctrl-Vzeertzjq2022-01-25
* test(input): add more tests for K_SPECIAL escaping in ins_char_typebuf()zeertzjq2022-01-23
* test(put_spec): correctly order parameters to eq() (#17134)zeertzjq2022-01-19
* fix(keywordprg): retain terminal buffer after K (#17046)Daniel Steinberg2022-01-12
* fix: do not save K_EVENT as lastc in Insert modezeertzjq2021-12-26
* feat(autocmd): add Recording autocmdsThomas Vigouroux2021-12-18
* fix(input): never reinterpret unmapped ALT- chrods in Terminal mode (#16222)zeertzjq2021-11-04
* fix(input): resolve isolated (non-ALT/META) mappings #13109erw72021-10-02
* test(normal): CA_COMMAND_BUSY in visual select mode #15292Thomas Vigouroux2021-09-24
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* test: reorg #15698Justin M. Keyes2021-09-17