aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.2356 (#6880)Shougo2017-06-19
* search: Fix V502: ?: ambiguityZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* 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: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* mbyte: remove dead codeBjörn Linse2017-03-22
* vim-patch:7.4.2303lonerover2017-03-22
* vim-patch:7.4.2230 (#6080)lonerover2017-02-25
* *: Partial string handling refactoringZyX2017-02-15
* lintJames McCoy2017-01-10
* vim-patch:7.4.2100James McCoy2017-01-10
* vim-patch:8.0.0035 (#5609)Shougo2016-11-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Fix new linter errorsZyX2016-05-01
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* vim-patch:7.4.984watiko2016-03-02
* Merge pull request #4229 from jbradaric/vim-7.4.847Justin M. Keyes2016-02-17
|\
| * vim-patch:7.4.847Jurica Bradaric2016-02-10
* | Merge #4140 'vim-patch:7.4.771'.Justin M. Keyes2016-02-15
|\ \ | |/ |/|
| * search: Fix linter errors.Jurica Bradaric2016-02-01
| * vim-patch:7.4.771Jurica Bradaric2016-01-30
* | vim-patch:7.4.662watiko2016-02-03
|/
* search.c: searchit(): Remove strlen() checkoni-link2016-01-26
* Fix linting errors.Johan Klokkhammer Helsing2015-12-13
* Solve warnings.Johan Klokkhammer Helsing2015-12-13
* vim-patch:7.4.803Johan Klokkhammer Helsing2015-12-13
* Merge #3718 'vim-patch:7.4.655'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.655Johan Klokkhammer Helsing2015-11-22
* | 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
* | shada: Also store last search directionZyX2015-11-23
|/
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* search: When freeing search patterns also clear themZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* regexp: Fix invalid multibyte reads at end of stringsThiago de Arruda2015-09-18
* MSVC: Include limits.h for INT_MAX. #3290Rui Abreu Ferreira2015-09-05
* 7.4.813James McCoy2015-08-20
* Remove POSIX 'cpoptions': '{'Michael Reed2015-07-19
* 'cpoptions': Remove "j" flagDavid Bürgin2015-05-25
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* vim-patch:7.4.532 #2504David Bürgin2015-04-27
* Improve comments and fix ascii_* attributesFelipe Oliveira Carvalho2015-04-24
* 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