summaryrefslogtreecommitdiff
path: root/src/if_cscope.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1276v7.3.1276Bram Moolenaar2013-06-301-0/+9
| | | | | | Problem: When using a cscope connection resizing the window may send SIGWINCH to cscope and it quits. Solution: Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)
* updated for version 7.3.1180v7.3.1180Bram Moolenaar2013-06-121-0/+15
| | | | | | Problem: When current directory changes, path from cscope may no longer be valid. (AS Budden) Solution: Always store the absolute path. (Christian Brabandt)
* updated for version 7.3.1038v7.3.1038Bram Moolenaar2013-05-291-12/+14
| | | | | | Problem: Crash when using Cscope. Solution: Avoid negative argument to vim_strncpy(). (Narendran Gopalakrishnan)
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-3/+2
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.211v7.3.211Bram Moolenaar2011-06-121-1/+1
| | | | | Problem: Compiler warning. Solution: Add type cast.
* updated for version 7.3.210v7.3.210Bram Moolenaar2011-06-121-16/+35
| | | | | Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
* updated for version 7.3.172v7.3.172Bram Moolenaar2011-05-051-10/+5
| | | | | | | Problem: MS-Windows: rename() might delete the file if the name differs but it's actually the same file. Solution: Use the file handle to check if it's the same file. (Yukihiro Nakadaira)
* updated for version 7.3.136v7.3.136Bram Moolenaar2011-03-031-1/+0
| | | | | Problem: Duplicate include of assert.h. Solution: Remove it.
* updated for version 7.3.090v7.3.090Bram Moolenaar2010-12-301-2/+2
| | | | | Problem: Wrong help text for Cscope. Solution: Adjust the help text for "t". (Dominique Pelle)
* updated for version 7.3.087v7.3.087Bram Moolenaar2010-12-171-2/+0
| | | | | Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
* updated for version 7.3.085v7.3.085Bram Moolenaar2010-12-171-3/+0
| | | | | Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
* updated for version 7.3.008v7.3.008Bram Moolenaar2010-09-211-3/+1
| | | | | Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'.
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-251-7/+17
|
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-261-1/+1
|
* updated for version 7.2.433v7.2.433Bram Moolenaar2010-05-141-52/+69
| | | | | Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost. Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
* updated for version 7.2.371v7.2.371Bram Moolenaar2010-02-241-0/+4
| | | | | Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz)
* updated for version 7.2.333v7.2.333Bram Moolenaar2010-01-191-1/+1
| | | | | Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle)
* updated for version 7.2-228v7.2.228Bram Moolenaar2009-07-101-54/+62
|
* updated for version 7.2-177v7.2.177Bram Moolenaar2009-05-161-16/+8
|
* updated for version 7.2-175v7.2.175Bram Moolenaar2009-05-161-1/+1
|
* updated for version 7.2-156v7.2.156Bram Moolenaar2009-04-221-5/+17
|
* updated for version 7.2-145v7.2.145Bram Moolenaar2009-03-181-2/+10
|
* updated for version 7.2-143v7.2.143Bram Moolenaar2009-03-181-3/+108
|
* updated for version 7.2-091v7.2.091Bram Moolenaar2009-01-281-2/+10
|
* updated for version 7.2-004v7.2.004Bram Moolenaar2008-08-251-2/+11
|
* updated for version 7.2aBram Moolenaar2008-06-241-3/+2
|
* updated for version 7.1-291v7.1.291Bram Moolenaar2008-04-011-2/+2
|
* updated for version 7.1-288v7.1.288Bram Moolenaar2008-04-011-2/+37
|
* updated for version 7.1-283v7.1.283Bram Moolenaar2008-03-161-1/+1
|
* updated for version 7.1-281v7.1.281Bram Moolenaar2008-03-161-2/+3
|
* updated for version 7.1-279v7.1.279Bram Moolenaar2008-03-151-15/+58
|
* updated for version 7.1-108v7.1.108Bram Moolenaar2007-09-141-2/+13
|
* updated for version 7.1-100v7.1.100Bram Moolenaar2007-09-061-97/+107
|
* updated for version 7.1-087v7.1.087Bram Moolenaar2007-08-211-12/+10
|
* updated for version 7.0-216v7.0.216Bram Moolenaar2007-03-111-0/+2
|
* updated for version 7.0-204v7.0.204Bram Moolenaar2007-02-271-8/+2
|
* updated for version 7.0-184v7.0.184Bram Moolenaar2007-01-161-1/+2
|
* updated for version 7.0-166v7.0.166Bram Moolenaar2006-11-211-1/+1
|
* updated for version 7.0-153v7.0.153Bram Moolenaar2006-10-301-24/+30
|
* updated for version 7.0-070v7.0.070Bram Moolenaar2006-08-291-2/+4
|
* updated for version 7.0e02v7.0e02Bram Moolenaar2006-04-181-3/+3
|
* updated for version 7.0e01v7.0e01Bram Moolenaar2006-04-171-24/+24
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-1/+1
|
* updated for version 7.0196Bram Moolenaar2006-02-101-8/+23
|
* updated for version 7.0187v7.0187Bram Moolenaar2006-01-251-2/+2
|
* updated for version 7.0184Bram Moolenaar2006-01-211-0/+4
|
* updated for version 7.0149v7.0149Bram Moolenaar2005-09-201-1/+1
|
* updated for version 7.0084v7.0084Bram Moolenaar2005-06-131-0/+2
|
* updated for version 7.0079v7.0079Bram Moolenaar2005-06-041-2/+5
|
* updated for version 7.0078Bram Moolenaar2005-06-011-0/+10
|