aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* *: Fix linter errorsZyX2017-02-23
* eval: Refactor var_check_ro, tv_check_lock and var_check_fixedZyX2017-02-23
* eval: Make sure that b:changedtick may not be unlocked via :unlo b:varZyX2017-02-23
* Merge remote-tracking branch 'origin/master' into lambdaJames McCoy2017-02-22
|\
| * globals.h: Avoid expression in array definition.Justin M. Keyes2017-02-19
* | vim-patch:7.4.2119Michael Ennen2017-02-14
|/
* os/*: Use os_buf instead of NameBuff, IObuff.Justin M. Keyes2017-02-12
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* vim-patch:7.4.2023Marco Hinz2017-02-04
* vim-patch:7.4.2021Marco Hinz2017-02-04
* errors: Introduce "E856: Filename too long"Justin M. Keyes2017-01-23
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz2017-01-13
* lintJames McCoy2017-01-10
* vim-patch:7.4.2008James McCoy2017-01-10
* memory: Restore entered_free_all_mem functionalityZyX2017-01-07
* unittest: Add dict_items functionZyX2017-01-07
* lintJames McCoy2017-01-02
* vim-patch:7.4.1868James McCoy2017-01-01
* vim-patch:0 completion-related patches #5745 #5829Shougo Matsushita2016-12-26
* Fixes.Michael Ennen2016-12-12
* vim-patch:7.4.1719Michael Ennen2016-12-12
* jobstart(): Return -1 if cmd is not executable. #5671Aaron Williamson2016-12-10
* Move utf8len_tab definition to globals.hJames McCoy2016-11-23
* Merge #5561 'inccommand'Justin M. Keyes2016-11-09
|\
| * 'inccommand': reworkJustin M. Keyes2016-11-08
| * Incsubsitution featureKillTheMule2016-10-30
* | encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
|/
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* Merge commit 'refs/pull/upstream/5156'Justin M. Keyes2016-08-22
|\
| * LintingTommy Allen2016-08-17
| * highlight: Added QuickFixLine highlight groupTommy Allen2016-08-17
* | job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
|/
* eval.c: rename capture() to execute() (#5132)Justin M. Keyes2016-07-31
* vim-patch:7.4.1147 (#5005)prollings2016-07-10
* lintJames McCoy2016-07-08
* vim-patch:7.4.1499James McCoy2016-07-08
* 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