aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* 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
* Wconversion: Fix warnings in indent_c.c.Florian Walch2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Fix warnings: search.c: find_pattern_in_path(): Np dereference: MI.Eliseo Martínez2014-11-15
* Use bool for flags in oparg_T.Scott Prager2014-11-11
* vim-patch:7.4.328André Twupack2014-08-14
* clang-analyzer: Reduce scope in search.c.Florian Walch2014-08-07
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* No OOM in reverse_text()Felipe Oliveira Carvalho2014-06-16
* spelling fixes #827Will Stamper2014-06-12
* move/remove W_* macrosBrandon Coleman2014-06-12
* coverity/62615: fix leak in write_reg_contents_exNicolas Hillegeer2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_EVALHinidu2014-05-28
* Remove FEAT_CINDENTHinidu2014-05-28
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Remove OOM checks: reverse_text()Felipe Oliveira Carvalho2014-05-19
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15