aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.1780 (#5828)lonerover2016-12-26
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1896 (#5258)Jurica Bradarić2016-08-29
* ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* vim-patch:7.4.1091 #4627Michael Ennen2016-05-06
* *: Fix new linter errorsZyX2016-05-01
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* Merge pull request #3951 from cacplate/misc1_WconversionBjörn Linse2016-04-18
|\
| * misc1.c: enable -WconversionCharles Joachim2016-04-17
* | *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
|/
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* Misc. macro cleanupMichael Reed2016-01-14
* vim-patch:7.4.569/573Shougo Matsushita2016-01-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
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* shada: Add support for dumping/restoring bufs changes and win jumpsZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* hasFoldingWin now return boolNicolas Cornu2015-09-08
* win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* input: set input stream to blocking on exitJustin M. Keyes2015-05-27
* Remove char_u: message:smsg_attr()Michael Reed2015-05-13
* 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
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* ui: Only call ui_flush when the busy state changesThiago de Arruda2015-03-16
* 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
* | config: split out versiondef.h from config.hBjörn Linse2015-03-08
|/
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Macro cleanup: USE_EXE_NAMEMichael Reed2015-03-05
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* 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
* Remove nonnullret deadcode: xmalloc.Eliseo Martínez2015-01-27
* Remove long_u: regexp: Refactor long_u.Eliseo Martínez2015-01-19
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Transform global variable really_exiting into static.Jonas Dourado2014-12-26
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02