summaryrefslogtreecommitdiffstats
path: root/tools/vim
Commit message (Collapse)AuthorAgeFilesLines
* Make .ycm_extra_conf.py work for files indgrogan@chromium.org2013-05-171-1/+1
| | | | | | | | | | | | | | | | | | third_party/leveldatabase The subroutine for finding chromium's root was looking for a directory that contained "src" and either "src/.git" or ".gclient". This unfortunately matches third_party/leveldatabase. This patch adds a check for src/DEPS as well. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15225002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200815 0039d316-1c4b-4281-b951-d872f2087c98
* Use either out/Release or out/Debug for YouCompleteMe, depending on mtime.eroman@chromium.org2013-05-081-3/+29
| | | | | | | | R=simonjam@chromium.org Review URL: https://codereview.chromium.org/15019009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198839 0039d316-1c4b-4281-b951-d872f2087c98
* Make .ycm_extra_conf.pyc friendly to git checkoutvictorhsieh@chromium.org2013-04-241-2/+7
| | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/14348028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196207 0039d316-1c4b-4281-b951-d872f2087c98
* Make YCM handle more flags and try to handle header files too.simonjam@chromium.org2013-02-061-19/+26
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/12208039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181022 0039d316-1c4b-4281-b951-d872f2087c98
* Add a YouCompleteMe config for Chromium.simonjam@chromium.org2013-02-051-0/+161
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/12231005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180827 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment about the linux keybindingcbiesinger@google.com2012-12-211-0/+1
| | | | | | | | | | NOTRY=true BUG=none Review URL: https://chromiumcodereview.appspot.com/11645031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174451 0039d316-1c4b-4281-b951-d872f2087c98
* Add a CrBuild command to ninja-build.vimenne@chromium.org2012-10-161-9/+37
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/11090084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162079 0039d316-1c4b-4281-b951-d872f2087c98
* Add Linux support for ninja-build.py and fix redraw conditional.scherkus@chromium.org2012-10-041-2/+3
| | | | | | Review URL: https://codereview.chromium.org/11038025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160083 0039d316-1c4b-4281-b951-d872f2087c98
* improve tools/vim/ninja-build.vim for Windowsscottmg@google.com2012-05-041-3/+12
| | | | | | | | | | | | Get compile-file ninja build command to run properly, bind to Ctrl-F7 by default, and only do a redraw when not using gui (Windows spawns in a separate window so it's unnecessary flicker). R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10382020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135452 0039d316-1c4b-4281-b951-d872f2087c98
* ninja-build.vim should redraw! after running make.mattm@chromium.org2012-01-301-0/+1
| | | | | | | | | BUG=none TEST=screen not messed up after running CrCompileFile from vim in an xterm. Review URL: https://chromiumcodereview.appspot.com/9232065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119737 0039d316-1c4b-4281-b951-d872f2087c98
* vim: Let ninja-build.vim detect Release correctly if out/Debug/protoc ↵thakis@chromium.org2012-01-191-3/+6
| | | | | | | | | | | | doesn't exist at all. BUG=none TEST=none Review URL: http://codereview.chromium.org/9265016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118368 0039d316-1c4b-4281-b951-d872f2087c98
* vim: Add a ninja-powered "Compile this file" function.thakis@chromium.org2012-01-161-0/+86
| | | | | | | | | BUG=none TEST=`:so /path/to/src/tools/vim/ninja-build.vim`, hit cmd-k. Review URL: https://chromiumcodereview.appspot.com/9231001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117860 0039d316-1c4b-4281-b951-d872f2087c98
* Add vim filetype settings for DEPS.scherkus@chromium.org2011-07-081-3/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7330003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91783 0039d316-1c4b-4281-b951-d872f2087c98
* Add emacs and vim helper config files for gyp settings.tony@chromium.org2011-07-061-0/+8
Review URL: http://codereview.chromium.org/7300011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91624 0039d316-1c4b-4281-b951-d872f2087c98