aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
Commit message (Expand)AuthorAge
* 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
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* lintJames McCoy2016-07-08
* vim-patch:7.4.1552James McCoy2016-07-08
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* vim-patch:7.4.1056 (#4870)Shota2016-06-05
* vim-patch:7.4.1064James McCoy2016-05-24
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* spell: Fix argument and avoid redundant prompt.Justin M. Keyes2016-04-10
* vim-patch:7.4.1027watiko2016-02-01
* Fix lint issuesJason Schulz2016-01-15
* Add support for binary numbersJason Schulz2016-01-15
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* spell.c: Fix memory leakoni-link2015-10-01
* spell: Defer &spell prompt until VimEnter. #3027Felipe Morales2015-07-17
* Split os_unix_defs.h into os/Yamakaky2015-07-06
* MSan: Initialize buffer in spell_delete_wordlist.Justin M. Keyes2015-07-05
* spell.c: fix "[s" search. #2813Nathan Wilson2015-06-21
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* vim-patch:7.4.519David Bürgin2015-04-27
* spell.c: give priority to rare words. #2456Jakson Alves de Aquino2015-04-25
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove redundant castsAnton Ovchinnikov2015-03-09