summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0921: missing defined(PROTO) in #ifdefv9.0.0921Bram Moolenaar2022-11-221-20/+23
* patch 9.0.0835: the window title is not redrawn when 'endoffile' changesv9.0.0835K.Takata2022-11-051-12/+6
* Add missing entry for the 'endoffile' option.Bram Moolenaar2022-10-281-0/+1
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-0/+3
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-9/+1
* patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar2022-10-061-1/+2
* patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar2022-10-051-2/+3
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-4/+0
* patch 9.0.0644: 'smoothscroll' is not copied to a new window on :splitv9.0.0644Bram Moolenaar2022-10-031-0/+1
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-021-0/+10
* patch 9.0.0544: minor issues with setting a string optionv9.0.0544zeertzjq2022-09-221-7/+5
* patch 9.0.0540: assigning stack variable to argument confuses Coverityv9.0.0540Bram Moolenaar2022-09-221-24/+26
* patch 9.0.0537: the do_set() function is much too longv9.0.0537Bram Moolenaar2022-09-211-435/+440
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-121-2/+3
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-1/+1
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-1/+1
* patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar2022-08-261-10/+8
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-13/+1
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-4/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-11/+11
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-1/+1
* patch 9.0.0096: flag "new_value_alloced" is always truev9.0.0096zeertzjq2022-07-271-7/+1
* patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar2022-07-271-0/+14
* patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar2022-07-041-6/+6
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-20/+40
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-38/+6
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-201-0/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-13/+13
* 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