aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
* ui: Reimplement `:suspend` command for remote UIs.Thiago de Arruda2015-01-12
* globals.h: Remove unused global variableSteven Oliver2015-01-02
* Transform global variable really_exiting into static.Jonas Dourado2014-12-26
* Ignore compatible modeJoel Teichroeb2014-12-13
* syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda2014-12-08
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* Remove code defined under USE_IM_CONTROL #ifdefsThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* eval: Add eval_call_provider/eval_has_provider functionsThiago de Arruda2014-11-18
* iconv: re-enableNicolas Hillegeer2014-11-06
* version: remove "Compilation" and "Linking" messages.Justin M. Keyes2014-10-07
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Remove W_NEXT use `->w_next`Wayne Rowcliffe2014-09-24
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | Merge pull request #1209 from atwupack/vp-7.4.320Justin M. Keyes2014-09-26
|\ \ | |/ |/|
| * vim-patch:7.4.320André Twupack2014-09-21
* | Expand FOR_ALL_WINDOWS to FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-22
* | FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* | FOR_ALL_TABS helperWayne Rowcliffe2014-09-22
|/
* vim-patch:7.4.305Scott Prager2014-09-19
* vim-patch:7.4.312Scott Prager2014-09-13
* api/msgpack-rpc: Expose channel_from_job to vimscript as api_spawnThiago de Arruda2014-09-12
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\
| * FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | Remove unused USE_TERM_CONSOLE ifdefs #1015Fredrik Fornwall2014-08-07
|/
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
* startuptime: always enable startuptimeNicolas Hillegeer2014-07-20
* globals.h: decouple vim.h and globals.hNicolas Hillegeer2014-07-20
* vim: move disptick_T from vim.h to syntax_defs.hNicolas Hillegeer2014-07-16
* Add vim_gettempdir(), remove global vim_tempdirPavel Platto2014-07-14
* Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto2014-07-14
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* libcall: remove libcall ifdefsNicolas Hillegeer2014-06-28
* os: remove legacy mch_libcallNicolas Hillegeer2014-06-28
* text/encoding: constify argumentsNicolas Hillegeer2014-06-07
* Removed FEAT_WINDOWSHinidu2014-05-28
* Remove cryptographyJohn Schmidt2014-05-20
* Introduce nvim namespace: Fix define guards.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