aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifier...zeertzjq2024-09-06
* vim-patch:9.1.0713: Newline causes E749 in Ex mode (#30254)zeertzjq2024-09-04
* fix(filetype): fix :filetype detect error with -u NONE (#29991)zeertzjq2024-08-06
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0582: Printed line doesn't overwrite colon when pressing Enter ...zeertzjq2024-07-14
* vim-patch:9.1.0574: ex: wrong handling of commands after barzeertzjq2024-07-14
* vim-patch:9.1.0573: ex: no implicit print for single addresseszeertzjq2024-07-14
* vim-patch:8.2.3716: Vim9: range without a command is not compiledzeertzjq2024-07-14
* vim-patch:9.1.0579: Ex command is still executed after giving E1247zeertzjq2024-07-14
* vim-patch:8.2.4065: computation overflow with large cound for :yankzeertzjq2024-07-14
* vim-patch:9.1.0529: silent! causes following try/catch to not work (#29567)zeertzjq2024-07-05
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* feat(lua): add `vim._with`dundargoc2024-06-08
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* docs: misc (#28609)dundargoc2024-05-15
* refactor: add win_T argument to setcursor_mayforce()Luuk van Baal2024-05-02
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* vim-patch:9.1.0208: winfixbuf does not allow to re-edit current buffer (#28054)Colin Kennedy2024-03-27
* vim-patch:9.1.0205: Cannot use modifiers before :-Ntabmove (#28031)zeertzjq2024-03-26
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* fix(api): use a conditional stack for nvim_cmd (#26341)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* fix(terminal): make backslashes in 'shell' work on WindowsLuki4462023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27