aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | build(deps): bump tree-sitter-vimdoc to v1.3.0Christian Clason2023-02-01
| |/ / / /
| * | / / vim-patch:8.1.1827: allocating more memory than needed for extended structs (...zeertzjq2023-02-01
| | |/ / | |/| |
| * | | vim-patch:9.0.1268: .clangd and .stylelintrc files don't get a filetype (#22079)Christian Clason2023-02-01
| * | | vim-patch:9.0.1270: crash when using search stat in narrow screen (#22078)zeertzjq2023-02-01
| * | | refactor(optionstr.c): align comments (#22070)zeertzjq2023-02-01
| * | | Merge pull request #17537 from bfredl/neoluabfredl2023-01-31
| |\ \ \
| | * | | refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
| | * | | fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl2023-01-31
| | * | | feat(lua): low-level interpreter mode (nvim -ll)bfredl2023-01-31
| * | | | Merge pull request #22005 from clason/sanitize-langChristian Clason2023-01-31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix(treesitter): validate language nameChristian Clason2023-01-28
| * | | | Merge pull request #22068 from bfredl/lsptestbfredl2023-01-31
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fix(tests): use -l mode for lsp testsbfredl2023-01-31
| |/ / /
| * | | vim-patch:9.0.1263: KDL files are not recognized (#22058)Christian Clason2023-01-31
| * | | fix(highlight): properly deal with underline mask when listing (#22057)zeertzjq2023-01-31
| * | | refactor!: remove has("debug") (#22060)dundargoc2023-01-30
| * | | build: add uninstall make target (#22059)dundargoc2023-01-30
| * | | build(luarocks): update busted version to v2.1.1 (#22029)zeertzjq2023-01-30
| * | | build(bump_deps.lua): run command -v in shell (#22030)zeertzjq2023-01-30
| * | | vim-patch:9.0.1261: Elsa files are not recognized (#22047)Amaan Qureshi2023-01-29
| * | | ci(news): mention that ignoring news.txt is fine (#22043)dundargoc2023-01-29
| * | | build: enable ccache project-wide (#22045)dundargoc2023-01-29
| * | | vim-patch:9.0.1256: NetworkManager connection files are not recognized (#22038)Christian Clason2023-01-29
| * | | vim-patch:9.0.1255: changing 'virtualedit' does not have immediate effect (#2...zeertzjq2023-01-29
| |/ /
| * | fix(fileio.c): don't use uninitialized memory (#22031)zeertzjq2023-01-28
| * | build: enable ccache by default if available (#22020)dundargoc2023-01-28
| * | build(deps): bump unibilium to d72c3598e7ac5d1ebf86ee268b8b4ed95c0fa628 (#22019)Christian Clason2023-01-27
| * | build: fix dependencies in find modules (#22017)dundargoc2023-01-27
| * | docs(api): tweak data arg for nvim_create_autocmd (#22008)Lewis Russell2023-01-27
| * | Merge pull request #21994 from lewis6991/refactor/option_setLewis Russell2023-01-27
| |\ \
| | * | refactor(option.c): factor out string option special case handlingLewis Russell2023-01-27
| | * | refactor(option.c): factor out some nextchar checksLewis Russell2023-01-27
| | * | refactor(option.c): add do_set_option_valueLewis Russell2023-01-26
| | * | refactor(option.c): move bool prefix checkLewis Russell2023-01-26
| | * | refactor(option.c): de-nest code in do_set_optionLewis Russell2023-01-26
| | * | refactor(option.c): factor out opt_idx validationLewis Russell2023-01-26
| | * | refactor(option.c): factor out option name parsingLewis Russell2023-01-26
| | * | refactor(option.c): factor out option prefix parsingLewis Russell2023-01-26
| | * | refactor(option.c): factor out set op parsingLewis Russell2023-01-26
| | * | refactor(option.c): use skiptowhite_escLewis Russell2023-01-26
| | * | refactor(option.c): change nextchar to uint8_tLewis Russell2023-01-26
| | * | refactor(option.c): remove gotoLewis Russell2023-01-26
| | * | refactor(option.c): int -> boolLewis Russell2023-01-26
| | * | refactor(option.c): reduce scope or startargLewis Russell2023-01-26
| | * | refactor(option.c): reduce scope or errbufLewis Russell2023-01-26
| | * | refactor(option.c): reduce scope or errmsgLewis Russell2023-01-26
| | * | refactor(option.c): factor out loop code from do_set()Lewis Russell2023-01-26
| | * | refactor(option.c): factor out common skip checkLewis Russell2023-01-26
| | * | refactor(option.c): simplify do_set_stringLewis Russell2023-01-26
| | * | refactor(option.c): add do_set_boolLewis Russell2023-01-26