aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
| * docs(diagnostic): fix typo in exampleGregory Anders2023-12-13
| * fix(diagnostic): check for sign namespace instead of sign groupGregory Anders2023-12-13
* | docs: add wiki FAQ to the runtime documentation (#26539)dundargoc2023-12-13
|/
* refactor(diagnostic): set sign by using extmark (#26193)Raphael2023-12-13
* fix(termcap): only call callback for requested capabilities (#26546)Gregory Anders2023-12-13
* feat(iter): add `Iter.take` (#26525)Will Hopkins2023-12-12
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* Merge pull request #26506 from tomtomjhj/tsfoldLewis Russell2023-12-11
|\
| * fix(treesitter): improve vim.treesitter.foldexprJaehwang Jung2023-12-12
| * fix(treesitter): fix indexing in foldexprJaehwang Jung2023-12-12
* | feat(gen_lsp.lua): validate CLI args #26514Jongwook Choi2023-12-11
* | docs(news): very, very minorlyChristian Clason2023-12-10
* | vim-patch:61e984e212ed (#26484)zeertzjq2023-12-09
|/
* vim-patch:ff0baca86523 (#26476)zeertzjq2023-12-09
* fix(snippet): remove misleading comment about TM_FILENAME_BASE (#26465)Maria José Solano2023-12-08
* Merge pull request #26407 from gpanders/default-tgcGregory Anders2023-12-06
|\
| * feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders2023-12-06
* | fix(json): allow objects with empty keys #25564Emanuel2023-12-06
* | vim-patch:6863084d3bd0Christian Clason2023-12-06
* | vim-patch:4e043b1fc7eeChristian Clason2023-12-06
|/
* feat(lua): implement Iter:join() (#26416)Gregory Anders2023-12-05
* docs: small fixes (#26243)dundargoc2023-12-06
* vim-patch:2103a56eab5a (#26411)zeertzjq2023-12-06
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* vim-patch:9.0.2148: Vim does not detect pacman.log fileChristian Clason2023-12-05
* fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctl...Jongwook Choi2023-12-04
* feat(treesitter): highlight help files by default (#26347)Christian Clason2023-12-03
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* vim-patch:9.0.2139: html.angular ft is problematic (#26357)zeertzjq2023-12-02
* fix: use BEL to terminate OSC 11 request (#26335)Gregory Anders2023-11-30
* vim-patch:9.0.2137: Can't detect angular & mustache filetypesObserverOfTime2023-11-30
* fix: Remove nested for_each_tree in TSTreeView (#26328)Pham Huy Hoang2023-11-30
* fix(treesitter): fix parens stacking in inspector display (#26304)Gregory Anders2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* vim-patch:a9058440b7b9Christian Clason2023-11-29
* fix(treesitter): adjust indentation in inspector highlights (#26302)Gregory Anders2023-11-29
* fix(termcap): escape escapes in passthrough sequence (#26301)Gregory Anders2023-11-29
* fix(defaults): wait until VimEnter to set background (#26284)Gregory Anders2023-11-29
* docs: document TSNode:byte_length() (#26287)Gregory Anders2023-11-29
* fix(treesitter): make InspectTree correctly handle nested injections (#26085)Pham Huy Hoang2023-11-29
* fix(treesitter): use proper query syntax for inspector (#26274)Gregory Anders2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* fix(man): set the nested flag for the BufReadCmd autocommand (#26285)Gregory Anders2023-11-28
* vim-patch:9.0.2135: No test for mode() when executing Ex commands (#26282)zeertzjq2023-11-29
* fix(termcap): use tmux passthrough sequence when running in tmux (#26281)Gregory Anders2023-11-28
* fix(rplugin): dont create data dir if it's a broken symlink #25726Samuel (ThinLinc team)2023-11-28
* Merge pull request #26249 from bfredl/concealcharbfredl2023-11-28
|\
| * feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* | docs(lua): don't include remote-only API functions (#26266)zeertzjq2023-11-28
* | vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)zeertzjq2023-11-28