standard way include plugin as a dependency of another plugin

2017-07-29 Thread sash...@gmail.com
Hi I'm writing a plugin and want it to depend on another plugin installed. At the moment I just have a line source in my plugin that pulls in that plugin. Is there a standard way of doing this or do plugin authors just invent their own way? Could I use Vundle here instead? -- -- You

Re: gerrit code review

2015-08-05 Thread sash...@gmail.com
Anyone have any experience performing gerrit code reviews from vim? I wrote plugin for that task: https://github.com/stargrave/gerrvim You open necessary commits through the fugitive, visually select lines you want to comment, enters \cc and type in the comment in appeared separate window.

Re: clang_complete and objective c

2011-07-10 Thread sash...@gmail.com
is ok enough for code completion to work. On Jul 10, 1:18 am, sash...@gmail.com sash...@gmail.com wrote: Hi I've been trying to get the clang_complete plugin to work with objective c code for iOS. It works for C++ code which means that it's installed right. However when it comes to objective

clang_complete and objective c

2011-07-09 Thread sash...@gmail.com
Hi I've been trying to get the clang_complete plugin to work with objective c code for iOS. It works for C++ code which means that it's installed right. However when it comes to objective-c code that is intended to run on iOS it fails. For example this code here: #import UIKit/UIKit.h int

Re: Text wrapping with gq is doing something really weird ...

2010-02-11 Thread sash...@gmail.com
Hey thanks I was having the same issue. On Feb 12, 10:12 am, Ben Fritz fritzophre...@gmail.com wrote: On Feb 11, 3:00 pm, Joyce Tipping jo...@spencertipping.com wrote: Hi guys, I've been having an odd problem with my automatic text wrapping in vim. I wrap my text with the gq command,