summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-2/+1
* patch 8.0.1495: having 'pumwidth' default to zero has no meritv8.0.1495Bram Moolenaar2018-02-101-1/+1
* patch 8.0.1491: the minimum width of the popup menu is hard codedv8.0.1491Bram Moolenaar2018-02-101-0/+7
* patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrectv8.0.1455Bram Moolenaar2018-02-031-4/+15
* patch 8.0.1451: difficult to set the python home directories properlyv8.0.1451Bram Moolenaar2018-01-311-0/+18
* patch 8.0.1373: no error when settting 'renderoptions' before starting GUIv8.0.1373Bram Moolenaar2017-12-051-1/+1
* patch 8.0.1349: options test fails when using Motif or GTK GUIv8.0.1349Bram Moolenaar2017-11-261-2/+7
* patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar2017-11-251-5/+5
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-251-2/+2
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-5/+5
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-4/+22
* patch 8.0.1289: mkview always includes the local directoryv8.0.1289Bram Moolenaar2017-11-111-1/+2
* patch 8.0.1237: ":set scroll&" often gives an errorv8.0.1237Bram Moolenaar2017-10-291-4/+3
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-6/+5
* patch 8.0.1196: crash when t_RF is not setv8.0.1196Bram Moolenaar2017-10-151-0/+1
* patch 8.0.1182: cannot see or change mzscheme dll namev8.0.1182Bram Moolenaar2017-10-081-0/+18
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-137/+10
* patch 8.0.1114: default for 'iminsert' is annoyingv8.0.1114Bram Moolenaar2017-09-161-9/+1
* patch 8.0.1071: putty-color and cygwin-color are not recognizedv8.0.1071Bram Moolenaar2017-09-071-5/+5
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-0/+2
* patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar2017-08-301-3/+21
* patch 8.0.1009: Xterm cursor blinking status may be invertedv8.0.1009Bram Moolenaar2017-08-281-0/+1
* patch 8.0.1001: setting 'encoding' makes 'printheader' invalidv8.0.1001Bram Moolenaar2017-08-261-1/+3
* patch 8.0.0975: using freed memory when setting 'backspace'v8.0.0975Bram Moolenaar2017-08-201-0/+2
* patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar2017-08-201-34/+35
* patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973Bram Moolenaar2017-08-201-7/+8
* patch 8.0.0965: not restoring cursor shape after it was set in a terminalv8.0.0965Bram Moolenaar2017-08-191-0/+1
* patch 8.0.0951: another wrong #ifdefv8.0.0951Bram Moolenaar2017-08-171-1/+1
* patch 8.0.0949: winpty.dll name is fixedv8.0.0949Bram Moolenaar2017-08-161-0/+14
* patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941Bram Moolenaar2017-08-141-1/+1
* patch 8.0.0918: cannot get terminal window cursor shape or attributesv8.0.0918Bram Moolenaar2017-08-121-0/+3
* patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentv8.0.0877Bram Moolenaar2017-08-061-1/+1
* patch 8.0.0836: can abandon a terminal buffer after making a changev8.0.0836Bram Moolenaar2017-08-011-1/+2
* patch 8.0.0825: not easy to see that a window is a terminal windowv8.0.0825Bram Moolenaar2017-07-311-2/+3
* patch 8.0.0813: cannot use a terminal window while the job is runningv8.0.0813Bram Moolenaar2017-07-301-1/+11
* patch 8.0.0787: cannot send CTRL-W command to terminal jobv8.0.0787Bram Moolenaar2017-07-281-1/+1
* patch 8.0.0766: option test fails with +terminal featurev8.0.0766Bram Moolenaar2017-07-241-1/+1
* patch 8.0.0765: build fails with tiny featuresv8.0.0765Bram Moolenaar2017-07-231-2/+2
* patch 8.0.0764: 'termkey' does not work yetv8.0.0764Bram Moolenaar2017-07-231-5/+13
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-33/+9
* patch 8.0.0743: the 'termsize' option can be set to an invalid valuev8.0.0743Bram Moolenaar2017-07-221-0/+13
* patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar2017-07-151-0/+9
* patch 8.0.0713: 'termkey' option not fully implementedv8.0.0713Bram Moolenaar2017-07-151-0/+3
* patch 8.0.0712: the terminal implementation is incompletev8.0.0712Bram Moolenaar2017-07-151-0/+11
* patch 8.0.0704: problems with autocommands when opening helpv8.0.0704Bram Moolenaar2017-07-091-0/+3
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-2/+26
* patch 8.0.0676: crash when closing quickfix window in autocmdv8.0.0676Bram Moolenaar2017-06-251-32/+46
* patch 8.0.0649: when opening a help file the filetype is set several timesv8.0.0649Bram Moolenaar2017-06-221-3/+13
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-131-2/+3
* patch 8.0.0585: test_options fails when run in the GUIv8.0.0585Bram Moolenaar2017-04-231-1/+1