summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4282: restricted mode requires the -Z command line optionv8.2.4282matveyt2022-02-011-0/+11
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-11/+3
* patch 8.2.4245: ":retab 0" may cause illegal memory accessv8.2.4245Bram Moolenaar2022-01-281-7/+9
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-2/+2
* patch 8.2.4180: 'balloonexpr' is evaluated in the current script contextv8.2.4180Bram Moolenaar2022-01-221-0/+15
* patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar2022-01-211-0/+6
* patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar2022-01-211-0/+5
* patch 8.2.4100: early return when getting the 'formatlistpat' valuev8.2.4100Bram Moolenaar2022-01-151-1/+0
* patch 8.2.4093: cached breakindent values not initialized properlyv8.2.4093Christian Brabandt2022-01-151-0/+12
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+4
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-3/+3
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-1/+1
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-10/+10
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-2/+2
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-9/+9
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-22/+22
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-13/+13
* patch 8.2.3929: using unititialized variablev8.2.3929Bram Moolenaar2021-12-281-0/+3
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan2021-12-241-26/+1
* patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan2021-12-171-4/+26
* patch 8.2.3829: no error when setting a func option to script-local functionv8.2.3829Bram Moolenaar2021-12-161-0/+3
* patch 8.2.3804: script context not set when copying 'swf' and 'ts'v8.2.3804Bram Moolenaar2021-12-141-1/+2
* patch 8.2.3756: might crash when callback is not validv8.2.3756Yegappan Lakshmanan2021-12-071-1/+1
* patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan2021-12-061-11/+19
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-031-6/+7
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-031-1/+3
* patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'v8.2.3712Yegappan Lakshmanan2021-12-011-1/+1
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-24/+0
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-0/+2
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-201-0/+4
* patch 8.2.3619: cannot use a lambda for 'operatorfunc'v8.2.3619Yegappan Lakshmanan2021-11-181-0/+47
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-171-3/+15
* patch 8.2.3525: option variable name does not match option namev8.2.3525Bram Moolenaar2021-10-161-2/+2
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-161-0/+3
* patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-091-2/+0
* patch 8.2.3402: invalid memory access when using :retab with large valuev8.2.3402Bram Moolenaar2021-09-041-6/+6
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-9/+11
* 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