aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger2022-08-08
* vim-patch:8.1.0942: options window still checks for the multi_byte feature (#...zeertzjq2022-08-06
* fix(lsp): avoid ^M character in hover window on Windows (#19640)Cai.MY2022-08-05
* vim-patch:9.0.0141: "delmenu" does not remove autocmmands (#19646)Christian Clason2022-08-05
* docs: improve example in incremental preview section (#19613)Jonas Strittmatter2022-08-05
* vim-patch:8.2.0478: new buffers are not added to the Buffers menuzeertzjq2022-08-05
* vim-patch:8.2.0413: buffer menu does not handle special buffers properlyzeertzjq2022-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
* fix(lsp): prevent unexpected position jumps (#19370)rhcher2022-08-03
* Merge #19626 build: cleanup old cmake filesJustin M. Keyes2022-08-03
|\
| * build: replace deprecated cmake features with their modern alternativesDundar Goc2022-08-03
* | 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
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* vim-patch:05a8061eecd9 (#19610)Christian Clason2022-08-01
* feat(node): add pnpm support #19461Percy Ma2022-08-01
* 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
* feat(lsp): provide feedback if server can't compute rename result (#19546)Mathias Fußenegger2022-07-27
* fix(lsp): set workspace.configuration capability (#19548)Mathias Fußenegger2022-07-27
* vim-patch:9.0.0093: sway config files are recognized as i3config (#19545)Christian Clason2022-07-27
* vim-patch:9.0.0088: pattern for detecting bitbake files is not sufficient (#1...Gregory Anders2022-07-27
* vim-patch:9.0.0084: using "terraform" filetype for .tfvars file is bad (#19526)Christian Clason2022-07-26
* vim-patch:9.0.0073: too many files recognized as bsdl (#19504)Christian Clason2022-07-26
* 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
* fix: add group in autocmd api #19412Raphael2022-07-17
* fix(lua): double entries in :lua completion #19410ii142022-07-17
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* fix(lsp): move augroup define to if statement (#19406)Raphael2022-07-17
* vim-patch:9.0.0055 (#19392)Gregory Anders2022-07-17
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* refactor: use `local api = vim.api`ii142022-07-15