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
/
spell.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4753: error from setting an option is silently ignored
v8.2.4753
Bram Moolenaar
2022-04-15
1
-3
/
+3
*
patch 8.2.4610: some conditions are always true
v8.2.4610
Bram Moolenaar
2022-03-22
1
-4
/
+3
*
patch 8.2.4402: missing parenthesis may cause unexpected problems
v8.2.4402
kylo252
2022-02-16
1
-1
/
+1
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-1
/
+0
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-4
/
+4
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-4
/
+4
*
patch 8.2.3751: cannot assign a lambda to an option that takes a function
v8.2.3751
Yegappan Lakshmanan
2021-12-06
1
-1
/
+1
*
patch 8.2.3320: some local functions are not static
v8.2.3320
Yegappan Lakshmanan
2021-08-09
1
-1
/
+1
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-1
/
+1
*
patch 8.2.2974: Greek spell checking uses wrong case folding
v8.2.2974
Bram Moolenaar
2021-06-11
1
-5
/
+22
*
patch 8.2.2254: Vim9: bool option type is number
v8.2.2254
Bram Moolenaar
2020-12-31
1
-1
/
+1
*
patch 8.2.1926: cannot use a space in 'spellfile'
v8.2.1926
Bram Moolenaar
2020-10-30
1
-1
/
+1
*
patch 8.2.1770: invalid memory use when using SpellFileMissing autocmd
v8.2.1770
Bram Moolenaar
2020-09-28
1
-1
/
+1
*
patch 8.2.1696: unused (duplicate) macros
v8.2.1696
Bram Moolenaar
2020-09-16
1
-4
/
+0
*
patch 8.2.0957: compiler warning for uninitialized variable
v8.2.0957
Bram Moolenaar
2020-06-11
1
-1
/
+1
*
patch 8.2.0956: spell test fails
v8.2.0956
Bram Moolenaar
2020-06-10
1
-1
/
+25
*
patch 8.2.0945: cannot use "z=" when 'spell' is off
v8.2.0945
Bram Moolenaar
2020-06-10
1
-1
/
+1
*
patch 8.2.0932: missspelling spelllang
v8.2.0932
Bram Moolenaar
2020-06-08
1
-3
/
+3
*
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-05-30
1
-1
/
+1
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-5
/
+5
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-4
/
+4
*
patch 8.2.0295: highlighting for :s wrong when using different separator
v8.2.0295
Bram Moolenaar
2020-02-21
1
-1
/
+1
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.1.2395: using old C style comments
v8.1.2395
Bram Moolenaar
2019-12-05
1
-522
/
+521
*
patch 8.1.2173: searchit() has too many arguments
v8.1.2173
Bram Moolenaar
2019-10-18
1
-1
/
+1
*
patch 8.1.2147: crash when allocating memory fails
v8.1.2147
Bram Moolenaar
2019-10-13
1
-1
/
+1
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-1
/
+1
*
patch 8.1.2081: the spell.c file is too big
v8.1.2081
Bram Moolenaar
2019-09-27
1
-4542
/
+12
*
patch 8.1.1966: some code in options.c fits better elsewhere
v8.1.1966
Bram Moolenaar
2019-09-02
1
-1
/
+87
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-2
/
+0
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+2
*
patch 8.1.1824: crash when correctly spelled word is very long
v8.1.1824
Bram Moolenaar
2019-08-06
1
-0
/
+2
*
patch 8.1.1715: emoji characters are seen as word characters for spelling
v8.1.1715
Bram Moolenaar
2019-07-19
1
-1
/
+1
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-5
/
+5
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-2
/
+1
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-7
/
+5
*
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
Bram Moolenaar
2019-05-23
1
-4
/
+7
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-8
/
+1
*
patch 8.1.1143: may pass weird strings to file name expansion
v8.1.1143
Bram Moolenaar
2019-04-10
1
-1
/
+4
*
patch 8.1.1124: insert completion flags are mixed up
v8.1.1124
Bram Moolenaar
2019-04-06
1
-1
/
+1
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-4
/
+2
*
patch 8.1.1076: file for Insert mode is much too big
v8.1.1076
Bram Moolenaar
2019-03-30
1
-1
/
+1
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-2
/
+0
*
patch 8.1.0810: too many #ifdefs
v8.1.0810
Bram Moolenaar
2019-01-24
1
-171
/
+6
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-9
/
+9
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-12
/
+11
*
patch 8.1.0528: various typos in comments
v8.1.0528
Bram Moolenaar
2018-11-16
1
-1
/
+1
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-8
/
+0
[next]