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
*
vim-patch:9.1.0903: potential overflow in spell_soundfold_wsal() (#31456)
glepnir
2024-12-05
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
vim-patch:9.1.0783: 'spell' option setting has problems (#30818)
zeertzjq
2024-10-15
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
refactor(spell.c): reduce scope of locals
Lewis Russell
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0426: too many strlen() calls in search.c
zeertzjq
2024-05-22
*
vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)
zeertzjq
2024-05-18
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: remove redundant struct names
dundargoc
2024-01-02
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor(options): split `get_option_value()` into smaller functions
Famiu Haque
2023-12-07
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor(IWYU): create normal_defs.h (#26293)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: adjust clang-tidy warning exclusion logic
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor: the long goodbye
dundargoc
2023-11-05
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
refactor(message): smsg_attr -> smsg
bfredl
2023-09-29
*
fix(extmarks): overlay virt_text position after 'showbreak' (#25175)
zeertzjq
2023-09-15
*
vim-patch:9.0.1810: camel-case spelling has issues with digits (#24909)
zeertzjq
2023-08-28
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
vim-patch:9.0.1718: dict-completion does not respect region (#24733)
zeertzjq
2023-08-16
*
refactor: remove some (const char **) casts (#24423)
zeertzjq
2023-07-22
*
feat(decoration_provider): log errors as error messages
Thomas Vigouroux
2023-07-19
*
perf(rtp): reduce rtp scans (#24191)
Lewis Russell
2023-07-13
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
vim-patch:9.0.1614: strlen() called too often for :spellrepall (#23940)
zeertzjq
2023-06-06
*
fix(spell): splice extmarks on :spellrepall (#23929)
zeertzjq
2023-06-06
*
vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)
luukvbaal
2023-05-26
*
vim-patch:9.0.0590: after exiting Insert mode spelling not checked in next line
Luuk van Baal
2023-05-25
*
vim-patch:9.0.0138: not enough characters accepted for 'spellfile'
zeertzjq
2023-05-04
*
fix(spell): extmark with spell=false should disable spell (#23400)
zeertzjq
2023-05-01
*
vim-patch:9.0.1330: handling new value of an option has a long "else if" chain
Lewis Russell
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: make error message definitions const
ii14
2023-04-05
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
[next]