aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
...
| * | | *: Adjust usages of modified functionsZyX2017-07-02
* | | | Merge branch 'master' into option-fixesJakob Schnitzer2017-06-28
|\| | |
| * | | screen.c: fix lintBjörn Linse2017-06-14
| * | | screen.c: make more highlights window specificBjörn Linse2017-06-14
| * | | *: Fix conversion warnings for tv_get_number*()James McCoy2017-06-06
| * | | lintJames McCoy2017-06-04
| * | | vim-patch:7.4.1979James McCoy2017-06-04
| * | | vim-patch:7.4.1976James McCoy2017-06-04
| |/ /
| * | Merge #6741 from justinmk/progpathJustin M. Keyes2017-05-15
| |\ \
| | * | env_iter: Learn `delim` parameter.Justin M. Keyes2017-05-15
| * | | options: make 'highlight' read-onlyBjörn Linse2017-05-15
| |/ /
| * | ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
| * | options: allow different highlights in windowsBjörn Linse2017-05-08
| * | options: consolidate updates for window string options affected by copy_winoptBjörn Linse2017-05-05
| * | Use vim_strchr(s, c) when c may be NUL (#6656)James McCoy2017-05-03
* | | Merge branch 'master' into option-fixesJakob Schnitzer2017-04-24
|\| |
| * | Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
| |\ \
| | * | *: Add comment to all C filesZyX2017-04-19
| * | | 'scrollback': Allow :setlocal -1 on normal buffersJustin M. Keyes2017-04-20
| * | | vim-patch:7.4.2209James McCoy2017-04-19
| |/ /
| * / option: Remove FUNC_ATTR_MALLOC from get_winbuf_optionsZyX2017-04-15
| |/
| * '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
* | | update for changes in master; fix 'window'; testsJakob Schnitzer2017-03-31
* | | options: more tests; check first set later; stricter validationJakob Schnitzer2017-03-30
* | | options: fix setglobal for buf-local number optionsJakob Schnitzer2017-03-30
* | | options: group num_option validation by typeJakob Schnitzer2017-03-30
* | | options: more of the sameJakob Schnitzer2017-03-30
* | | options: move more validation togetherJakob Schnitzer2017-03-30
* | | options: clean up num_options side-effectsJakob Schnitzer2017-03-30
* | | options: if invalid value is given, reset to old valueJakob Schnitzer2017-03-30
* | | options: move code around in set_num_optionJakob Schnitzer2017-03-30
* | | options: setlocal should only set local valueJakob Schnitzer2017-03-30
|/ /
* / 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