summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0435: cursorline highlight not removed in some situationv8.1.0435Bram Moolenaar2018-09-251-0/+5
* patch 8.1.0415: not actually using 16 colors with vtpv8.1.0415Bram Moolenaar2018-09-211-2/+0
* patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmdv8.1.0414Bram Moolenaar2018-09-211-3/+8
* patch 8.1.0386: cannot test with non-default option valuev8.1.0386Bram Moolenaar2018-09-131-1/+5
* patch 8.1.0363: internal diff isn't used by default as advertisedv8.1.0363Bram Moolenaar2018-09-101-1/+1
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-442/+456
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-071-3/+7
* patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205Bram Moolenaar2018-07-231-9/+12
* patch 8.1.0172: 'viminfofile' option does not behave like a file namev8.1.0172Bram Moolenaar2018-07-081-1/+2
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-081-3/+3
* patch 8.1.0138: negative value of 'softtabstop' not used correctlyv8.1.0138Bram Moolenaar2018-07-021-1/+1
* patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar2018-06-281-2/+4
* patch 8.1.0123: MS-Windows: colors are wrong after setting 'notgc'v8.1.0123Bram Moolenaar2018-06-281-1/+4
* patch 8.1.0114: confusing variable namev8.1.0114Bram Moolenaar2018-06-241-2/+3
* patch 8.1.0107: Python: getting buffer option clears messagev8.1.0107Bram Moolenaar2018-06-241-7/+11
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-0/+484
* patch 8.1.0067: syntax highlighting not working when re-entering a bufferv8.1.0067Bram Moolenaar2018-06-171-9/+17
* patch 8.1.0066: nasty autocommand causes using freed memoryv8.1.0066Bram Moolenaar2018-06-171-6/+12
* patch 8.1.0061: window title is wrong after resetting and setting 'title'v8.1.0061Bram Moolenaar2018-06-161-26/+4
* patch 8.1.0046: loading a session file fails if 'winheight' is bigv8.1.0046Bram Moolenaar2018-06-121-5/+5
* patch 8.1.0032: BS in prompt buffer starts new linev8.1.0032Bram Moolenaar2018-06-041-0/+4
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-031-1/+1
* patch 8.0.1794: duplicate term options after renamingv8.0.1794Bram Moolenaar2018-05-051-47/+11
* patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar2018-05-011-2/+23
* patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar2018-04-271-1/+1
* patch 8.0.1759: memory leak from duplicate optionsv8.0.1759Bram Moolenaar2018-04-241-10/+16
* patch 8.0.1743: terminal window options are named inconsistentlyv8.0.1743Bram Moolenaar2018-04-211-22/+61
* patch 8.0.1722: cannot specify a minimal size for a terminal windowv8.0.1722Bram Moolenaar2018-04-151-1/+3
* patch 8.0.1712: terminal scrollback is not limitedv8.0.1712Bram Moolenaar2018-04-141-0/+9
* patch 8.0.1704: 'backupskip' default doesn't work for Macv8.0.1704Bram Moolenaar2018-04-121-0/+4
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-1/+1
* patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar2018-03-091-1/+1
* patch 8.0.1589: error for setting 'modifiable' when resetting itv8.0.1589Bram Moolenaar2018-03-071-2/+2
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-33/+2
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-64/+17
* patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar2018-03-011-1/+20
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-0/+15
* 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