aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * build: show build type specific compiler flags when using --versiondundargoc2023-03-04
| * ci: move configuring cmake to the build part of the CIdundargoc2023-03-04
| * docs(highlight): fix type annotations (#22272)Jaehwang Jung2023-03-04
| * build(deps): bump msgpack-c to v6.0.0 (#22522)Christian Clason2023-03-04
| * Merge pull request #22415 from bfredl/log_debugbfredl2023-03-04
| |\
| | * refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
| * | refactor(spell): use uint8_t for "byts" variables (#22519)zeertzjq2023-03-04
| * | docs(lua): number → integer (#22517)Jaehwang Jung2023-03-04
| * | docs(diagnostic): number → integer (#22512)Jaehwang Jung2023-03-04
| * | docs(editorconfig): number → integer (#22514)Jaehwang Jung2023-03-04
| * | docs(inspect): number → integer (#22511)Jaehwang Jung2023-03-04
| * | docs(uri): number → integer (#22515)Jaehwang Jung2023-03-04
| * | docs(filetype): number → integer (#22516)Jaehwang Jung2023-03-04
| * | docs(treesitter): number → integer (#22513)Jaehwang Jung2023-03-04
| |/
| * refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
| * docs(luvref): update to version bump (#22508)Christian Clason2023-03-04
| * Merge pull request #22506 from zeertzjq/vim-9.0.0013zeertzjq2023-03-04
| |\
| | * fix(redraw): get the line again after evaluating somethingzeertzjq2023-03-04
| | * fix(luado): get old_line length before executing Lua codezeertzjq2023-03-04
| | * vim-patch:9.0.0016: comparing line pointer for 'breakindent' is not reliablezeertzjq2023-03-04
| | * vim-patch:partial:9.0.0013: reproducing memory access errors can be difficultzeertzjq2023-03-04
| |/
| * vim-patch:9.0.1376: accessing invalid memory with put in Visual block mode (#...zeertzjq2023-03-04
| * build(deps): bump Luv to HEAD - e5da6417d (#22502)Christian Clason2023-03-04
| * build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ONdundargoc2023-03-04
| * fix(treesitter): raise ts_match_limit to 256 (#22497)Christian Clason2023-03-03
| * fix(treesitter): break early from loop when match is found (#22499)Gregory Anders2023-03-03
| * vim-patch:9.0.0527: long sign text may overflow buffer (#22496)zeertzjq2023-03-03
| * Merge #22493 lua2dox.lua, vim.treesitter tagsJustin M. Keyes2023-03-03
| |\
| | * docs: lua2dox.lua debuggingJustin M. Keyes2023-03-03
| | * docs: fix vim.treesitter tagsJustin M. Keyes2023-03-03
| |/
| * Merge pull request #22442 from bfredl/quickmakebfredl2023-03-03
| |\
| | * refactor(build): graduate -Wvla, -fno-common and -Og "features"bfredl2023-03-03
| | * refactor(build): graduate unibilium VAR_FROM feature from 2017bfredl2023-03-03
| | * refactor(build): graduate msgpack-c FLOAT32 "feature" since foreverbfredl2023-03-03
| | * refactor(build): graduate libtreesitter features which are 1+ years oldbfredl2023-03-03
| | * refactor(build): graduate HAVE_LOCALE_H featurebfredl2023-03-03
| | * refactor(build): remove unused stdlib function and include checksbfredl2023-03-03
| * | feat(treesitter): bundle query parser and queries (#22483)Christian Clason2023-03-03
| * | Merge pull request #22484 from gpanders/inspect-tree-fix-cursorChristian Clason2023-03-03
| |\ \ | | |/ | |/|
| | * refactor(treesitter): use string.format to create linesGregory Anders2023-03-02
| | * fix(treesitter): maintain cursor position when toggling anonymous nodesGregory Anders2023-03-02
| * | Merge pull request #22494 from zeertzjq/vim-9.0.0531zeertzjq2023-03-03
| |\ \
| | * | vim-patch:9.0.0533: the win_line() function is much too longzeertzjq2023-03-03
| | * | vim-patch:partial:9.0.0531: the win_line() function is much too longzeertzjq2023-03-03
| | * | refactor(drawline.c): move number column helpers function togetherzeertzjq2023-03-03
| |/ /
| * | fix(treesitter): typos in _range.luaJaehwang Jung2023-03-03
| * | fix(treesitter): disallow empty filetypesLewis Russell2023-03-03
| * | vim-patch:9.0.0519: the win_line() function is much too long (#22491)zeertzjq2023-03-03
| * | refactor(win_line): move some variables into a struct (#22490)zeertzjq2023-03-03
| * | Merge pull request #22488 from zeertzjq/vim-9.0.1373zeertzjq2023-03-03
| |\ \