aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.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
* | Merge pull request #18450 from dundargoc/build/clint/remove-function-size-war...bfredl2022-05-07
|\ \
| * | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
| |/
* / fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
|/
* Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-06
|\
| * fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
* | 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
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque2022-05-02
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: enable -Wconversion warning for ex_docmd.c (#18277)dundargoc2022-04-27
* fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* Merge pull request #18110 from dundargoc/refactor/remove-char_uGregory Anders2022-04-24
|\
| * refactor: replace char_u variables and functions with charDundar Göc2022-04-16
* | feat: add `undo!`Famiu Haque2022-04-20
* | vim-patch:8.2.0791: a second popup window with terminal causes troublezeertzjq2022-04-17
|/
* fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders2022-04-13
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* fix(input): fix clearing of reg_executingzeertzjq2022-04-07
* vim-patch:8.2.3489: ml_get error after search with rangezeertzjq2022-04-01
* fix(tabpage): correct check for failure to close windowzeertzjq2022-03-27
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* refactor: remove cpo-& behavior (#17745)zeertzjq2022-03-23
* vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
* vim-patch:8.1.1742: still some match functions in evalfunc.cLewis Russell2022-03-20
* Merge pull request #17719 from dundargoc/doxygen/ex_docmdbfredl2022-03-18
|\
| * refactor(ex_docmd): convert function comments to doxygen formatDundar Göc2022-03-16
* | vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* | chore: fix typos (#17670)dundargoc2022-03-17
|/
* vim-patch:8.2.1413: previous tab page not usable from an Ex commandSean Dewar2022-03-14
* vim-patch:8.2.4428: crash when switching tabpage while in the cmdline windowSean Dewar2022-03-14
* vim-patch:8.2.3779: using freed memory when defining a user command recursive...Sean Dewar2022-03-12
* refactor(ops): use op_yank_reg() instead of op_yank() when deletingzeertzjq2022-03-09
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
* Merge pull request #17403 from zeertzjq/vim-8.1.1955zeertzjq2022-02-21
|\
| * vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
* | vim-patch:8.2.3659: integer overflow with large line numberzeertzjq2022-02-18
* | Merge pull request #17363 from zeertzjq/dirchangedprezeertzjq2022-02-17
|\ \