aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
Commit message (Expand)AuthorAge
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* 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
* Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
|\
| * lint: cleanup after parent commitsZviRackover2018-08-16
| * Remove occurences of mb_head_offZviRackover2018-08-15
* | lintJan Edmund Lazo2018-08-23
* | vim-patch:8.0.1041: bogus characters when indenting during visual-block appendJan Edmund Lazo2018-08-23
|/
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
* | style: fixing minor issues noted in code review.ZviRackover2018-08-06
* | Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* | lint: clean-up after parent commitZviRackover2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* 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
* vim-patch:8.0.0520: using a function pointer while the function is known (#8513)KunMing Xie2018-06-10
* mf_open(): never fails (except for OOM)Justin M. Keyes2018-05-17
* coverity/13702: open_spellbuf: handle failed ml_open()Nick Neisen2018-05-17
* spell: Fix PVS/V512: use of sprintf()ZyX2018-04-22
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* lintJustin M. Keyes2018-01-16
* vim-patch:8.0.0582: illegal memory access with z= commandJustin M. Keyes2018-01-13
* vim-patch:8.0.0364 (#7837)KunMing Xie2018-01-13
* Merge branch 'master' into hide-container-implZyX2017-12-16
|\
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | *: Hide list implementation in other files as wellZyX2017-12-10
|/
* vim-patch:7.4.2250ckelsel2017-07-13
* spell: Silence V512: buffer underflowZyX2017-07-04
* spell: Fix V728: excessive checkZyX2017-07-04
* *: Add comment to all C filesZyX2017-04-19
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* mbyte: remove dead codeBjörn Linse2017-03-22
* lintJames McCoy2017-03-11
* vim-patch:7.4.2223James McCoy2017-03-11
* vim-patch:7.4.2069James McCoy2017-03-11
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* vim-patch:7.4.2024Marco Hinz2017-02-04
* vim-patch:7.4.2062 (#5954)Shougo2017-01-16
* vim-patch:8.0.0035 (#5609)Shougo2016-11-15
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05