aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor
Commit message (Expand)AuthorAge
* fix(cmdline): cmdline completion of _defer_require() modules #33007phanium2025-03-24
* test: cleanup ftplugin_spec.lua #32948Justin M. Keyes2025-03-17
* feat(runtime): Lua ftplugin 'includeexpr' #32719Phạm Bình An2025-03-17
* refactor(test): move runtime_spec.lua to editor/ #32919Justin M. Keyes2025-03-16
* refactor(test): deprecate n.feed_command() #32915Justin M. Keyes2025-03-15
* feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2025-02-28
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* test(completion_spec): make Enter test descriptions more accuratezeertzjq2025-02-21
* vim-patch:9.1.1121: Enter does not insert newline with "noselect"glepnir2025-02-21
* docs: misc (#32258)dundargoc2025-02-17
* feat(ui): UI :detach commandJustin M. Keyes2025-02-10
* fix(defaults): improve visual search mappings #32378neeshy2025-02-09
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* fix(api): nvim__complete_set requires completeopt=popup #31177glepnir2025-01-05
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* fix(completion): avoid deleting text when completion leader changes #31448luukvbaal2024-12-06
* docs: graduate intro.txt to "flow layout" #31462Justin M. Keyes2024-12-05
* fix(defaults): don't replace keycodes in Visual search mappings (#31460)zeertzjq2024-12-05
* fix(extmark): builtin completion can still affect nearby extmarks #31387luukvbaal2024-12-02
* fix(defaults): omit empty line from unimpaired mapping messages (#31347)Marcus Caisey2024-11-25
* feat(defaults): dot-repeat [<Space> #31186Peter Aronoff2024-11-17
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(cmdline): simplify and correct grapheme cluster adjustmentbfredl2024-11-08
* feat(defaults): unimpaired empty line below/above cursor #30984Yochem van Rosmalen2024-11-04
* feat(editor): handle new multibyte sequences in normal mode replacementbfredl2024-11-04
* 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