aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAge
...
* docs(lua): clarify vim.keymap.set() opts (#19761)Antoine Cotten2022-08-14
* fix(charclass): make behavior with empty str match latest Vim (#19749)zeertzjq2022-08-13
* vim-patch:8.2.{1536,1540}: charclass() (#19748)zeertzjq2022-08-13
* docs: clarify that cursorline will be disabled before command preview (#19710)Jonas Strittmatter2022-08-12
* fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
* fix(lsp): fix some type annotations in lsp.rpc (#19714)Mathias Fußenegger2022-08-11
* Merge pull request #19685 from ii14/gen_vimdoc_indentationChristian Clason2022-08-11
|\
| * docs: regenerateii142022-08-11
* | docs: fix some mistakes and missing docs (#19699)zeertzjq2022-08-10
|/
* docs(lua): add luv (`vim.loop`) reference manual (#19679)Christian Clason2022-08-09
* vim-patch:partial: 48c3f4e0bff7 (#19684)Christian Clason2022-08-09
* docs(lua): add Lua 5.1 reference manual (#19663)dundargoc2022-08-08
* feat(lsp): set formatexpr by default (#19677)Mathias Fußenegger2022-08-08
* vim-patch:8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidzeertzjq2022-08-08
* vim-patch:8.2.1535: it is not possible to specify cell widths of characterszeertzjq2022-08-08
* feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger2022-08-08
* docs: improve example in incremental preview section (#19613)Jonas Strittmatter2022-08-05
* vim-patch:8.2.3459: Vim9: need more tests for empty string argumentszeertzjq2022-08-05
* vim-patch:8.2.0385: menu functionality insufficiently testedzeertzjq2022-08-05
* vim-patch:partial:8.2.0897: list of functions in patched version is outdated ...zeertzjq2022-08-04
* docs: fix typos (#19588)dundargoc2022-08-03
* feat(terminal): implement <c-\><c-o> for terminal modebfredl2022-08-02
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* vim-patch:8.2.0815: maparg() does not provide enough information for mapset()zeertzjq2022-08-01
* vim-patch:8.2.0807: cannot easily restore a mappingzeertzjq2022-08-01
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* Use Strings instead of Tables in vim.filetype.matchregex Doc (#19604)LaurenceWarne2022-08-01
* fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio2022-08-01
* vim-patch:9.0.0114: the command line takes up space even when not usedShougo Matsushita2022-07-31
* docs: fix typos (#19024)dundargoc2022-07-31
* vim-patch:9.0.0111: "nocombine" is missing from synIDattr()Christian Clason2022-07-31
* vim-patch:2ecbe53f452e (#19577)Christian Clason2022-07-30
* docs(lsp): use direct link to formattingOptions in format docs (#19558)Mathias Fußenegger2022-07-28
* feat(lsp): add range option to code_action; deprecate range_code_action (#19551)Mathias Fußenegger2022-07-28
* vim-patch:9.0.0092: plugins cannot change v:completed_item (#19542)zeertzjq2022-07-28
* vim-patch:b529cfbd04c0 (#19501)Christian Clason2022-07-26
* feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2022-07-25
* fix(input): do no reinterpret mouse keys with ALT modifierszeertzjq2022-07-25
* feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell2022-07-20
* docs: fix vim.filetype.add by avoiding quotes (#19433)Javier Lopez2022-07-19
* fix(docs): remove internal function from docs (nvim__*)Maverun2022-07-19
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* feat(defaults): nnoremap & :&&<CR> #19365Gregory Anders2022-07-15
* feat(eval)!: input() support any type for "cancelreturn" in a dict (#19357)zeertzjq2022-07-14
* feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger2022-07-10
* feat(runtime)!: enable filetype.lua by default (#19216)Christian Clason2022-07-07
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* vim-patch:5ed11535e069 (#19256)Christian Clason2022-07-07
* Merge pull request #19180 from zeertzjq/tui-kitty-keypadzeertzjq2022-07-07
|\
| * test: add tests for keypad keys from kitty keyboard protocolzeertzjq2022-07-04