aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* 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
|\
| * refactor: enable -Wconversion warning for ex_cmds.cDundar Goc2022-06-25
* | refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* | fix: make_filter_cmd for :! powershell #15913Enan Ajmain2022-06-25
|/
* vim-patch:8.2.5146: memory leak when substitute expression nestszeertzjq2022-06-24
* vim-patch:8.2.4977: memory access error when substitute expression changes wi...zeertzjq2022-06-24
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* fix(substitute): subtract number of backslashes laterzeertzjq2022-06-12
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* fix(inccommand): avoid crash if callback changes inccommand option (#18830)zeertzjq2022-06-02
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | vim-patch:8.2.5046: vim_regsub() can overwrite the destination (#18812)zeertzjq2022-05-31
|/
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* fix(folds): fix fold regression with :move (#18685)zeertzjq2022-05-22
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* vim-patch:8.2.1835: ":help ??" finds the "!!" tag (#18350)dundargoc2022-05-02
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.2472: crash when using command line window in an autocommandzeertzjq2022-04-21
* vim-patch:8.2.4750: small pieces of dead code (#18113)dundargoc2022-04-15