index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
spell.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #17971 from chentau/extmark_spell
bfredl
2022-04-08
|
\
|
*
fix(extmarks): splice extmarks on accepting spell
Tony Chen
2022-04-02
*
|
vim-patch:8.2.4258: Coverity warns for array overrun
zeertzjq
2022-04-04
*
|
vim-patch:8.2.4247: stack corruption when looking for spell suggestions
zeertzjq
2022-04-04
*
|
vim-patch:8.2.4402: missing parenthesis may cause unexpected problems
Brian Leung
2022-04-03
|
/
*
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
vim-patch:8.2.3582: reading uninitialized memory when giving spell suggestions
f380cedric
2022-01-06
*
vim-patch:8.2.3914 (#16808)
dundargoc
2021-12-28
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor(macros): delete multibyte macros which just are aliases
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_char2len alias for utf_char2len
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: replace TRUE/FALSE with true/false #15425
dundargoc
2021-08-22
*
buffer: move BUFEMPTY to a function
Thomas Vigouroux
2021-07-06
*
buffer: don't rely on curbuf in BUFEMPTY
Thomas Vigouroux
2021-07-06
*
vim-patch:8.2.0945: cannot use "z=" when 'spell' is off
Jan Edmund Lazo
2021-06-12
*
vim-patch:8.2.0039: memory access error when "z=" has no suggestions
Jan Edmund Lazo
2021-06-12
*
vim-patch:8.2.2974: Greek spell checking uses wrong case folding
Jan Edmund Lazo
2021-06-11
*
Add 'FUNC_ATTR_NONNULL_RET' to nonnull alloc funcs (#14559)
Jan Edmund Lazo
2021-05-15
*
vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...
Ghjuvan Lacambre
2021-04-04
*
Clear prompt_for_number messages
glacambre
2021-02-10
*
option: use char* for get_option_value() param
Jan Edmund Lazo
2021-02-07
*
vim-patch:8.2.2379: do spell suggestions twice if 'spellsuggest' contains number
Jan Edmund Lazo
2021-01-21
*
vim-patch:8.2.1907: complete_info().selected may be wrong
Jan Edmund Lazo
2020-12-03
*
vim-patch:8.1.0810: too many #ifdefs
Jan Edmund Lazo
2020-11-12
*
api: add API for themes
Björn Linse
2020-11-01
*
vim-patch:8.2.0957: compiler warning for uninitialized variable
Jan Edmund Lazo
2020-10-14
*
vim-patch:8.2.0956: spell test fails
Thomas Vigouroux
2020-09-24
*
suggest_trie_walk: Remove invalid FALLTHROUGH annotation
James McCoy
2020-09-04
*
vim-patch:8.2.1560: using NULL pointers in some code
James McCoy
2020-09-04
*
vim-patch:8.2.1564: a few remaining errors from ubsan
Jan Edmund Lazo
2020-09-02
*
vim-patch:8.2.1104: Coverity warnts for possible NULL pointer use
Jan Edmund Lazo
2020-07-04
*
vim-patch:8.2.1095: may use pointer after freeing it
Jan Edmund Lazo
2020-07-04
*
vim-patch:8.2.0932: missspelling spelllang
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0041: leaking memory when selecting spell suggestion
Jan Edmund Lazo
2020-04-13
*
vim-patch:8.2.0387: error for possible NULL argument to qsort()
Jan Edmund Lazo
2020-04-13
*
Merge #11763 'spell: remove non-UTF8 dead code'
Justin M. Keyes
2020-01-26
|
\
|
*
spell: remove enc_utf8 dead code
Jan Edmund Lazo
2020-01-26
|
*
spell: zero-init structs to fix garbage ptrs
Jan Edmund Lazo
2020-01-26
*
|
vim-patch:8.1.1143: may pass weird strings to file name expansion
Jan Edmund Lazo
2020-01-26
|
/
*
spell: spell_soundfold_sal() is dead code
Jan Edmund Lazo
2020-01-17
*
clang/'Logic error': zero-init struct
Jan Edmund Lazo
2020-01-17
*
spell: fix clang logic error
Jan Edmund Lazo
2019-11-13
[next]