index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
option.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.0744: compiler warnings for signed/unsigned strings
v8.1.0744
Bram Moolenaar
2019-01-13
1
-3
/
+3
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-90
/
+91
*
patch 8.1.0613: when executing an insecure function the secure flag is stuck
v8.1.0613
Bram Moolenaar
2018-12-21
1
-11
/
+8
*
patch 8.1.0606: 'cryptmethod' defaults to a very old method
v8.1.0606
Bram Moolenaar
2018-12-16
1
-1
/
+1
*
patch 8.1.0544: setting 'filetype' in a modeline causes an error
v8.1.0544
Bram Moolenaar
2018-11-25
1
-22
/
+62
*
patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account
v8.1.0542
Bram Moolenaar
2018-11-22
1
-1
/
+42
*
patch 8.1.0540: may evaluate insecure value when appending to option
v8.1.0540
Bram Moolenaar
2018-11-20
1
-9
/
+34
*
patch 8.1.0539: cannot build without the sandbox
v8.1.0539
Bram Moolenaar
2018-11-20
1
-3
/
+6
*
patch 8.1.0515: reloading a script gives errors for existing functions
v8.1.0515
Bram Moolenaar
2018-11-10
1
-1
/
+2
*
patch 8.1.0510: filter test fails when $LANG is C.UTF-8
v8.1.0510
Bram Moolenaar
2018-11-04
1
-1
/
+7
*
patch 8.1.0495: :filter only supports some commands
v8.1.0495
Bram Moolenaar
2018-10-25
1
-0
/
+4
*
patch 8.1.0479: failure when setting 'varsofttabstop' to end in a comma
v8.1.0479
Bram Moolenaar
2018-10-15
1
-8
/
+9
*
patch 8.1.0445: setting 'term' does not store location for termcap options
v8.1.0445
Bram Moolenaar
2018-10-02
1
-13
/
+55
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-14
/
+0
*
patch 8.1.0435: cursorline highlight not removed in some situation
v8.1.0435
Bram Moolenaar
2018-09-25
1
-0
/
+5
*
patch 8.1.0415: not actually using 16 colors with vtp
v8.1.0415
Bram Moolenaar
2018-09-21
1
-2
/
+0
*
patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmd
v8.1.0414
Bram Moolenaar
2018-09-21
1
-3
/
+8
*
patch 8.1.0386: cannot test with non-default option value
v8.1.0386
Bram Moolenaar
2018-09-13
1
-1
/
+5
*
patch 8.1.0363: internal diff isn't used by default as advertised
v8.1.0363
Bram Moolenaar
2018-09-10
1
-1
/
+1
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-442
/
+456
*
patch 8.1.0253: saving and restoring window title does not always work
v8.1.0253
Bram Moolenaar
2018-08-07
1
-3
/
+7
*
patch 8.1.0205: invalid memory access with invalid modeline
v8.1.0205
Bram Moolenaar
2018-07-23
1
-9
/
+12
*
patch 8.1.0172: 'viminfofile' option does not behave like a file name
v8.1.0172
Bram Moolenaar
2018-07-08
1
-1
/
+2
*
patch 8.1.0166: using dict_add_nr_str() is clumsy
v8.1.0166
Bram Moolenaar
2018-07-08
1
-3
/
+3
*
patch 8.1.0138: negative value of 'softtabstop' not used correctly
v8.1.0138
Bram Moolenaar
2018-07-02
1
-1
/
+1
*
patch 8.1.0126: various problems with 'vartabstop'
v8.1.0126
Bram Moolenaar
2018-06-28
1
-2
/
+4
*
patch 8.1.0123: MS-Windows: colors are wrong after setting 'notgc'
v8.1.0123
Bram Moolenaar
2018-06-28
1
-1
/
+4
*
patch 8.1.0114: confusing variable name
v8.1.0114
Bram Moolenaar
2018-06-24
1
-2
/
+3
*
patch 8.1.0107: Python: getting buffer option clears message
v8.1.0107
Bram Moolenaar
2018-06-24
1
-7
/
+11
*
patch 8.1.0105: all tab stops are the same
v8.1.0105
Bram Moolenaar
2018-06-23
1
-0
/
+484
*
patch 8.1.0067: syntax highlighting not working when re-entering a buffer
v8.1.0067
Bram Moolenaar
2018-06-17
1
-9
/
+17
*
patch 8.1.0066: nasty autocommand causes using freed memory
v8.1.0066
Bram Moolenaar
2018-06-17
1
-6
/
+12
*
patch 8.1.0061: window title is wrong after resetting and setting 'title'
v8.1.0061
Bram Moolenaar
2018-06-16
1
-26
/
+4
*
patch 8.1.0046: loading a session file fails if 'winheight' is big
v8.1.0046
Bram Moolenaar
2018-06-12
1
-5
/
+5
*
patch 8.1.0032: BS in prompt buffer starts new line
v8.1.0032
Bram Moolenaar
2018-06-04
1
-0
/
+4
*
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
v8.1.0027
Bram Moolenaar
2018-06-03
1
-1
/
+1
*
patch 8.0.1794: duplicate term options after renaming
v8.0.1794
Bram Moolenaar
2018-05-05
1
-47
/
+11
*
patch 8.0.1783: cannot use 256 colors in a MS-Windows console
v8.0.1783
Bram Moolenaar
2018-05-01
1
-2
/
+23
*
patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way
v8.0.1768
Bram Moolenaar
2018-04-27
1
-1
/
+1
*
patch 8.0.1759: memory leak from duplicate options
v8.0.1759
Bram Moolenaar
2018-04-24
1
-10
/
+16
*
patch 8.0.1743: terminal window options are named inconsistently
v8.0.1743
Bram Moolenaar
2018-04-21
1
-22
/
+61
*
patch 8.0.1722: cannot specify a minimal size for a terminal window
v8.0.1722
Bram Moolenaar
2018-04-15
1
-1
/
+3
*
patch 8.0.1712: terminal scrollback is not limited
v8.0.1712
Bram Moolenaar
2018-04-14
1
-0
/
+9
*
patch 8.0.1704: 'backupskip' default doesn't work for Mac
v8.0.1704
Bram Moolenaar
2018-04-12
1
-0
/
+4
*
patch 8.0.1688: some macros are used without a semicolon
v8.0.1688
Bram Moolenaar
2018-04-10
1
-1
/
+1
*
patch 8.0.1592: terminal windows in a session are not properly restored
v8.0.1592
Bram Moolenaar
2018-03-09
1
-1
/
+1
*
patch 8.0.1589: error for setting 'modifiable' when resetting it
v8.0.1589
Bram Moolenaar
2018-03-07
1
-2
/
+2
*
patch 8.0.1566: too many #ifdefs
v8.0.1566
Bram Moolenaar
2018-03-04
1
-33
/
+2
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-64
/
+17
*
patch 8.0.1554: custom plugins loaded with --clean
v8.0.1554
Bram Moolenaar
2018-03-01
1
-1
/
+20
[next]