aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* 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
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeyszeertzjq2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
* vim-patch:8.2.2476: using freed memory when splitting window while closing bu...zeertzjq2022-04-21