aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor
Commit message (Expand)AuthorAge
* fix(defaults): omit extraneous info from unimpaired mapping errors (#30983)Gregory Anders2024-10-29
* refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq2024-09-19
* Merge pull request #30272 from bfredl/replace_emojibfredl2024-09-06
|\
| * fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* | feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
|/
* fix(completion): don't include <Lua function> in -complete= (#30209)zeertzjq2024-09-01
* fix(completion): fix inconsistent Enter behavior (#30196)zeertzjq2024-08-31
* fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq2024-07-13
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq2024-06-18
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry2024-06-15
* refactor(tests): more global highlight definitionsbfredl2024-05-26
* test: improve test conventionsdundargoc2024-04-23
* fix(showcmd): clear the rest properly (#28420)zeertzjq2024-04-20
* vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)zeertzjq2024-04-15
* fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq2024-04-15
* test: macros in Visual mode without default mappings (#28288)zeertzjq2024-04-12
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* 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