aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* 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
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | vim-patch:7.4.248Scott Prager2014-09-30
|/
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* Merge pull request #1129 from justinmk/clangJustin M. Keyes2014-09-16
|\
| * clang: Null pointer passed as an argument to a 'nonnull' parameterJustin M. Keyes2014-08-30