aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc2.c
Commit message (Expand)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10
* vim-patch:7.4.1061Michael Ennen2016-05-19
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* vim-patch:7.4.649Shougo Matsushita2015-11-29
* 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 char_u: message:smsg()Michael Reed2015-05-13
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* vim-patch: Port parts of Vim 7.4.399.Florian Walch2015-04-08
* 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
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Remove long_u: Passing-by: put_time(): Refactor implementation.Eliseo Martínez2014-12-24
* Remove long_u: put_bytes(): Refactor.Eliseo Martínez2014-12-24
* coverity/74718: invalid FUNC_ATTR_NONNULL_ARGJustin M. Keyes2014-12-20
* Wconversion: Fix warnings in file_search.c.Florian Walch2014-11-27
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* Enable and fix misc2.c -Wconversion warnings #907Shane Iler2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* No OOM in vim_strsave_escaped[_ext]()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: misc2.cDouglas Schneider2014-06-13
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_SESSIONHinidu2014-05-28
* Remove FEAT_SEARCHPATHHinidu2014-05-28
* Removed FEAT_WINDOWSHinidu2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* | Remove cryptographyJohn Schmidt2014-05-20
|/
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15