aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaveszeertzjq2022-04-08
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* fix(ui): inccomand performance degradationKillTheMule2022-04-05
* refactor: pass "preview" to regtilde()zeertzjq2022-04-04
* vim-patch:8.2.4253: using freed memory when substitute with function callzeertzjq2022-04-04
* fix(substitute): properly check for empty command linezeertzjq2022-04-04
* vim-patch:8.2.4672: using :normal with Ex mode may make :substitute hang (#17...zeertzjq2022-04-03
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(ex_cmds): convert function comments to doxygen formatDundar Göc2022-03-16
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* vim-patch:8.2.4364: MS-Windows: still running out of memory for a very long lineSean Dewar2022-02-12
* vim-patch:8.2.4362: :retab may allocate too much memorySean Dewar2022-02-12
* vim-patch:8.2.4359: crash when repeatedly using :retabSean Dewar2022-02-12
* fix: close floating windows when calling win_close()Rom Grk2022-02-10
* vim-patch:8.2.2813: cannot grep using fuzzy matchingSean Dewar2022-02-07
* Merge pull request #17194 from zeertzjq/inccommand-prev-subzeertzjq2022-02-06
|\
| * fix(inccommand): do not change reg_prev_sub when previewingzeertzjq2022-01-25
* | vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | Merge pull request #16820 from seandewar/vim-8.1.2302Sean Dewar2022-01-27
|\ \
| * | vim-patch:8.1.2302: :lockmarks does not work for '[ and ']Sean Dewar2022-01-27
* | | vim-patch:8.2.3669: buffer overflow with long help argument (#16971)f380cedric2022-01-27
|/ /
* / vim-patch:8.2.4215: illegal memory access when copying lines in Visual modeChristian Clason2022-01-26
|/
* vim-patch:8.2.3952: first line not redrawn when adding lines to an empty bufferzeertzjq2021-12-31
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* vim-patch:8.2.3883: crash when switching to other regexp engine fails (#16773)zeertzjq2021-12-25
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* lint (#16526)Jan Edmund Lazo2021-12-05
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01