Windows GVim installation can't find plugins

2016-09-19 Thread Ian W. Scott
On Windows 10, I have GVim installed to Users\myuser\Vim. I'm using Vundle to handle plugins and it is working fine. But vim isn't finding any of my other plugin files. They're installed (using Vundle) to Users\myuser\vimfiles\bundle. How can I get vim to find them? I've already tried adding

Re: syntax match bug: 'keepend' not officially supported, but required in some cases

2016-09-19 Thread Brett Stahlman
On Mon, Sep 19, 2016 at 9:05 AM, Bram Moolenaar wrote: > > Brett Stahlman wrote: > >> The syntax documentation suggests that the 'keepend' argument applies >> only to syntax regions, not syntax matches. But if I highlight a >> buffer containing only the following line... >> >>

Re: syntax match bug: 'keepend' not officially supported, but required in some cases

2016-09-19 Thread Bram Moolenaar
Brett Stahlman wrote: > The syntax documentation suggests that the 'keepend' argument applies > only to syntax regions, not syntax matches. But if I highlight a > buffer containing only the following line... > > ABCDE > > ...with the following syntax definitions... > > syn match A /A/ > syn

how to use cscope in vim8.0?

2016-09-19 Thread DyingDance 走自己的路,让丫的去剪径吧!
Hello, I upgrade to VIM8.0 in win10, when I use cscope ,I got an problem. for example ,when I us :cs find s "*" like this , in Vim7, it can give out an list for all the matching ,but in vim8 ,it can only give out a line like this: (1/6): <> *** and crusor junped to the first match

[SOLVED] Re: gundo not working

2016-09-19 Thread Steve
Hi, (Post writing: I noticed the command in the nnoremap was not written the same as in the error, so I adjusted that. After that, the error was not the same, but was: Gundo requires Vim to be compiled with Python 2.4+ I'll try that tomorrow) That was it. Building with: ./configure