aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* fix(tui): grow termkey's internal buffer for large escape sequences (#26309)Gregory Anders2023-11-30
* fix(treesitter): fix parens stacking in inspector display (#26304)Gregory Anders2023-11-30
* ci(release): perform a full checkout when building (#26323)zeertzjq2023-11-30
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* Merge pull request #23657 from luukvbaal/extmarkbfredl2023-11-30
|\
| * fix(extmark): restore extmarks when completing original textLuuk van Baal2023-11-29
* | refactor: move extern variables out of _defs.h files (#26320)zeertzjq2023-11-30
* | refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
* | build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* | test: unskip more terminal tests on Windows (#26315)zeertzjq2023-11-30
* | test(ex_terminal_spec): match descriptions (#26314)zeertzjq2023-11-30
* | Merge pull request #25994 from luki446/windows-path-terminal-fixzeertzjq2023-11-30
|\ \
| * | test: :terminal when 'shell' uses backslasheszeertzjq2023-11-30
| * | fix(terminal): make backslashes in 'shell' work on WindowsLuki4462023-11-30
|/ /
* | ci(lintcommit): fix empty and period check with multiple colons (#26312)zeertzjq2023-11-30
* | test(ex_terminal_spec): unskip tests that work on Windows (#26310)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
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-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
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* Merge pull request #26292 from luukvbaal/decorbfredl2023-11-29
|\
| * fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29
* | vim-patch:9.0.2134: ml_get error when scrolling (#26264)zeertzjq2023-11-29
* | refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
|/
* vim-patch:9.0.2136: MSVC errorformat can be improved (#26283)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
* refactor: fix headers with IWYUdundargoc2023-11-28
* Merge pull request #26276 from luukvbaal/decorbfredl2023-11-28
|\
| * refactor(decor): remove sign conditions that are always trueLuuk van Baal2023-11-28
* | build: disable UnusedIncludes from clangddundargoc2023-11-28
|/
* fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
* fix(rplugin): dont create data dir if it's a broken symlink #25726Samuel (ThinLinc team)2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* Merge pull request #26249 from bfredl/concealcharbfredl2023-11-28
|\
| * feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* | refactor(IWYU): fix includes for ugrid.h (#26267)zeertzjq2023-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
* | refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* | refactor(options): replace `p_force_(on|off)` with `immutable` (#26209)Famiu Haque2023-11-28
* | vim-patch:9.0.2131: not all nushell files detected (#26260)Christian Clason2023-11-28