summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0744: compiler warnings for signed/unsigned stringsv8.1.0744Bram Moolenaar2019-01-131-3/+3
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-90/+91
* patch 8.1.0613: when executing an insecure function the secure flag is stuckv8.1.0613Bram Moolenaar2018-12-211-11/+8
* patch 8.1.0606: 'cryptmethod' defaults to a very old methodv8.1.0606Bram Moolenaar2018-12-161-1/+1
* patch 8.1.0544: setting 'filetype' in a modeline causes an errorv8.1.0544Bram Moolenaar2018-11-251-22/+62
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-221-1/+42
* patch 8.1.0540: may evaluate insecure value when appending to optionv8.1.0540Bram Moolenaar2018-11-201-9/+34
* patch 8.1.0539: cannot build without the sandboxv8.1.0539Bram Moolenaar2018-11-201-3/+6
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-1/+2
* patch 8.1.0510: filter test fails when $LANG is C.UTF-8v8.1.0510Bram Moolenaar2018-11-041-1/+7
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-251-0/+4
* patch 8.1.0479: failure when setting 'varsofttabstop' to end in a commav8.1.0479Bram Moolenaar2018-10-151-8/+9
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-021-13/+55
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-14/+0
* 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