aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* fix(powershell): wrong length allocation for ":%w !" #20530Enan Ajmain2023-01-12
* vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* vim-patch:9.0.1115: code is indented more than needed (#21598)zeertzjq2022-12-31
* vim-patch:9.0.1092: search error message doesn't show used pattern (#21518)zeertzjq2022-12-24
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: rename mch_msg => os_msgJustin M. Keyes2022-12-16
* vim-patch:8.2.2295: incsearch does not detect empty pattern properlyzeertzjq2022-12-04
* vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
* refactor: move ex_retab() to indent.czeertzjq2022-11-30
* vim-patch:8.2.5102: interrupt not caught in testzeertzjq2022-11-30
* vim-patch:8.2.5080: when indenting gets out of hand it is hard to stopzeertzjq2022-11-30
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* fix(ex_cmds): fix a mistake in the porting of Vim patch 8.1.0306 (#21096)zeertzjq2022-11-18
* refactor: deprecate 'secure' optionGregory Anders2022-11-17
* Merge pull request #20157 from dundargoc/build/iwyubfredl2022-11-15
|\
| * build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* | ci(windows): treat compiler warnings as errorsdundargoc2022-11-14
|/
* vim-patch:9.0.0845: shell command with just space gives strange error (#21029)zeertzjq2022-11-12
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* | vim-patch:8.2.2856: get readonly error for device that can't be written tozeertzjq2022-11-07
|/
* vim-patch:8.2.0612: Vim9: no check for space before #commentzeertzjq2022-11-05
* vim-patch:8.2.0502: Vim9: some code is not testedzeertzjq2022-11-05
* refactor(uncrustify): move macros definitions to enable formattingdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: clint (#20600)Lewis Russell2022-10-12
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* fix: :! pwsh redirection for `command not found`Enan Ajmain2022-09-30
* fix: make_filter_cmd for :! powershellEnan Ajmain2022-09-30