summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3246: memory use after freev8.2.3246Bram Moolenaar2021-07-291-1/+1
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-1/+20
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-4/+4
* patch 8.2.3124: Vim9: no error for white space between option and "=9"v8.2.3124Bram Moolenaar2021-07-081-1/+16
* patch 8.2.3123: Vim9: confusing error when using white space after optionv8.2.3123Bram Moolenaar2021-07-081-2/+7
* patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams2021-06-301-3/+9
* patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams2021-06-281-4/+49
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-0/+4
* patch 8.2.3021: spaces allowed between option name and "!", "?", etc.v8.2.3021Bram Moolenaar2021-06-201-3/+4
* patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'v8.2.2993Bram Moolenaar2021-06-131-1/+19
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-3/+2
* patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata2021-05-301-1/+8
* patch 8.2.2839: default redirection missing "ash" and "dash"v8.2.2839Natanael Copa2021-05-061-1/+4
* patch 8.2.2778: problem restoring 'packpath' in sessionv8.2.2778Bram Moolenaar2021-04-171-1/+2
* patch 8.2.2772: problems when restoring 'runtimepath' from a session filev8.2.2772Bram Moolenaar2021-04-161-0/+3
* patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redrawv8.2.2581Bram Moolenaar2021-03-101-4/+7
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-2/+17
* patch 8.2.2452: no completion for the 'filetype' optionv8.2.2452Bram Moolenaar2021-02-021-0/+6
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-3/+3
* patch 8.2.2276: list of distributed files is outdatedv8.2.2276Bram Moolenaar2021-01-021-1/+1
* patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar2020-12-311-14/+18
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-0/+19
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-2/+2
* patch 8.2.1670: a couple of gcc compiler warningsv8.2.1670Bram Moolenaar2020-09-121-1/+1
* patch 8.2.1666: the initial value of 'backupskip' can have duplicate itemsv8.2.1666Bram Moolenaar2020-09-121-31/+60
* patch 8.2.1386: backslash not removed afer space with space in 'isfname'v8.2.1386Bram Moolenaar2020-08-071-3/+4
* patch 8.2.0953: spell checking doesn't work for CamelCased wordsv8.2.0953Bram Moolenaar2020-06-101-0/+3
* patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar2020-05-301-1/+2
* patch 8.2.0690: line number of option set by modeline is wrongv8.2.0690Bram Moolenaar2020-05-031-1/+3
* patch 8.2.0674: some source files are too bigv8.2.0674Bram Moolenaar2020-05-011-12/+0
* patch 8.2.0590: no 'backspace' value allows ignoring the insertion pointv8.2.0590Bram Moolenaar2020-04-171-2/+7
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-2/+2
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-75/+61
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar2020-01-181-5/+29
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-1/+1
* patch 8.1.2392: using old C style commentsv8.1.2392Bram Moolenaar2019-12-051-482/+479
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-423/+0
* patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar2019-11-121-25/+0
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-091-0/+36
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar2019-10-271-0/+2
* patch 8.1.2186: error for bad regexp even though regexp is not usedv8.1.2186Bram Moolenaar2019-10-191-1/+1
* patch 8.1.2184: option context is not copied when splitting a windowv8.1.2184Bram Moolenaar2019-10-191-7/+99
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-3/+1
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-1/+1
* patch 8.1.2116: no check for out of memoryv8.1.2116Bram Moolenaar2019-10-051-3/+6
* patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar2019-10-051-0/+19
* patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar2019-10-011-1/+1
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-4/+0