aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* Merge pull request #3034 from ZyX-I/msgpack-evalJustin M. Keyes2015-08-03
|\
| * ex_cmds*: Silence -Wstrict-prototypes warningsZyX2015-08-02
* | Remove POSIX 'cpoptions': '/'Michael Reed2015-07-19
|/
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Remove char_u: message:smsg_attr()Michael Reed2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* 'cpoptions': Remove "*" flag #2554David Bürgin2015-05-08
* Remove char_u: fix_fname()Mark Bainter2015-05-06
* Remove char_u: modname()Mark Bainter2015-05-06
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* 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
* Refactor get_env() to respect const qualifierMark Bainter2015-04-18
* Remove char_u: vim_getenv()Mark Bainter2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* vim-patch:7.4.515David Bürgin2015-04-01
* Modeline cleanupMichael Reed2015-03-31
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* misc2.c: Move emsg* functions to message.c #2152Michael Reed2015-03-19
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | Interface cleanup: Symlink handling & docsMichael Reed2015-03-12
* | version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
|/
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove 'edcompatible' #1911Michael Reed2015-02-16
* Remove nonnullret deadcode: vim_strsave.Eliseo Martínez2015-01-27
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.452Florian Walch2014-12-23
* vim-patch:7.4.449Florian Walch2014-12-23
* Remove Amiga remnantsMichael Reed2014-12-19
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* vim-patch:7.4.543.Eliseo Martínez2014-12-15
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* vim-patch:? Fix memory leak in readviminfoJoel Teichroeb2014-12-13
* GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho2014-12-11
* shell: Remove kShellOptCooked from ShellOptsThiago de Arruda2014-12-03