aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* 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
|\ \
| * | feat(events): add DirChangedPrezeertzjq2022-02-11
* | | fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders2022-02-15
| |/ |/|
* | fix: close floating windows when calling win_close()Rom Grk2022-02-10
|/
* Merge pull request #16818 from zeertzjq/vim-8.2.3454zeertzjq2022-02-03
|\
| * vim-patch:8.2.3581: reading character past end of linezeertzjq2022-01-29
* | vim-patch:8.2.4283: using a variable for the return value is not neededzeertzjq2022-02-02
* | vim-patch:8.2.3947: unnecessary check for NULL pointerzeertzjq2022-02-02
* | Merge pull request #17239 from seandewar/vim-8.2.3629Sean Dewar2022-01-31
|\ \
| * | vim-patch:8.2.3629: command completion in cmdline window uses global commandsSean Dewar2022-01-30
| * | vim-patch:8.2.3433: :delcommand does not take a -buffer optionSean Dewar2022-01-30
| |/
* | Merge pull request #17068 from VVKot/vim-8.2.3933Sean Dewar2022-01-31
|\ \
| * | vim-patch:8.2.3933: after ":cd" fails ":cd -" is incorrectVVKot2022-01-31
| |/
* / vim-patch:8.2.3475: expression register set by not executed put command (#17211)zeertzjq2022-01-31
|/
* Merge pull request #16829 from zeertzjq/vim-8.2.2887zeertzjq2022-01-29
|\
| * vim-patch:8.2.3999: redundant check for NUL bytezeertzjq2022-01-05
| * vim-patch:8.2.3414: fullcommand() gives wrong name with buffer-local user com...zeertzjq2022-01-05
| * vim-patch:8.2.2887: crash when passing null string to fullcommand()zeertzjq2022-01-05
* | Merge pull request #17145 from zeertzjq/vim-8.2.0128bfredl2022-01-27
|\ \
| * | vim-patch:8.2.0128: cannot list options one per linezeertzjq2022-01-20
* | | Merge pull request #17156 from zeertzjq/vim-8.2.3584bfredl2022-01-23
|\ \ \
| * | | vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
| |/ /
* / / refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
|/ /
* | refactor: source ftplugin.vim separately from filetype.vim (#17129)Gregory Anders2022-01-18
* | Merge pull request #16848 from dundargoc/refactor/prevent-overflow-by-castingbfredl2022-01-08
|\ \ | |/ |/|
| * chore(fixup): bfredl size_tDundar Göc2022-01-01
| * refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc2021-12-31
* | feat: filetype.lua (#16600)Gregory Anders2022-01-04
|/
* Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse2021-12-28
|\
| * feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28