aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
Commit message (Expand)AuthorAge
* vim-patch:7.4.2071Michael Ennen2016-11-29
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* vim-patch:7.4.1895Jurica Bradaric2016-10-07
* vim-patch:7.4.1553James McCoy2016-07-08
* vim-patch:7.4.1552James McCoy2016-07-08
* vim-patch:7.4.1551James McCoy2016-07-08
* vim-patch:7.4.1492James McCoy2016-07-08
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* *: Fix linter errorsZyX2016-04-18
* message: Remove useless emsg* functions, leaving only emsgfZyX2016-04-18
* vim: Move *MSG* macros to message.hZyX2016-04-18
* build: install *.mo into the "standard" directoryJun T2016-02-23
* set VIMPACKAGE to "nvim"Jun T2016-02-10
* vim-patch:7.4.1027watiko2016-02-01
* Fix lint issuesJason Schulz2016-01-15
* Add support for binary numbersJason Schulz2016-01-15
* Revert ROOT_UID removalMichael Reed2016-01-15
* Misc. macro cleanupMichael Reed2016-01-14
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Move MAX and MIN macros to macros.hMichael Reed2015-08-25
* vim.h: Fix error which is not suppressed by clintZyX2015-08-16
* Macro cleanup: FEAT_GUI_MACHettomei2015-07-17
* Macro cleanup: FEAT_GUI_X11Hettomei2015-07-17
* Macro cleanup: FEAT_GUI_GTKHettomei2015-07-17
* Macro cleanup: FEAT_GUI_W32Hettomei2015-07-17
* Split os_unix_defs.h into os/Yamakaky2015-07-06
* vim-patch:7.4.542Felipe Morales2015-04-28
* vim-patch:7.4.537 #2509David Bürgin2015-04-27
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* vim.h: remove #ifndef EINTRThiago de Arruda2015-03-25
* coverity/13777: String not null terminated: RI.Eliseo Martínez2015-03-22
* Remove platform dependent HAVE_OPENDIR #2010Jonas Dourado2015-03-17
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* macro: Add MAX macro and rename min to MINThiago de Arruda2015-02-16
* iconv: re-enableNicolas Hillegeer2014-11-06
* ui: Refactor input buffer handlingThiago de Arruda2014-10-18
* map/msgpack-rpc: Declare/define maps rpc method handlersThiago de Arruda2014-09-12
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
* globals.h: decouple vim.h and globals.hNicolas Hillegeer2014-07-20
* vim: move vim_acl_T to types.hNicolas Hillegeer2014-07-16
* vim: move disptick_T from vim.h to syntax_defs.hNicolas Hillegeer2014-07-16
* vim: move linenr_T and colnr_T to pos.hNicolas Hillegeer2014-07-16
* vim: move long_u from vim.h to types.hNicolas Hillegeer2014-07-16
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move stdarg.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09