aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor
Commit message (Expand)AuthorAge
* fix(edit): backspace adds extra spaces for inline virtual text (#28005)vanaigr2024-03-26
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(options): don't update curswant for 'winhl' or 'winbl' (#27515)zeertzjq2024-02-18
* test: add test for 'foldcolumn' with cmdwin (#27355)zeertzjq2024-02-06
* vim-patch:9.1.0065: Segfault with CompleteChanged autocommand (#27261)zeertzjq2024-01-30
* fix(jumplist): Ctrl+o, Ctrl+i weird behavior when deleting buffers #25461vE5li2024-01-28
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* docs: convert BACKERS.md to backers.txtdundargoc2023-12-28
* docs: small fixes (#26651)dundargoc2023-12-28
* feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva2023-12-27
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(extmark): restore extmarks when completing original textLuuk van Baal2023-11-29
* vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)zeertzjq2023-11-28
* fix(completion): filter results with complete+=f (#26029)Raphael2023-11-18
* fix(completion): make sure the buffer name is valid (#25975)mortezadadgar2023-11-11
* fix(marks): handle switching buffer properly (#25763)zeertzjq2023-10-24
* feat(complete): support f flag for complete buffer partglepnir2023-10-21
* fix(grid): add start column when getting char on line (#25627)zeertzjq2023-10-13
* feat(completion): support completing more string optionszeertzjq2023-10-01
* 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