aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* Merge pull request #20022 from dundargoc/refactor/char_u/6bfredl2022-09-01
|\
| * refactor: replace char_u with charDundar Göc2022-08-31
* | perf(messages): don't call ui_flush() per message line in various placesbfredl2022-09-01
|/
* refactor: replace char_u with charDundar Göc2022-08-31
* vim-patch:9.0.0332: overwrite check may block BufWriteCmd (#20014)zeertzjq2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
|/
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* vim-patch:9.0.0263: too many #ifdefszeertzjq2022-08-26
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* 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
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* 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
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* 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
* docs: fix typos (#19588)dundargoc2022-08-03
* vim-patch:9.0.0124: code has more indent than neededzeertzjq2022-08-01
* 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.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:8.2.4625: old Coverity warning for resource leakzeertzjq2022-07-27
* vim-patch:9.0.0085: ":write" fails after ":file name" and the ":edit"ii142022-07-26
* vim-patch:9.0.0047: using freed memory with recursive substitute (#19457)zeertzjq2022-07-21
* fix(powershell): filter ":!" commands with args #19268Enan Ajmain2022-07-18
* vim-patch:8.2.0403: when 'buftype' is "nofile" there is no overwrite checkzeertzjq2022-07-15
* vim-patch:8.1.1547: functionality of bt_nofile() is confusingzeertzjq2022-07-15
* vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefszeertzjq2022-07-15
* vim-patch:8.2.2732: prompt for s///c in Ex mode can be wrongzeertzjq2022-07-12
* fix(cmdline): fix passing -1 as charzeertzjq2022-07-12
* vim-patch:8.2.3363: when :edit reuses the current buffer the alternate file i...zeertzjq2022-07-11
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:8.2.0049: command line completion not fully testedzeertzjq2022-07-01
* cmdheight=0: fix bugs #18961Shougo2022-06-30
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* Merge pull request #19077 from dundargoc/refactor/conversionbfredl2022-06-27
|\