summaryrefslogtreecommitdiff
path: root/src/optiondefs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1397: highlight for popupmenu kind and extra cannot be setv9.0.1397Gianmaria Bajo2023-03-101-1/+1
* patch 9.0.1379: functions for handling options are not orderedv9.0.1379Yegappan Lakshmanan2023-03-041-2/+2
* patch 9.0.1374: function for setting options not used consistentlyv9.0.1374Yegappan Lakshmanan2023-03-031-5/+5
* patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan2023-03-021-2/+2
* patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan2023-02-271-9/+11
* patch 9.0.1353: too many "else if" statements to handle option valuesv9.0.1353Yegappan Lakshmanan2023-02-251-20/+21
* patch 9.0.1345: too many "else if" statements for handling optionsv9.0.1345Yegappan Lakshmanan2023-02-231-19/+20
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-201-576/+622
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-1/+2
* patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar2023-01-101-0/+1
* patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal2022-12-151-0/+3
* patch 9.0.0983: stray characters displayed when starting the GUIv9.0.0983Bram Moolenaar2022-12-011-0/+1
* patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948Bram Moolenaar2022-11-251-1/+1
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-231-0/+4
* patch 9.0.0862: default value of 'endoffile' is wrongv9.0.0862Bram Moolenaar2022-11-121-1/+1
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-221-1/+5
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-6/+10
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-8/+0
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-9/+0
* patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar2022-10-041-1/+2
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-031-3/+3
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-021-0/+4
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-111-0/+3
* patch 9.0.0287: Irix systems no longer existv9.0.0287Yegappan Lakshmanan2022-08-271-4/+0
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-4/+0
* patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar2022-08-261-9/+0
* 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-10/+2
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-1/+2
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-1/+4
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-59/+13
* patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724LemonBoy2022-04-091-1/+1
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-071-0/+10
* patch 8.2.4694: avoidance of #elif causes more preproc nestingv8.2.4694ichizok2022-04-051-25/+13
* patch 8.2.4674: cannot force getting MouseMove eventsv8.2.4674Ernie Rael2022-04-031-0/+7
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-28/+2
* patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enumv8.2.4094zeertzjq2022-01-151-1/+1
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-211-0/+3
* patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun2021-12-111-0/+4
* patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan2021-12-061-8/+8
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-25/+0
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-1/+1
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-171-2/+2
* patch 8.2.3524: GUI: ligatures are not usedv8.2.3524Dusan Popovic2021-10-161-0/+13
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-161-0/+12
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-1/+2
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar2021-03-291-0/+9
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-1/+2
* patch 8.2.2508: cannot change the character displayed in non existing linesv8.2.2508Bram Moolenaar2021-02-131-1/+1