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
*
spell: Defer &spell prompt until VimEnter. #3027
Felipe Morales
2015-07-17
*
Split os_unix_defs.h into os/
Yamakaky
2015-07-06
*
MSan: Initialize buffer in spell_delete_wordlist.
Justin M. Keyes
2015-07-05
*
spell.c: fix "[s" search. #2813
Nathan Wilson
2015-06-21
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
vim-patch:7.4.519
David Bürgin
2015-04-27
*
spell.c: give priority to rare words. #2456
Jakson Alves de Aquino
2015-04-25
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
coverity/13764: Out-of-bounds read: RI.
Eliseo Martínez
2015-02-11
*
Remove nonnullret deadcode: getroom.
Eliseo Martínez
2015-01-27
*
"halfway a line" is a very confusing phrase
Jack Danger Canty
2015-01-22
*
Remove long_u: (various): Refactor long_u.
Eliseo Martínez
2015-01-19
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
Remove long_u: put_bytes(): Refactor.
Eliseo Martínez
2014-12-24
*
vim-patch:7.4.447
Florian Walch
2014-12-23
*
Use GA_DEEP_CLEAR where appropriate
Felipe Oliveira Carvalho
2014-12-11
*
GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers
Felipe Oliveira Carvalho
2014-12-11
*
GA_DEEP_CLEAR macro for garray memory deallocation
Felipe Oliveira Carvalho
2014-12-11
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
Fix warnings: spell.c: spell_edit_score(): Garbage value: MI.
Eliseo Martínez
2014-11-15
*
Fix warnings: spell.c: getroom(): Np dereference: FP/RI.
Eliseo Martínez
2014-11-15
*
Fix warnings: spell.c: store_aff_word(): Garbage value: RI.
Eliseo Martínez
2014-11-15
*
Fix warnings: spell.c: spell_read_aff(): Uninitialized arg: RI.
Eliseo Martínez
2014-11-15
*
Fix warnings: spell.c: spell_move_to(): Garbage value: RI.
Eliseo Martínez
2014-11-15
*
Fix warnings: spell.c: spell_move_to(): Null arg: FP.
Eliseo Martínez
2014-11-15
*
Fix warnings: spell.c: find_word(): Dead assignment: HI.
Eliseo Martínez
2014-11-15
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
Merge pull request #1024 from war1025/dev/for_all_buffers
Justin M. Keyes
2014-08-19
|
\
|
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
|
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
|
clang-analyzer: Reduce scope in spell.c.
Florian Walch
2014-08-07
*
|
Remove EBCDIC: Clean up comments
Pavel Platto
2014-08-02
|
/
*
Extract `tempfile` module from fileio
Pavel Platto
2014-07-14
*
Refactor vim_tempname
Pavel Platto
2014-07-14
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
Enable and fix misc2.c -Wconversion warnings #907
Shane Iler
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move wctype.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
[next]