Re: vimdiff noob question

2014-06-09 Thread Ben Fritz
On Monday, June 9, 2014 11:59:04 AM UTC-5, wolfv wrote: > > Thanks for looking into this some more. > I can open and edit vim files as usual when not in diff mode. Including the files you're diffing? And they're not empty when you edit them outside of diff mode? > a.txt and b.txt files are in C

Re: Migrating from Evil to Vim

2014-06-09 Thread Brett Stahlman
On Monday, June 9, 2014 12:47:43 PM UTC-5, Rosangela Medeiros da Silva wrote: > I have two complaints about Evil. The first one is a small bugs that prevents > it to work like Vim. In nsert state, Ctrl-o should execute one command in > ormal state, and return to nsert state. It works well for mos

Re: Migrating from Evil to Vim

2014-06-09 Thread Rosangela Medeiros da Silva
I have two complaints about Evil. The first one is a small bugs that prevents it to work like Vim. In nsert state, Ctrl-o should execute one command in ormal state, and return to nsert state. It works well for most commands, but not for colon commands. Therefore, if I press Ctrl-o :w in nsert st

Re: Just started using pathogen and having problems with snipmate

2014-06-09 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I think you should report this as a bug to snipmate authors. glob() and globpath() all support an argument that disables these options for one function call and this is what all plugin developers must use except for certain rare cases when they do

Re: vimdiff noob question

2014-06-09 Thread wolfv
On Monday, June 9, 2014 9:18:11 AM UTC-6, Ben Fritz wrote: > On Sunday, June 8, 2014 9:01:25 PM UTC-5, wolfv wrote: > > > > Same results with: > > >vim -d a.txt b.txt > > where a.txt and b.txt contain different text on every line. > > both files end up empty. > > Can Vim open these files corr

Re: Apparent bug with file upward-search on Windows

2014-06-09 Thread Brett Stahlman
On Monday, June 9, 2014 10:15:19 AM UTC-5, Ben Fritz wrote: > On Sunday, June 8, 2014 2:16:03 PM UTC-5, Brett Stahlman wrote: > > Hello, > > I've read the section on upward search (:help file-searching), and believe I > > understand how it's supposed to work. The example in the help works the way

Re: vimdiff noob question

2014-06-09 Thread Ben Fritz
On Sunday, June 8, 2014 9:01:25 PM UTC-5, wolfv wrote: > > Same results with: > >vim -d a.txt b.txt > where a.txt and b.txt contain different text on every line. > both files end up empty. Can Vim open these files correctly without using diff mode? What directory do these files live in? You'

Re: Apparent bug with file upward-search on Windows

2014-06-09 Thread Ben Fritz
On Sunday, June 8, 2014 2:16:03 PM UTC-5, Brett Stahlman wrote: > Hello, > I've read the section on upward search (:help file-searching), and believe I > understand how it's supposed to work. The example in the help works the way I > expect on Linux, but not on Windows. > > Specifically, I created

Re: Just started using pathogen and having problems with snipmate

2014-06-09 Thread Ole Hansen
Ok, I solved it myself. The problem had nothing to do with the switch to pathogen. I somehow added the snippets folder to my wildignore, so it could not be found. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. Fo

Re: Migrating from Evil to Vim

2014-06-09 Thread Rosangela Medeiros da Silva
You wrote: Em domingo, 8 de junho de 2014 23h56min18s UTC-3, Eric Christopherson escreveu: > Hi, Rosangela. > As far as I can tell, your fn function is executed as Emacs Lisp rather than > Common Lisp. In any event, though, I would hesitate to use that code for > Chinese, since it can only d

Re: How can a highlight group combine custom attributes and a link?

2014-06-09 Thread Mark Lodato
On Mon, Jun 9, 2014 at 7:14 AM, Bram Moolenaar wrote: > Yes, it appears the "if settings already exist" only checks for term > settings, not gui settings. This is inconsistant. I suppose we can > change that without causing trouble for existing setups. Yes, that would be most appreciated. In m

Re: How to start vimdiff?

2014-06-09 Thread Tim Chase
On 2014-06-08 22:39, Tony Mechelynck wrote: >> 7.0.0 that I have on my work XP machine >> (I can hear Tony groaning at that version number) > > Me groan? I have more important things to groan about at the > moment. Anyway, it's your funeral, not only about Vim but also > about M$W. Yeah, it's an

Re: How can a highlight group combine custom attributes and a link?

2014-06-09 Thread Bram Moolenaar
Mark Lodato wrote: [...] > I am the user who is having the issues and I think I have discovered > the underlying bug. As mentioned above, `:hi [default] link From To` > should only do the link if From has no settings, and if default is > omitted, should issue the error "E414: group has settings