aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor
Commit message (Expand)AuthorAge
* vim-patch:8.2.3517: TextChanged does not trigger after TextChangedI (#25384)zeertzjq2023-09-27
* fix(folds): update folds in Insert mode with fdm=indent (#24402)Brandon Simmons2023-07-21
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq2023-05-05
* test: fix dependencies between test cases (#23343)zeertzjq2023-04-27
* fix(mark): properly init mark views (#22996)zeertzjq2023-04-10
* test: improve editor/fold_spec.lua and editor/put_spec.lua (#22916)zeertzjq2023-04-07
* fix(folds): handle visual blockwise indent insertion correctly (#22898)Brandon Simmons2023-04-07
* vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* fix(edit): don't subtract msg_scrolled when removing double quote (#22630)zeertzjq2023-03-11
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* fix(completion): correct what modes support fuzzy completionzeertzjq2023-01-17
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* test(undo_spec): add more tests for writing in Insert modezeertzjq2022-12-09
* vim-patch:9.0.1036: undo misbehaves when writing from an insert mode mappingzeertzjq2022-12-09
* 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