aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* 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
|\
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | vim-patch:8.2.2350: using "void" for no reason (#16410)zeertzjq2021-11-30
* | Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\ \
| * | vim-patch:8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedzeertzjq2021-11-19
| |/
* | vim-patch:8.1.0753: printf format not checked for semsg() (#16378)Volodymyr Kot2021-11-20
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(macroman): get rid of MB_COPY_CHAR macroBjörn Linse2021-11-14
* 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
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.0306: plural messages are not translated properlyJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29