aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* 'guicursor': Disable by default for unknown terminals.Justin M. Keyes2017-04-04
* 'listchars': `Whitespace` highlight group #6367Yichao Zhou2017-04-03
* vim-patch:7.4.2236lonerover2017-04-01
* Merge pull request #6397 from jamessan/coverityJames McCoy2017-03-31
|\
| * coverity/16127: Verify lang is non-NULL before calling strlenJames McCoy2017-03-29
* | api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer2017-03-30
|/
* *: Make some more things const and with lengthZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* terminal: global 'scrollback' #6352Jakob Schnitzer2017-03-27
* vim-patch:8.0.0179raichoo2017-03-19
* Merge #6252 from jamessan/vim-7.4.2069Justin M. Keyes2017-03-15
|\
| * lintJames McCoy2017-03-11
| * vim-patch:7.4.2101James McCoy2017-03-11
| * vim-patch:7.4.2069James McCoy2017-03-11
* | coverity/155501: fix bug where P_NO_DEF_EXP was ignoredSander Bosma2017-03-11
|/
* terminal: 'scrollback'Justin M. Keyes2017-02-26
* options: 'scrollback'Justin M. Keyes2017-02-26
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* vim-patch:7.4.2017Marco Hinz2017-02-04
* LintingDaniel Hahler2017-01-13
* vim-patch:8.0.0121Daniel Hahler2017-01-13
* lintJames McCoy2016-12-28
* vim-patch:7.4.2204James McCoy2016-12-28
* vim-patch:7.4.2201Chris Lucas2016-12-28
* option.c: Update free_oldval after adjusting opt_idx for shada/viminfoJames McCoy2016-12-11
* vim-patch:8.0.0056James McCoy2016-11-20
* lintJames McCoy2016-11-15
* vim-patch:7.4.2174James McCoy2016-11-15
* Merge #5561 'inccommand'Justin M. Keyes2016-11-09
|\
| * 'inccommand': rename 'incsubstitute'Justin M. Keyes2016-11-08
| * Incsubsitution featureKillTheMule2016-10-30
* | encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* | encoding: only allow encoding=utf-8Björn Linse2016-11-05
* | lintJames McCoy2016-11-02
* | Use int as the standard type for boolean options.James McCoy2016-11-02
|/
* vim-patch: 7.4.1619 (#5475)Michael Ennen2016-10-16
* Merge pull request #5261 from jbradaric/vim-7.4.1961James McCoy2016-09-27
|\
| * option.c: Fix linter errors.Jurica Bradaric2016-09-25
| * vim-patch:7.4.1961Jurica Bradaric2016-09-25
* | lintJames McCoy2016-09-24
* | vim-patch:7.4.1604James McCoy2016-09-24
|/
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* test: Add unittest spec for option.c (#5289)Kalle Ranki2016-09-04
* highlight: Added QuickFixLine highlight groupTommy Allen2016-08-17
* Set the default value for 'packpath'James McCoy2016-08-08
* Merge #4964 from ZyX-I/no-xdg-expandJustin M. Keyes2016-08-04
|\
| * option: Silence linterZyX2016-07-10