aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
...
* 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
* | vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
|/
* Merge pull request #16774 from zeertzjq/vim-8.2.2468Jan Edmund Lazo2021-12-25
|\
| * fixup! vim-patch:8.2.2468: not easy to get the full command name from a short...zeertzjq2021-12-26
| * vim-patch:8.2.2468: not easy to get the full command name from a shortened onezeertzjq2021-12-25
* | vim-patch:8.2.3780: ":cd" works differently on MS-Windowszeertzjq2021-12-25
|/
* refactor: remove some chdir-related unnecessary calls and checkszeertzjq2021-12-20
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move out autocmd related functionsBjörn Linse2021-12-09
* lint (#16526)Jan Edmund Lazo2021-12-05
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\