aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)zeertzjq2024-10-22
* vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq2024-10-09
* vim-patch:9.1.0766: too many strlen() calls in ex_getln.c (#30715)zeertzjq2024-10-08
* vim-patch:9.1.0752: can set 'cedit' to an invalid value (#30616)zeertzjq2024-10-01
* vim-patch:9.1.0742: getcmdprompt() implementation can be improvedzeertzjq2024-09-26
* vim-patch:9.1.0741: No way to get prompt for input()/confirm()zeertzjq2024-09-26
* vim-patch:9.1.0739: [security]: use-after-free in ex_getln.c (#30448)zeertzjq2024-09-21
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* refactor: move some functions out of eval.c (#29964)zeertzjq2024-08-02
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0543: Behavior of CursorMovedC is strange (#29608)zeertzjq2024-07-08
* vim-patch:9.1.0511: CursorMovedC triggered wrongly with setcmdpos()zeertzjq2024-06-21
* vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq2024-06-21
* vim-patch:9.1.0498: getcmdcompltype() interferes with cmdline completion (#29...zeertzjq2024-06-19
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(ui): flush ext_cmdline events before doing cmdpreview #27950luukvbaal2024-05-28
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(cmdline): wrong 'incsearch' highlighting after :redraw (#27947)luukvbaal2024-03-20
* fix(ui): ext_cmdline should not move cursor to curwinLuuk van Baal2024-03-15
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27...zeertzjq2024-02-27
* fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
* vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq2024-02-13
* vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar2024-01-28
* vim-patch:9.1.0048: Abort opening cmdwin if autocmds screw things upSean Dewar2024-01-28
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2024-01-19
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* fix(inccommand): don't preview in Ex mode (#26587)Raphael2023-12-27
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* fix(inccommand): save and restore '[ and '] marks (#26442)zeertzjq2023-12-07
* 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
* vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)zeertzjq2023-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