aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
Commit message (Expand)AuthorAge
...
* 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
* Remove char_u: get_mess_lang()Mark Bainter2015-04-18
* Remove char_u: vim_setenv()Mark Bainter2015-04-18
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Expand :profile's filename #2390Marco Hinz2015-04-11
* doc: Remove refs to 'compatible' and friendsMichael Reed2015-03-24
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | config: split out versiondef.h from config.hBjörn Linse2015-03-08
|/
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Reimplement :drop (vim-patch:0)Victor Adam2014-12-18
* Use GA_DEEP_CLEAR where appropriateFelipe Oliveira Carvalho2014-12-11
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* Wconversion: Fix warnings in file_search.c.Florian Walch2014-11-27
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
* eval/ex_cmds2/ops: Implement providers with eval_call_providerThiago de Arruda2014-11-18
* Fix warnings: ex_cmds2.c: do_source(): Unitialized arg (2): MI.Eliseo Martínez2014-11-11
* Fix warnings: ex_cmds2.c: do_source(): Np dereference: FP.Eliseo Martínez2014-11-11
* Passing current range to provider callshenadzit2014-11-04