Netrw issues with tempfiles under gVim + Cygwin

2013-12-22 Thread esquifit
Hi, I set out to investigate and solve some of the things that are supposed to work out-of-the box in Vim but, for some reason, they don't. One of the issues is that Netrw isn't able to download files through http. Before going into the details, it is important to note that I'm using a rather non

Re: Netrw issues with tempfiles under gVim + Cygwin

2013-12-22 Thread esquifit
On Sunday, December 22, 2013 10:45:01 AM UTC+1, esquifit wrote: > One of the issues is > that Netrw isn't able to download files through http. To be more precise: :e http://host.com/foo is working fine, while :Nread http://host.com/foo gives an error: **warning** (netrw) delete(/cy

Whitesmiths like C++ indentation

2013-12-22 Thread Felix Morgner
Hi I'm pretty new to vim and currently in the process of setting it up as my C++ editor. I really like the fast editing you get from the shortcuts, even though I'm currently a bit overwhelmed by the sheer amount of them :). I've managed to get autocompletion working using clang_complete, awesom

Announcing a new version (3.7) of the MRU plugin

2013-12-22 Thread Yegappan Lakshmanan
Hi all, I have uploaded a new version (3.7) of the Most Recently Used Files (MRU) plugin to the Vim online site. You can download it from: http://vim.sourceforge.net/scripts/script.php?script_id=521 The following changes are made in this version: 1. When deleting the last empty line in the MRU

Re: vim quickfix: make a locate the match but don't jump on it.

2013-12-22 Thread ping song
gee..I just tried this idea on another scenario, didn't work... "this doesn't work, guess overided by taglist augroup MyTagListCommand au! au BufEnter FileType taglist nnoremap p augroup END n *@:call 117_Tlist_Window_Jump_To_Tag('useopen') Last set from ~/.vim/plugin/

Re: vim quickfix: make a locate the match but don't jump on it.

2013-12-22 Thread Yegappan Lakshmanan
Hi, On Sun, Dec 22, 2013 at 11:48 AM, ping song wrote: > gee..I just tried this idea on another scenario, didn't work... > > "this doesn't work, guess overided by taglist > augroup MyTagListCommand > au! > au BufEnter FileType taglist nnoremap p > augroup END > > > n *@:call 11

Re: Possible bug(s) in new regex engine involving \@> and \?

2013-12-22 Thread Marcin Szamotulski
On 05:52 Sat 21 Dec , Brett Stahlman wrote: > Possible bugs in new regex engine involving \@> and \? > > Using the following line of text... > 0123456789 > > ...run the following two :substitute commands with both old and new regex > engine, and notice the differences... > > s/\(01\)\(23\)

Re: Possible bug(s) in new regex engine involving \@> and \?

2013-12-22 Thread Marcin Szamotulski
On 20:53 Sun 22 Dec , Marcin Szamotulski wrote: > On 05:52 Sat 21 Dec , Brett Stahlman wrote: > > Possible bugs in new regex engine involving \@> and \? > > > > Using the following line of text... > > 0123456789 > > > > ...run the following two :substitute commands with both old and new

Re: vim quickfix: make a locate the match but don't jump on it.

2013-12-22 Thread ping song
wow...that helps! sorry for my stupid question. it seems I did't learn taglist well.. thanks! but, I think my question might remain valid as a generic question: how to define a new map : 1) in .vimrc 2) specific to a ft and local buffer 3) make it overide all other plugins/scripts, but just overid

Re: Possible bug(s) in new regex engine involving \@> and \?

2013-12-22 Thread Brett Stahlman
On Sunday, December 22, 2013 2:53:38 PM UTC-6, coot_. wrote: > On 05:52 Sat 21 Dec , Brett Stahlman wrote: > > > Possible bugs in new regex engine involving \@> and \? > > > > > > Using the following line of text... > > > 0123456789 > > > > > > ...run the following two :substitute comm

Re: Possible bug(s) in new regex engine involving \@> and \?

2013-12-22 Thread Brett Stahlman
On Sunday, December 22, 2013 3:05:06 PM UTC-6, coot_. wrote: > On 20:53 Sun 22 Dec , Marcin Szamotulski wrote: > > > On 05:52 Sat 21 Dec , Brett Stahlman wrote: > > > > Possible bugs in new regex engine involving \@> and \? > > > > > > > > Using the following line of text... > > > > 0

vim: any good tcl/expect debugging plugins?

2013-12-22 Thread ping song
like perl-support or bash-support... is there a tcl/expect one? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because yo