aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq2023-08-22
* vim-patch:8.1.2044: no easy way to process postponed workzeertzjq2023-08-21
* vim-patch:9.0.1774: no support for custom cmdline completion (#24808)zeertzjq2023-08-21
* vim-patch:9.0.1691: wrong viewport restored for incsearch and smoothscroll (#...zeertzjq2023-08-12
* fix(inccommand): don't set an invalid 'undolevels' value (#24575)zeertzjq2023-08-05
* fix(inccommand): don't save information of a buffer twice (#24501)zeertzjq2023-07-28
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* fix(inccommand): restrict cmdpreview undo calls (#24289)Alexandre Teoi2023-07-26
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* fix(inccommand): block errors when parsing command line again (#24374)zeertzjq2023-07-17
* refactor: remove longdundargoc2023-07-03
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* fix(cmdline): don't redraw 'tabline' in Ex mode (#24123)zeertzjq2023-06-23
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq2023-05-30
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:9.0.0490: using freed memory with cmdwin and BufEnter autocmdzeertzjq2023-05-13
* fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
* vim-patch:9.0.0892: may redraw when not neededLuuk van Baal2023-05-02
* vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* fix(ex_getln): initialize pointer with NULLAndreas Schneider2023-04-21
* vim-patch:9.0.1460: insufficient testing for getcmdcompltype() (#23159)zeertzjq2023-04-17
* vim-patch:9.0.1444: crash when passing NULL to setcmdline() (#23048)zeertzjq2023-04-12
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor(screen): screen.c delenda estbfredl2023-03-14
* perf(statusline): UI elements are always redrawn on K_EVENTLuuk van Baal2023-03-08
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* Merge pull request #22429 from bfredl/hkmapbfredl2023-02-28
|\
| * feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-02-28
* | refactor(getchar.c): change most char_u to uint8_t (#22444)zeertzjq2023-02-28
* | fix: address -Wmaybe-uninitialized warnings (#22436)Lewis Russell2023-02-27
|/
* vim-patch:9.0.1299: change for triggering incsearch not sufficiently testedzeertzjq2023-02-11
* vim-patch:9.0.1298: inserting register on the cmdline does not trigger incsearchzeertzjq2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11