aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* *: 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
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove always-true expressionsAnton Ovchinnikov2015-03-16
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* Remove nonnullret deadcode: xcalloc.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: viminfo_readstring.Eliseo Martínez2015-01-27
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.551Erik Paulson2015-01-04
* vim-patch:7.4.547Florian Walch2014-12-24
* vim-patch:7.4.543.Eliseo Martínez2014-12-15
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02