aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:9.0.0320: command line type of CmdlineChange differs from getcmdtype()zeertzjq2022-08-30
* refactor: move cmdline functions to ex_getln.czeertzjq2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991)zeertzjq2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | vim-patch:9.0.0285: it is not easy to change the command line from a plugin (...Shougo2022-08-29
|/
* vim-patch:9.0.0279: the tiny version has the popup menu but not 'wildmenu'zeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* vim-patch:8.1.2331: the option.c file is still very big (#19954)zeertzjq2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* vim-patch:8.2.0911: crash when opening a buffer for the cmdline window failszeertzjq2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(arena): use a shared block freelistbfredl2022-08-24
* | fix(cmdline): do not trigger completion at wrong time (#19920)zeertzjq2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)zeertzjq2022-08-21
* refactor: make wildmenu code closer to Vim (#19870)zeertzjq2022-08-21
* vim-patch:8.2.1587: loop for handling keys for the command line is too long (...zeertzjq2022-08-21
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* 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