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 9.0.0544: minor issues with setting a string option
v9.0.0544
zeertzjq
2022-09-22
1
-7
/
+5
*
patch 9.0.0540: assigning stack variable to argument confuses Coverity
v9.0.0540
Bram Moolenaar
2022-09-22
1
-24
/
+26
*
patch 9.0.0537: the do_set() function is much too long
v9.0.0537
Bram Moolenaar
2022-09-21
1
-435
/
+440
*
patch 9.0.0449: there is no easy way to translate a key code into a string
v9.0.0449
zeertzjq
2022-09-12
1
-2
/
+3
*
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
v9.0.0340
Bram Moolenaar
2022-08-31
1
-1
/
+1
*
patch 9.0.0318: clearing screen causes flicker
v9.0.0318
Bram Moolenaar
2022-08-29
1
-1
/
+1
*
patch 9.0.0278: the +wildignore feature is nearly always available
v9.0.0278
Bram Moolenaar
2022-08-26
1
-10
/
+8
*
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
v9.0.0265
Bram Moolenaar
2022-08-25
1
-13
/
+1
*
patch 9.0.0222: no good reason why text objects are only in larger builds
v9.0.0222
Bram Moolenaar
2022-08-16
1
-4
/
+0
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-11
/
+11
*
patch 9.0.0114: the command line takes up space even when not used
v9.0.0114
Shougo Matsushita
2022-07-30
1
-1
/
+1
*
patch 9.0.0096: flag "new_value_alloced" is always true
v9.0.0096
zeertzjq
2022-07-27
1
-7
/
+1
*
patch 9.0.0090: no error when assigning bool to a string option
v9.0.0090
Bram Moolenaar
2022-07-27
1
-0
/
+14
*
patch 9.0.0040: use of set_chars_option() is confusing
v9.0.0040
Bram Moolenaar
2022-07-04
1
-6
/
+6
*
patch 9.0.0036: 'fillchars' cannot have window-local values
v9.0.0036
Bram Moolenaar
2022-07-04
1
-20
/
+40
*
patch 8.2.4993: smart/C/lisp indenting is optional
v8.2.4993
Bram Moolenaar
2022-05-21
1
-38
/
+6
*
patch 8.2.4982: colors in terminal window are not 100% correct
v8.2.4982
LemonBoy
2022-05-20
1
-0
/
+1
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-13
/
+13
*
patch 8.2.4926: #ifdef for crypt feature around too many lines
v8.2.4926
zeertzjq
2022-05-09
1
-4
/
+4
*
patch 8.2.4924: maparg() may return a string that cannot be reused
v8.2.4924
zeertzjq
2022-05-09
1
-0
/
+2
*
patch 8.2.4917: fuzzy expansion of option names is not right
v8.2.4917
Christian Brabandt
2022-05-08
1
-2
/
+3
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-2
/
+2
*
patch 8.2.4753: error from setting an option is silently ignored
v8.2.4753
Bram Moolenaar
2022-04-15
1
-23
/
+35
*
patch 8.2.4727: unused code
v8.2.4727
Dominique Pelle
2022-04-10
1
-0
/
+4
*
patch 8.2.4704: using "else" after return or break increases indent
v8.2.4704
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-07
1
-25
/
+23
*
patch 8.2.4702: C++ scope labels are hard-coded
v8.2.4702
Tom Praschan
2022-04-07
1
-0
/
+3
*
patch 8.2.4694: avoidance of #elif causes more preproc nesting
v8.2.4694
ichizok
2022-04-05
1
-20
/
+11
*
patch 8.2.4614: redrawing too much when 'cursorline' is set
v8.2.4614
zeertzjq
2022-03-23
1
-5
/
+0
*
patch 8.2.4463: completion only uses strict matching
v8.2.4463
Yegappan Lakshmanan
2022-02-24
1
-42
/
+148
*
patch 8.2.4453: :helpgrep may free an option that was not allocated
v8.2.4453
Bram Moolenaar
2022-02-23
1
-0
/
+8
*
patch 8.2.4355: unnecessary call to check_colorcolumn()
v8.2.4355
Sean Dewar
2022-02-12
1
-1
/
+1
*
patch 8.2.4282: restricted mode requires the -Z command line option
v8.2.4282
matveyt
2022-02-01
1
-0
/
+11
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-11
/
+3
*
patch 8.2.4245: ":retab 0" may cause illegal memory access
v8.2.4245
Bram Moolenaar
2022-01-28
1
-7
/
+9
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-2
/
+2
*
patch 8.2.4180: 'balloonexpr' is evaluated in the current script context
v8.2.4180
Bram Moolenaar
2022-01-22
1
-0
/
+15
*
patch 8.2.4173: cannot use an import in 'foldexpr'
v8.2.4173
Bram Moolenaar
2022-01-21
1
-0
/
+6
*
patch 8.2.4171: cannot invoke option function using autoload import
v8.2.4171
Bram Moolenaar
2022-01-21
1
-0
/
+5
*
patch 8.2.4100: early return when getting the 'formatlistpat' value
v8.2.4100
Bram Moolenaar
2022-01-15
1
-1
/
+0
*
patch 8.2.4093: cached breakindent values not initialized properly
v8.2.4093
Christian Brabandt
2022-01-15
1
-0
/
+12
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+4
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-3
/
+3
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.3987: error messages are spread out
v8.2.3987
Bram Moolenaar
2022-01-02
1
-10
/
+10
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-2
/
+2
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-9
/
+9
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-22
/
+22
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-13
/
+13
*
patch 8.2.3929: using unititialized variable
v8.2.3929
Bram Moolenaar
2021-12-28
1
-0
/
+3
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-2
/
+2
[next]