aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.2462: Coverity warns for not checking for fseek() errorJan Edmund Lazo2021-02-03
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1521: reading past end of buffer when reading spellfileJan Edmund Lazo2020-10-29
* vim-patch:8.2.1564: a few remaining errors from ubsanJan Edmund Lazo2020-09-02
* vim-patch:8.2.1565: spellfile test sometimes failsJan Edmund Lazo2020-09-02
* spell_load_file: Add missing "goto endFAIL" if spellfile is not readableJames McCoy2020-08-23
* vim-patch:8.2.0895: :mkspell output does not mention the tree typeJan Edmund Lazo2020-07-19
* vim-patch:8.2.0894: :mkspell can take very long if the word count is highJan Edmund Lazo2020-07-19
* vim-patch:8.2.1169: write NUL past allocated space using corrupted spell fileJan Edmund Lazo2020-07-19
* vim-patch:8.2.1089: Coverity warns for pointer computationJan Edmund Lazo2020-07-04
* spellfile: set_spell_chartab() is dead codeJan Edmund Lazo2020-01-26
* PVS/V618: fix emsgf format specifier #11643Husain Alshehhi2020-01-01
* spellfile: fix pvs/v1048Jan Edmund Lazo2019-12-22
* vim-patch:8.1.2268: spell file flag zero is not recognizedJan Edmund Lazo2019-11-09
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-04-30
* vim-patch:8.1.0528: various typos in commentsJan Edmund Lazo2019-03-26
* build: enable -WshadowJustin M. Keyes2019-01-02
* src/nvim/eval.cMichaHoffmann2018-10-07
* fixed lint errorsMichaHoffmann2018-09-24
* add func_attr_printf in :MichaHoffmann2018-09-24
* lint: clean-up after parent commitsZviRackover2018-09-09
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Fix dead assignment.Tapan Prakash2018-08-29
* lintJan Edmund Lazo2018-08-11
* vim-patch:8.1.0078: "..." used inconsistently in messagesJan Edmund Lazo2018-08-11
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* lintJan Edmund Lazo2018-08-10
* vim-patch:8.0.1490: number of spell regions is spread out through the codeJan Edmund Lazo2018-08-10
* vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* coverity/13709: spell_add_word: handle failed fseek()Nick Neisen2018-05-17
* spellfile: Fix clint errorZyX2018-04-22
* spellfile: Fix PVS/V547: allocator now never returns NULLZyX2018-04-22
* spellfile: Silence PVS/V547: expression may be true on other systemsZyX2018-04-22
* spellfile: Fix PVS/V547: allocator never returns NULL nowZyX2018-04-22
* spellfile: Fix PVS/V560: allocator never returns NULL nowZyX2018-04-22
* build/msvc: Remove unnecessary header includeb-r-o-c-k2018-02-28
* vim-patch:8.0.1225: no check for spell region being zeroJustin M. Keyes2018-01-16
* spellfile: Fix V547: always true conditionZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* spellfile: Fix SAL sections readingZyX2017-04-09
* spellfile: Fix clint errorsZyX2017-04-09