aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.1079: Vim9: no line break allowed in a while loopzeertzjq2023-04-14
* vim-patch:8.2.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* feat(ex_cmds)!: remove :behavebfredl2023-04-13
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor(screen): screen.c delenda estbfredl2023-03-14
* fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* refactor: change char_u to uint8_t or char in sha256.c/undo.c (#21914)zeertzjq2023-01-21
* 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 23 (#21798)dundargoc2023-01-18
* vim-patch:9.0.1215: using isalpha() adds dependency on current localezeertzjq2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* vim-patch:8.2.5126: substitute may overrun destination bufferzeertzjq2023-01-17
* vim-patch:8.2.4618: cmdline completion does not recognize single letter commandszeertzjq2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* feat!: remove hardcopyLewis Russell2023-01-03
* vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
* Merge pull request #18375 from bfredl/tui_reworkbfredl2022-12-31
|\
| * fix(tui): more work in the TUIbfredl2022-12-31
* | vim-patch:9.0.1115: code is indented more than needed (#21598)zeertzjq2022-12-31
* | refactor(sleep): simplify rube goldberg implementation of :sleepbfredl2022-12-30
|/
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* fix(folds): use long for number of folded lines (#21447)zeertzjq2022-12-17
* 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
* vim-patch:8.2.3259 when 'indentexpr' causes an error did_throw may hang (#21240)zeertzjq2022-11-30
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* 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.0861: solution for "!!sort" in closed fold is not optimal (#21027)zeertzjq2022-11-12
* vim-patch:9.0.0858: "!!sort" in a closed fold sorts too many lines (#21022)zeertzjq2022-11-11
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10