aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* docs: miscdundargoc2025-01-30
* fix(ui): avoid redundant ext_cmdline events (#32237)luukvbaal2025-01-29
* feat(inccommand): preview 'nomodifiable' buffers #32034Donatas2025-01-20
* refactor(cmdline): more idiomatic way to avoid cmdline_showLuuk van Baal2025-01-17
* fix(cmdline): prevent cmdline_show events after exiting cmdline #32033luukvbaal2025-01-15
* fix: fix incorrect search codedundargoc2025-01-06
* fix(cmdline): always show cmdline when it is a prompt #31866luukvbaal2025-01-05
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* Merge #31661 cmdline_show/hide eventsJustin M. Keyes2024-12-22
|\
| * feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal2024-12-22
* | fix(messages): typo and unwanted truncation in msg_outtrans_long #31669luukvbaal2024-12-22
|/
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* fix(ui): update title in more cases (#31508)zeertzjq2024-12-10
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* Merge pull request #27813 from luukvbaal/msgidbfredl2024-11-11
|\
| * refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* | fix(cmdline): simplify and correct grapheme cluster adjustmentbfredl2024-11-08
* | fix(inccommand): ensure cursor is where it belongsLuuk van Baal2024-11-07
|/
* 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