aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* feat(defaults): search selection by * and # in visual mode (#18538)yamatsum2022-05-13
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* build(lua2dox): add parenthesis around parameter types in documentation (#18532)dundargoc2022-05-12
* feat(lua): vim.cmd() with kwargs acts like nvim_cmd() #18523Famiu Haque2022-05-12
* fix(runtime/genvimvim): omit s[ubstitute] from vimCommand #18480Sean Dewar2022-05-11
* docs: nvim_buf_[get|set]_[text|lines] (#18404)Andrey Mishchenko2022-05-11
* docs(api): how to check if window is floating #18503Andrey Mishchenko2022-05-11
* docs(api): improve shared lua functions docs (#17933)adrian52022-05-11
* vim-patch:8.2.4939: matchfuzzypos() with "matchseq" does not have all positio...zeertzjq2022-05-11
* Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
|\
| * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* | Merge pull request #18487 from clason/styluaChristian Clason2022-05-11
|\ \
| * | chore: format runtime with styluaChristian Clason2022-05-09
| |/
* | vim-patch:921bde888046 (#18511)Christian Clason2022-05-10
* | docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre2022-05-09
|/
* feat: cmdline funcs (#18284)Shougo2022-05-09
* fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2022-05-08
* vim-patch:partial:d899e5112079 (#18474)Sean Dewar2022-05-08
* vim-patch:8.2.4907: some users do not want a line comment always inserted (#1...Christian Clason2022-05-07
* docs: change wrap_at type to number (#18456)Noval Maulana2022-05-07
* fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
* fix(lsp): skip clients without rename capability (#18449)Mathias Fußenegger2022-05-06
* vim-patch:8.2.4881: "P" in Visual mode still changes some registers (#18445)zeertzjq2022-05-06
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
|\
| * feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
* | fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* | refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* refactor(lua): replace hard-coded gsub with vim.pesc() (#18407)James McCoy2022-05-04
* fix(filetype): fixup scd filetype detection (#18403)Gregory Anders2022-05-03
* refactor(runtime): convert dist#ft functions to lua (#18247)Jonas Strittmatter2022-05-03
* Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
|\
| * feat(api/ui): win_extmarksYatao Li2022-05-03
* | feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* | feat(lua): vim.deprecate() #18320dundargoc2022-05-03
* | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* | fix(lsp): add missing bufnr argument (#18382)Jose Alvarez2022-05-03
|/
* vim-patch:8.2.4859: wget2 files are not recognized (#18385)Christian Clason2022-05-03
* Merge pull request #18357 from bfredl/ui_stdinbfredl2022-05-02
|\
| * refactor(ui): simplify stdin handlingbfredl2022-05-02
* | Merge pull request #18353 from jamessan/ft-match-fixJames McCoy2022-05-02
|\ \ | |/ |/|
| * fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy2022-05-02
* | vim-patch:8.2.4857: Yaml indent for multiline is wrong (#18365)Christian Clason2022-05-02
* | vim-patch:8.2.4855: robot files are not recognized (#18364)Christian Clason2022-05-02
|/
* fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman2022-05-01
* docs: syntax is enabled by default (#17637)Christian Clason2022-05-01
* docs(api): more API attributes #18336ii142022-04-30