aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* 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
* vim-patch:9.0.1261: Elsa files are not recognized (#22047)Amaan Qureshi2023-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
* 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
| * refactor(option.c): add do_set_numLewis Russell2023-01-26
* | build: find unibilium without relying on libfindmacros (#22015)dundargoc2023-01-27
* | fix(test): unset XDG_CONFIG_HOME when running oldtestLewis Russell2023-01-27
* | build: check if libvterm version meets requirement (#22010)dundargoc2023-01-26
* | refactor(fileio.c): reduce scope of localsLewis Russell2023-01-26
* | vim-patch:9.0.1246: code is indented more than necessary (#22006)zeertzjq2023-01-26
* | vim-patch:9.0.1242: code for :runtime completion is not consistentzeertzjq2023-01-26
* | vim-patch:9.0.1238: :runtime completion can be further improvedzeertzjq2023-01-26
* | vim-patch:9.0.1231: completion of :runtime does not handle {where} argumentzeertzjq2023-01-26
* | vim-patch:9.0.1227: no cmdline completion for :runtimezeertzjq2023-01-26
* | refactor(intro): avoid Coverity warning (#22000)zeertzjq2023-01-26
* | refactor(options): don't pass negative number to illegal_char() (#21999)zeertzjq2023-01-26
* | vim-patch:9.0.1245: code is indented more than necessary (#21998)zeertzjq2023-01-26
* | vim-patch:9.0.1243: :setglobal cannot use script-local function for "expr" op...zeertzjq2023-01-26
* | vim-patch:9.0.1244: cursor displayed in wrong position when leaving Insert mo...zeertzjq2023-01-26
|/
* Merge pull request #21885 from lewis6991/refactor/optionsLewis Russell2023-01-25
|\
| * refactor(optionstr.c): move handling of formatlistpatLewis Russell2023-01-25
| * refactor(optionstr.c): break up did_set_exproptLewis Russell2023-01-25
| * refactor(optionstr.c): remove some redundant parensLewis Russell2023-01-25