Re: Cannot create diffs (E97) with Vim 8.0 on Windows 7

2017-07-31 Thread Hugo Gagnon
On Friday, July 28, 2017 at 4:28:23 PM UTC-4, Charles Campbell wrote: > Hugo Gagnon wrote: > > Hello, > > > > When I pick two files in Explorer and then right click -> "Diff with Vim" I > > get the E97 error. I did read the E97 help file and checked if I ha

Cannot create diffs (E97) with Vim 8.0 on Windows 7

2017-07-27 Thread Hugo Gagnon
Hello, When I pick two files in Explorer and then right click -> "Diff with Vim" I get the E97 error. I did read the E97 help file and checked if I had diff.exe installed but I couldn't find anything odd. Any input? Thanks, Hugo -- -- You received this message from the "vim_use" maillist.

Re: Repeated symbols with Cscope

2016-10-14 Thread Hugo Gagnon
On Friday, October 14, 2016 at 4:57:20 PM UTC+2, Christian Brabandt wrote: > On Do, 13 Okt 2016, Hugo Gagnon wrote: > > > Hello, > > > > For some reason when I do a symbol search with Cscope in Vim I get repeated > > symbols, e.g.: > > > > :cs find

Re: Repeated symbols with Cscope

2016-10-14 Thread Hugo Gagnon
On Friday, October 14, 2016 at 4:39:18 PM UTC+2, ewfalor wrote: > On Thu, Oct 13, 2016 at 10:03:29AM -0700, Hugo Gagnon wrote: > > Hello, > > > > For some reason when I do a symbol search with Cscope in Vim I get repeated > > symbols, e.g.: > > > > :cs

Repeated symbols with Cscope

2016-10-13 Thread Hugo Gagnon
Hello, For some reason when I do a symbol search with Cscope in Vim I get repeated symbols, e.g.: :cs find s setID e.H|188| <> void setID (int ID) { _ID = ID; } e.H|188| <> void setID (int ID) { _ID = ID; } e.H|188| <> void setID (int ID) { _ID = ID; } e.H|188| <> void setID (int ID) { _ID =

Re: Omni completion for C++

2016-10-09 Thread Hugo Gagnon
The project I am working on, which is quite large, uses GCC and fails to compile with Clang on some files. I cannot change files based on whether or not they compile with Clang. So the first reason why I am not interested in YCM is that I find it annoying to have completion working for only a

Omni completation for C++

2016-10-09 Thread Hugo Gagnon
Hello, What is the status of omni completion for C++ in Vim? In the tag "compl-omni" it says: "Currently there is a first version for C++". However, in the tag "compl-omni-filetypes" there is no mention of C++. If Vim has nothing built-in, is the plugin "OmniCppComplete" the only option left?