aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: various cmake fixes (#21902)dundargoc2023-01-20
* docs: docs: use codeblocks in runtime/doc/options.txt (#21919)Sizhe Zhao2023-01-20
* fix(lsp): fix `removed` param value in add_workspace_folder (#21915)Raphael2023-01-20
* vim-patch:9.0.0358: 'breakindent' does not indent non-lists (#21913)zeertzjq2023-01-20
* test(syn_attr_spec): add more information (#21912)zeertzjq2023-01-20
* perf(statuscolumn): only fill click defs array once per redraw (#21884)luukvbaal2023-01-20
* build: remove nvim as a dependency of unittests (#21903)dundargoc2023-01-19
* refactor(highlight_group.c): reduce scope of localsLewis Russell2023-01-19
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* fix(rpc): don't parse msgpack if buflen is 0 (#21899)zeertzjq2023-01-19
* fix: pass value instead of pointer to isalpha (#21898)dundargoc2023-01-19
* build: enable cmake workflow presets (#21860)dundargoc2023-01-19
* vim-patch:8.2.4655: cmdline completion popup menu positioned wrong (#21894)zeertzjq2023-01-19
* refactor(eval.c): factor out get_number_tv() (#21893)zeertzjq2023-01-19
* Merge pull request #21879 from zeertzjq/stl-click-zero-lenzeertzjq2023-01-19
|\
| * fix(statusline): don't leak memory with truncated click labelszeertzjq2023-01-19
| * fix(statusline): don't leak memory with zero-width click labelszeertzjq2023-01-19
|/
* vim-patch:9.0.1221: code is indented more than necessary (#21891)zeertzjq2023-01-19
* vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq2023-01-19
* ci: enable CI_BUILD on windows (#21557)dundargoc2023-01-18
* Merge pull request #21881 from bfredl/uniterrorbfredl2023-01-18
|\
| * fix(unittests): fix TUI broken test previously ignoredbfredl2023-01-18
| * fix(unittest): delete unused duplicated codebfredl2023-01-18
| * fix(unittests): do not consider process crash to be a successbfredl2023-01-18
* | refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* | refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* | build(Windows): fix redoing version generation (#21880)Enan Ajmain2023-01-18
* | fix(statuscolumn): always fill click defs array (#21878)zeertzjq2023-01-18
* | vim-patch:9.0.0149: test for fuzzy completion fails sometimes (#21876)zeertzjq2023-01-18
* | refactor(PVS): suppress false positive V547 in drawline.c (#21875)Lucas Merritt2023-01-18
* | vim-patch:9.0.1213: adding a line below the last one does not expand fold (#2...zeertzjq2023-01-18
* | refactor(PVS/V1048): remove unnecessary assignment (#21870)Lucas Merritt2023-01-18
* | Merge pull request #21868 from zeertzjq/vim-9.0.1214zeertzjq2023-01-18
|\ \
| * | vim-patch:9.0.1215: using isalpha() adds dependency on current localezeertzjq2023-01-18
| * | vim-patch:9.0.1214: file left behind after running testszeertzjq2023-01-18
|/ /
* / vim-patch:9.0.1212: cannot read back what setcellwidths() has done (#21867)zeertzjq2023-01-18
|/
* fix(treesitter): really restore syntaxLewis Russell2023-01-17
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* Merge pull request #21859 from zeertzjq/vim-8.2.4617zeertzjq2023-01-17
|\
| * vim-patch:8.2.5126: substitute may overrun destination bufferzeertzjq2023-01-17
| * vim-patch:8.2.4618: cmdline completion does not recognize single letter commandszeertzjq2023-01-17
| * vim-patch:8.2.4617: no completion for :scriptnameszeertzjq2023-01-17
|/
* build(deps): bump tree-sitter to HEAD - eb970a83a (#21858)Christian Clason2023-01-17
* vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...zeertzjq2023-01-17
* vim-patch:8.2.4959: using NULL regexp program (#21855)zeertzjq2023-01-17
* vim-patch:8.2.4928: various white space and cosmetic mistakes (#21854)zeertzjq2023-01-17
* vim-patch:8.2.4917: fuzzy expansion of option names is not right (#21853)zeertzjq2023-01-17
* vim-patch:9.0.0089: fuzzy argument completion doesn't work for shell commands...zeertzjq2023-01-17
* Merge pull request #21851 from zeertzjq/vim-8.2.4482zeertzjq2023-01-17
|\
| * fix(completion): correct what modes support fuzzy completionzeertzjq2023-01-17