aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar2021-09-10
* feat: defaults: auto-create backup dirGregory Anders2021-08-27
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* vim-patch:8.2.3198: cannot use 'formatlistpat' for breakindentJan Edmund Lazo2021-08-08
* vim-patch:8.2.3160: 'breakindent' does not work well for bulleted listsJan Edmund Lazo2021-08-08
* option: pvs/v557 (#14740)Jan Edmund Lazo2021-08-08
* vim-patch:8.1.2029: cannot control 'cursorline' highlighting wellzeertzjq2021-08-02
* vim-patch:8.2.3246: memory use after freeJan Edmund Lazo2021-08-01
* vim-patch:8.1.2019: 'cursorline' always highlights the whole line (#15161)zeertzjq2021-07-30
* refactor(options): remove obsolete distinction of "vi" vs "vim" defaultsBjörn Linse2021-07-14
* refactor(options): delet unused P_VIM flagBjörn Linse2021-07-14
* refactor(undo): don't assume curbuf in u_compute_hashThomas Vigouroux2021-07-09
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
| * buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries2021-06-29
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* option: fix typo in option.cIkko Ashimine2021-06-16
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* Merge pull request #14607 from glacambre/fix_get_all_options_info_crashJames McCoy2021-05-26
|\
| * Fix crash on `:echo get_all_options_info()`glacambre2021-05-26
* | vim-patch:8.2.2778: problem restoring 'packpath' in sessionJan Edmund Lazo2021-05-22
* | vim-patch:8.2.2772: problems when restoring 'runtimepath' from a session fileJan Edmund Lazo2021-05-22
|/
* vim-patch:8.2.2854: custom statusline cannot contain % items (#14558)Shadman2021-05-15
* vim-patch:8.2.2839: default redirection missing "ash" and "dash"Jan Edmund Lazo2021-05-08
* vim-patch:8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersJan Edmund Lazo2021-04-28
* Handle 'orphaned signs' on line deletion for signcolumn >= 2Dan Aloni2021-04-17
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* vim-patch:8.1.1631: displaying signs is inefficientLewis Russell2021-04-03
* vim-patch:8.1.0936: may leak memory when using 'vartabstop'Jan Edmund Lazo2021-03-30
* vim-patch:8.2.2454: leading space can not be made visible (#14138)zeertzjq2021-03-29
* clang: fix compile warnings in tab code (#14239)Jan Edmund Lazo2021-03-28
* vim-patch:8.1.0936: may leak memory when using 'vartabstop'VVKot2021-03-28
* vim-patch:8.1.0542: shiftwidth() does not take 'vartabstop' into accountVVKot2021-03-28
* vim-patch:8.1.0479: failure when setting 'varsofttabstop' to end in a commaVVKot2021-03-28
* vim-patch:8.1.0138: negative value of 'softtabstop' not used correctlyVVKot2021-03-28
* vim-patch:8.1.0126: various problems with 'vartabstop'VVKot2021-03-28
* vim-patch:8.1.0114: confusing variable nameVVKot2021-03-28
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* vim-patch:8.2.1666: the initial value of 'backupskip' can have duplicate itemsJan Edmund Lazo2021-03-27
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* vim-patch:8.2.2452: no completion for the 'filetype' optionJan Edmund Lazo2021-03-12
* option: use char* for get_option_value() paramJan Edmund Lazo2021-02-07
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* Add termpastefilter optionerw72021-02-04
* opt: address linting issues (#13783)Sirisak Lueangsaksri2021-01-20
* opt: better handling number bounds (#13783)Sirisak Lueangsaksri2021-01-20
* opt: reduce hardcoded values (#13783)Sirisak Lueangsaksri2021-01-20
* opt: minimum sign size for auto (#13783)Sirisak Lueangsaksri2021-01-20