Re: move tabs using mouse in gvim

2015-01-18 Thread kamaraju kusumanchi
On Wed, Jan 14, 2015 at 8:55 PM, Matthew Jones mathujo...@gmail.com wrote: Follow up: You may need to add this to your .gvimrc: set guioptions-=e That is awesome and worked like a charm. Thanks for the workaround. raju -- Kamaraju S Kusumanchi http://malayamaarutham.blogspot.com/ -- --

RE: converting format

2015-01-18 Thread John Beckett
John Culleton wrote: I have a customer's file in dos format. Is there a command to convert it to *nix format? The advice you have received so far is not the whole story. See: http://vim.wikia.com/wiki/File_format John -- -- You received this message from the vim_use maillist. Do not

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-18 Thread Shiny Bling
On Tuesday, 13 January 2015 04:53:30 UTC+1, Salman Halim wrote: Hello, A while ago, I reported that I was unable to keep using regular yanks with 'clipboard' set to 'unnamed' because I wasn't seeing anything outside Vim (the problem started happening after Vim 7.4.3xx). Windows 7. I

[viml help] getting the behavior of `helpgrep` quickfixlist

2015-01-18 Thread Bruno Sutic
Hi group! I'm working on a small grep for manpages plugin. Ideally, it whould mimic how vim's `helpgrep` functionality works. Here's the helpgrep quick highlight to describe the wanted feature: - a user enters `helpgrep some_pattern` in vim's command line. Vim performs search and populates

Re: [viml help] getting the behavior of `helpgrep` quickfixlist

2015-01-18 Thread Yegappan Lakshmanan
Hi, On Sun, Jan 18, 2015 at 3:45 AM, Bruno Sutic bruno.su...@gmail.com wrote: Hi group! I'm working on a small grep for manpages plugin. Ideally, it whould mimic how vim's `helpgrep` functionality works. Here's the helpgrep quick highlight to describe the wanted feature: - a user enters