aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* Merge pull request #4632 from KillTheMule/vim-7.4.822Justin M. Keyes2016-04-25
|\
| * vim-patch:7.4.822KillTheMule2016-04-23
* | Merge #4303 'vim-patch:7.4.{951,1143,1144}'.Justin M. Keyes2016-04-25
|\ \ | |/ |/|
| * vim-patch:7.4.1144watiko2016-03-02
| * vim-patch:7.4.1143watiko2016-03-02
* | Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* | *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
* | quickfix.c: enable -WconversionCharles Joachim2016-03-10
|/
* Fix :%s/\n//Marco Hinz2016-03-01
* coverity/71532: STRING_OVERFLOWJustin M. Keyes2016-02-22
* vim-patch:7.4.922watiko2016-02-15
* vim-patch:7.4.700watiko2016-02-05
* vim-patch:7.4.1027watiko2016-02-01
* vim-patch:7.4.782watiko2016-02-01
* Merge #3916 "Add support for binary numbers".Justin M. Keyes2016-01-21
|\
| * Fix lint issuesJason Schulz2016-01-15
| * Add support for binary numbersJason Schulz2016-01-15
* | misc: UNIX => Unix #4022Seth Jackson2016-01-16
|/
* vim-patch:7.4.716 #4006Michael Ennen2016-01-13
* vim patches 7.4.955/974/975/989. #3919Michael Ennen2016-01-13
* vim-patch:7.4.675Shougo Matsushita2015-12-16
* vim-patch:7.4.645Shougo Matsushita2015-12-13
* 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
* IWYU: remove unused "version.h"Justin M. Keyes2015-11-05
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* shell: Ensure silent bang mappings won't cut outputThiago de Arruda2015-10-01
* fixup: appease clintFelipe Morales2015-09-04
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
* 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