aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0574: ex: wrong handling of commands after barzeertzjq2024-07-14
* 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
|/
* 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
* 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
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* 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(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq2024-02-10
* fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* docs: various fixes (#27063)dundargoc2024-01-25
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* fix(inccommand): don't crash with "split" and 'n' flagzeertzjq2023-12-07
* vim-patch:9.0.2143: [security]: buffer-overflow in ex_substitutezeertzjq2023-12-02
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-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(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor(encoding): remove redundant vim_isprintc_strictbfredl2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* vim-patch:9.0.2121: [security]: use-after-free in ex_substitutezeertzjq2023-11-23
* vim-patch:8.2.2784: Vim9: cannot use \=expr in :substitutezeertzjq2023-11-23
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* vim-patch:9.0.2108: [security]: overflow with count for :s commandzeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05