summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4926: #ifdef for crypt feature around too many linesv8.2.4926zeertzjq2022-05-091-4/+4
* patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq2022-05-091-0/+2
* patch 8.2.4917: fuzzy expansion of option names is not rightv8.2.4917Christian Brabandt2022-05-081-2/+3
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-2/+2
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-23/+35
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-101-0/+4
* patch 8.2.4704: using "else" after return or break increases indentv8.2.4704=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-071-25/+23
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-071-0/+3
* patch 8.2.4694: avoidance of #elif causes more preproc nestingv8.2.4694ichizok2022-04-051-20/+11
* patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq2022-03-231-5/+0
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-42/+148
* patch 8.2.4453: :helpgrep may free an option that was not allocatedv8.2.4453Bram Moolenaar2022-02-231-0/+8
* patch 8.2.4355: unnecessary call to check_colorcolumn()v8.2.4355Sean Dewar2022-02-121-1/+1
* 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