aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* Merge pull request #19360 from famiu/feat/multibuffer-inccommandbfredl2022-08-19
|\
| * feat: multibuffer preview support for inccommandFamiu Haque2022-08-19
* | vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* | vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* | refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* | vim-patch:8.2.1262: src/ex_cmds.c file is too big (#19811)zeertzjq2022-08-17
* | refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* | vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* | vim-patch:8.2.3392: augroup completion escapes regexp pattern characterszeertzjq2022-08-15
|/
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: move code dealing with script files to runtime.c (#19734)zeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl2022-07-31
|\
| * refactor: replace char_u with charDundar Goc2022-07-31
* | 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