aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
Commit message (Expand)AuthorAge
* Merge pull request #4756 from jbradaric/vim-7.4.1119Justin M. Keyes2016-05-29
|\
| * vim-patch:7.4.1161Jurica Bradaric2016-05-14
| * vim-patch:7.4.1123Jurica Bradaric2016-05-14
| * vim-patch:7.4.1119Jurica Bradaric2016-05-14
* | fopen_noinh_readbin: restore WIN32 decisionJustin M. Keyes2016-05-28
* | do_source: less fuss about fopen_noinh_readbinJustin M. Keyes2016-05-28
* | vim-patch:7.4.1832Jurica Bradaric2016-05-17
* | ex_cmds2: Fix memory leak.Jurica Bradaric2016-05-17
* | Remove unnecessary forward function declarations.Jurica Bradaric2016-05-17
* | vim-patch:7.4.1102Jurica Bradaric2016-05-17
* | Linting fixups for vim-patch:7.4.1037James McCoy2016-05-14
* | vim-patch:7.4.1037James McCoy2016-05-14
|/
* *: Fix new linter errorsZyX2016-05-01
* Windows: without libintl use LC_CTYPE instead of LC_MESSAGESRui Abreu Ferreira2016-04-29
* Linting.KillTheMule2016-04-23
* vim-patch:7.4.822KillTheMule2016-04-23
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* Merge pull request #4289 from phanimahesh/refactor/wconversion/ex_cmds2.cBjörn Linse2016-02-28
|\
| * ex_cmds2.c:style: silence clint after -Wconversion changesJ Phani Mahesh2016-02-27
| * enable -Wconversion for ex_cmds2.cJ Phani Mahesh2016-02-27
* | vim-patch:7.4.1112Jurica Bradaric2016-02-27
|/
* Windows: Include <fcntl.h> for file constants.Seth Jackson2016-01-17
* vim-patch:7.4.858Florian Walch2015-12-24
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove all invalid nvimrc and ngvimrc referencesMarco Hinz2015-11-11
* Add ":profile stop"Marco Hinz2015-11-10
* Add ":profile dump"Marco Hinz2015-11-10
* Remove unused constantsMarco Hinz2015-11-10
* IWYU: remove unused "version.h"Justin M. Keyes2015-11-05
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* ex_cmds*: Silence -Wstrict-prototypes warningsZyX2015-08-02
* vim-patch:7.4.646 #2926Florian Walch2015-07-06
* doc: Remove refs to dos(16|32), win16, and win95Michael Reed2015-07-05
* Passing by: Remove X_LOCALE refsMichael Reed2015-05-30
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Remove char_u: fix_fname()Mark Bainter2015-05-06
* Remove char_u: vim_FullName()Mark Bainter2015-05-06
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* Fix warnings: ex_cmds2.c: ex_listdo(): Np dereference: FP.Eliseo Martínez2015-05-01
* Fix warnings: ex_cmds2.c: ex_listdo(): Np dereference: FP.Eliseo Martínez2015-05-01
* vim-patch:7.4.566Felipe Morales2015-04-28
* vim-patch:7.4.519David Bürgin2015-04-27
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Add if_python3 supportShougo Matsushita2015-04-21