aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* options: Default t_Co to 256.Justin M. Keyes2016-07-02
* Merge #4697 'capture() function'.Justin M. Keyes2016-06-20
|\
| * Port capture() functionShougo Matsushita2016-05-27
* | Merge #3745 from cacplate/ops_WconversionJustin M. Keyes2016-06-13
|\ \
| * | ops.c: enable -Wconversion warningCharles Joachim2016-05-30
| |/
* / *: Rename main loop variable from loop to main_loopZyX2016-05-30
|/
* Merge #4633: support "special" highlight (undercurl)Justin M. Keyes2016-05-19
|\
| * syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* | vim-patch:7.4.1102Jurica Bradaric2016-05-17
|/
* eval: Split out typval_T dumping functions to nvim/encode.cZyX2016-04-18
* Enabled -Wconversion in charset.chuchet2016-04-06
* complete: disable folding when completingAnmol Sethi2016-03-09
* startup: Avoid VimL global. Introduce TriState enum.Justin M. Keyes2016-02-14
* syntax: avoid extra global macroJustin M. Keyes2016-02-14
* defaults: Enable syntax and filetype plugins.Felipe Morales2016-02-14
* tabline: Add %[] atom to the tabline, for random commands on clickZyX2016-02-01
* globals: remove DO_INIT macro and replace usage by INITCharles Joachim2016-01-17
* terminal: less babysitting of mapped_ctrl_cJustin M. Keyes2016-01-13
* vim-patch:7.4.569/573Shougo Matsushita2016-01-13
* encoding: Always use "utf-8" as default for &encodingBjörn Linse2016-01-02
* vim-patch:7.4.605Justin M. Keyes2015-12-30
* Merge pull request #3761 from Shougo/vim-7.4.631Justin M. Keyes2015-12-01
|\
| * vim-patch:7.4.631Shougo Matsushita2015-12-01
* | Windows: Add path definitions for Windows.Seth Jackson2015-11-29
|/
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove all invalid nvimrc and ngvimrc referencesMarco Hinz2015-11-11
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* Deprecate &viminfo and :[rw]v, add &shada and :[rw]shZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* terminal: Don't enter terminal mode from `:normal`Thiago de Arruda2015-09-18
* encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
* event: Refactor async event processingThiago de Arruda2015-08-13
* os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* options,tui: don't hardcode default terminal sizeFelipe Morales2015-07-21
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* options: mark nonfunctional &termencoding option as hidden. #2631Björn Linse2015-05-17
* src: Misc. cleanupMichael Reed2015-05-01
* vim-patch:7.4.389Michael Reed2015-05-01
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* vim-patch:7.4.710David Bürgin2015-04-27
* Refactor default_vim{,runtime}_dir to use char type. #2375Mark Bainter2015-04-12
* eval: Fix `jobwait()`Thiago de Arruda2015-04-11
* Remove unused 'if_[language].txt': ReviewMichael Reed2015-04-10
* Clarify that nvim has no built-in GUIMichael Reed2015-04-10
* Add new highlight groups TermCursor/TermCursorNCMarco Hinz2015-04-09
* Interface cleanup: Symlink handling & docsMichael Reed2015-03-12
* version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05