aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
| * build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
| * fix(options): `'modified'` showing incorrect value for scratch buffersFamiu Haque2023-10-22
| * feat(complete): support f flag for complete buffer partglepnir2023-10-21
| * vim-patch:9.0.2059: outstanding exceptions may be skipped (#25736)zeertzjq2023-10-21
| * feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
| * fix(event-loop): flush UI when no input is available (#25728)zeertzjq2023-10-20
| * refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
| * vim-patch:9.0.2056: no digraph for quadruple primeChristian Clason2023-10-20
| * vim-patch:9.0.2050: Vim9: crash with deferred function call and exception (#2...zeertzjq2023-10-19
| * vim-patch:9.0.2044: Vim9: exceptions confuse defered functionszeertzjq2023-10-18
| * build: add sub-targets to the doc targetdundargoc2023-10-18
| * fix(move): check the correct buffer (#25698)zeertzjq2023-10-18
| * vim-patch:9.0.2041: trim(): hard to use default mask (#25692)zeertzjq2023-10-18
| * vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
| * vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
| * vim-patch:9.0.2039: completion shows current word after completion restart (#...zeertzjq2023-10-17
| * refactor(options): make `did_set_shada` a normal option callbackFamiu Haque2023-10-17
| * refactor(options): make `os_oldval` and `os_newval` use `OptValData`Famiu Haque2023-10-17
| * refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
| * refactor(options): deduplicate the `do_set_option` codepathFamiu Haque2023-10-17
| * refactor(options): deduplicate `do_set_option_string`Famiu Haque2023-10-17
| * refactor(options): remove `os_op`Famiu Haque2023-10-17
| * refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
| * refactor(options): unify set_num_option and set_bool_optionFamiu Haque2023-10-17
| * vim-patch:9.0.2033: gcc overflow-warning for f_resolve (#25666)zeertzjq2023-10-16
| * vim-patch:dbf749bd5aae (#25665)zeertzjq2023-10-16
| * refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefsbfredl2023-10-15
| * fix(extmarks): skip virt_text if it is out of window (#25658)zeertzjq2023-10-15
| * vim-patch:9.0.2025: no cmdline completion for ++opt args (#25657)zeertzjq2023-10-15
| * vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
| * vim-patch:9.0.2031: TextChangedI may be triggered by non-insert mode change (...zeertzjq2023-10-15
| * vim-patch:9.0.2030: no max callback recursion limit (#25655)zeertzjq2023-10-15
| * docs: restore accidentally removed line in :h 'ignorecase' (#25651)zeertzjq2023-10-15
| * vim-patch:2bbd0d30eebd (#25637)zeertzjq2023-10-14
| * vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)zeertzjq2023-10-14
| * vim-patch:9.0.2021: Coverity complains about change in charset (#25634)zeertzjq2023-10-14
| * fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
| * vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
| * fix(grid): add start column when getting char on line (#25627)zeertzjq2023-10-13
| * fix: allow multiline message for echoerr (#25380)Jongwook Choi2023-10-13
| * vim-patch:9.0.2018: complete_info() returns wrong index (#25607)zeertzjq2023-10-12
| * vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#2...zeertzjq2023-10-12
| * vim-patch:9.0.2017: linebreak applies for leading whitespacezeertzjq2023-10-12
| * refactor(float): rename ex_floatclose to ex_fclose (#25596)Raphael2023-10-11
| * docs: small fixesdundargoc2023-10-10
| * Merge pull request #25561 from glepnir/9663bfredl2023-10-10
| |\
| | * feat(float): add fclose commandglepnir2023-10-10
| * | refactor: use xstpcpy() instead of strcat() (#25572)James2023-10-10
| * | refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
| * | fix(highlight): add `FloatFooter` to 'highlight_defs.h' (#25577)Evgeni Chasnovski2023-10-10