aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.c
Commit message (Expand)AuthorAge
* Merge pull request #16613 from bfredl/vim-patch-8.2.3777Björn Linse2021-12-11
|\
| * vim-patch:8.2.3777: spell file write error not checkedBjörn Linse2021-12-10
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
|/
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macroman): get rid of MB_COPY_CHAR macroBjörn Linse2021-11-14
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2395: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
|/
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* vim-patch:8.2.3328: Coverity error for not checking return valueSean Dewar2021-09-17
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
* vim-patch:8.2.2974: Greek spell checking uses wrong case foldingJan Edmund Lazo2021-06-11
* 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