aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
...
* | vim-patch:9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowShougo Matsushita2022-07-31
* | vim-patch:9.0.0114: the command line takes up space even when not usedShougo Matsushita2022-07-31
* | cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
|/
* vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line ...zeertzjq2022-07-28
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* vim-patch:9.0.0086: tabline is not redrawn when entering command linezeertzjq2022-07-27
* vim-patch:9.0.0083: ModeChanged event not triggered when leaving cmdline windowzeertzjq2022-07-27
* vim-patch:9.0.0082: cannot interrupt global command from command linezeertzjq2022-07-27
* vim-patch:9.0.0051: using CTRL-C wih :append may hang Vimzeertzjq2022-07-27
* fix(cmdline): trigger CmdlineEnter and ModeChanged earlier (#19474)zeertzjq2022-07-26
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* vim-patch:8.2.2426: allowing 'completefunc' to switch windows causes troublezeertzjq2022-07-17
* fix(cmdline): fix passing -1 as charzeertzjq2022-07-12
* vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq2022-07-10
* vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)zeertzjq2022-07-10
* vim-patch:8.2.5044: command line test failszeertzjq2022-07-07
* vim-patch:8.2.5043: can open a cmdline window from a substitute expressionzeertzjq2022-07-07
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:8.2.0316: ex_getln.c code has insufficient test coveragezeertzjq2022-07-02
* cmdheight=0: fix bugs #18961Shougo2022-06-30
* Merge pull request #19133 from famiu/feat/api/cmd_support_filterbfredl2022-06-29
|\
| * feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
* | refactor(map): simplify add_map paramsbfredl2022-06-28
|/
* refactor: replace char_u #18429dundargoc2022-06-28
* fix(inccommand): parse the command to check if it is previewableFamiu Haque2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* fix(inccommand): never preview if parsing command failed (#18944)zeertzjq2022-06-14
* feat: cmdheight=0 #16251Shougo2022-06-13
* fix(inccommand): skip split window if not enough room #18937Famiu Haque2022-06-12
* fix(inccommand): clear cmdpreview state if preview is not shown (#18923)zeertzjq2022-06-11
* docs: fix typos (#18269)dundargoc2022-06-04
* fix(inccommand): avoid crash if callback changes inccommand option (#18830)zeertzjq2022-06-02
* refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* vim-patch:8.2.4975: recursive command line loop may cause a crash (#18614)zeertzjq2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* | Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
|\ \ | |/ |/|
| * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* | vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* feat: cmdline funcs (#18284)Shougo2022-05-09
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08