Re: [patch] sets PEP8 indenting suggestions as default in python files

2013-09-18 Fir de Conversatie Christian Brabandt
On Tue, September 17, 2013 23:36, Lorenzo Bercelli wrote: Oh God sorry I forgot to attach the patch, here it is. You probably want :setlocal instead of :set in the filetype plugin. regards, Christian -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply

Re: [BUG] re=1 and re=2 differ with branches

2013-09-18 Fir de Conversatie Axel Bender
Addendum: There's an error in run; it should read '...+so re1.so ...' (rsp. re2.so) in there. Sorry. -- -- You received this message from the vim_dev 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 ---

Re: [BUG] re=1 and re=2 differ with branches

2013-09-18 Fir de Conversatie Axel Bender
Uploaded new case files... -- -- You received this message from the vim_dev 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 you are subscribed to the Google Groups

Double error message when searching for \(

2013-09-18 Fir de Conversatie Christ van Willegen
I accidentally searched the following /\( This gives me the error message E54: Unmatched \( E54: Unmatched \( twice. When I search for /() I get E486: Pattern not found: () (once) I have my command history set to 2 (:set ch=2), so I see them both at once. I'm running vim 7.4.27 Christ

Re: A double sourcing problem when opening 'help' type files.

2013-09-18 Fir de Conversatie Bohr Shaw
On Wednesday, September 18, 2013 3:14:09 PM UTC+8, Bohr Shaw wrote: I have tested the problem with this command: vim -Nu NONE --cmd 'filetype plugin indent on' --cmd 'syntax enable' --startuptime t +h `cat t` and I got: ... 201.000 001.000 001.000: sourcing

Re: [patch] sets PEP8 indenting suggestions as default in python files

2013-09-18 Fir de Conversatie Lorenzo Bercelli
Right, right, silly me. Here it is dutifully updated Lorenzo Bercelli -- -- You received this message from the vim_dev 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

Re: Trailing whitespace left at end of comment lines that wrap in the PHP filetype

2013-09-18 Fir de Conversatie David Fishburn
On Tue, Sep 17, 2013 at 8:33 PM, Duncan de Wet duncande...@gmail.comwrote: ... Is this not the right place to contact the maintainer of that file? | Duncan de Wet Never mind, I have found the Github page for that filetype so have done a pull request there. Typically the Vim

Re: A double sourcing problem when opening 'help' type files.

2013-09-18 Fir de Conversatie Ben Fritz
On Wednesday, September 18, 2013 4:54:57 AM UTC-5, Bohr Shaw wrote: On Wednesday, September 18, 2013 3:14:09 PM UTC+8, Bohr Shaw wrote: I have tested the problem with this command: vim -Nu NONE --cmd 'filetype plugin indent on' --cmd 'syntax enable' --startuptime t +h `cat t`

Contacting maintainers [Was Re: Trailing whitespace]

2013-09-18 Fir de Conversatie Peter Aronoff
On Wed Sep 09/18/13 at 9:23, David Fishburn wrote: Typically the Vim files have contact information at the top of them. That is the way the maintainer should be contacted, not everyone subscribes to vim_use or vim_dev. I have a question about process. I wrote this list with a patch for Vim's

Re: [BUG] re=1 and re=2 differ with branches

2013-09-18 Fir de Conversatie Vlad Irnov
On 9/17/13, Axel Bender axel.ben...@cip-kommunal.de wrote: The following search command with branches works differently depending on which RE engine is chosen: ^\C[a-z]\+\ze \\(\.exe\)\@! With re=1 the whole first word is selected. With re=2 only the first letter of the first word is

[patch] diffoff! does not check diff in current window

2013-09-18 Fir de Conversatie Charles Cooper
The diffoff! and diffoff commands both reset options in the window they are called from without checking the value of diff. The options which the commands reset are: diff, scrollbind, cursorbind, scrollopt, wrap, foldmethod, foldcolumn. Here are 2 examples using the wrap option, after starting

Re: Double error message when searching for \(

2013-09-18 Fir de Conversatie Christian Brabandt
On Mi, 18 Sep 2013, Christian Brabandt wrote: On Mi, 18 Sep 2013, Christ van Willegen wrote: I accidentally searched the following /\( This gives me the error message E54: Unmatched \( E54: Unmatched \( twice. This happens, because your 're' setting is 0. That

Make_cyg -mno-cygwin option deprecated

2013-09-18 Fir de Conversatie Steve Hall
Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. -- Steve Hall [ digitect dancingpaper com ] -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Make_cyg -mno-cygwin option deprecated

2013-09-18 Fir de Conversatie Steve Hall
On Wed, Sep 18, 2013 at 2:10 PM, Steve Hall digit...@dancingpaper.com wrote: Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. This also shows up in line 11 of xxd/Make_cyg.mak and causes failure. -- Steve Hall [ digitect dancingpaper

Re: Trailing whitespace left at end of comment lines that wrap in the PHP filetype

2013-09-18 Fir de Conversatie Nikolay Pavlov
On Sep 18, 2013 5:23 PM, David Fishburn dfishburn@gmail.com wrote: On Tue, Sep 17, 2013 at 8:33 PM, Duncan de Wet duncande...@gmail.com wrote: ... Is this not the right place to contact the maintainer of that file? | Duncan de Wet Never mind, I have found the Github page

Re: block mode paste feature

2013-09-18 Fir de Conversatie Christian Brabandt
On Do, 12 Sep 2013, shawn wilson wrote: Can vim be made to DWIM here? I did a quick search and found I'm not the only one who has run into this. For example: http://briancarper.net/blog/341/ Just to re-explain what I want: when you visually select a block, you can change or insert and it

Re: Trailing whitespace left at end of comment lines that wrap in the PHP filetype

2013-09-18 Fir de Conversatie Duncan de Wet
On Wed, Sep 18, 2013 at 09:23:29AM -0400, David Fishburn wrote: On Tue, Sep 17, 2013 at 8:33 PM, Duncan de Wet duncande...@gmail.comwrote: ... Is this not the right place to contact the maintainer of that file? | Duncan de Wet Never mind, I have found the Github page for

Re: Make_cyg -mno-cygwin option deprecated

2013-09-18 Fir de Conversatie Steve Hall
On Wed, Sep 18, 2013 at 2:23 PM, Steve Hall digit...@dancingpaper.com wrote: On Wed, Sep 18, 2013 at 2:10 PM, Steve Hall digit...@dancingpaper.com wrote: Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. This also shows up in line 11

Re: [patch] sets PEP8 indenting suggestions as default in python files

2013-09-18 Fir de Conversatie Bram Moolenaar
Lorenzo Bercelli wrote: This patch sets tabs as equal to 4 spaces in python files, as strongly suggested by the PEP8 ( http://www.python.org/dev/peps/pep-0008/#indentation ) . T his are probably some of the most often found options in .vimrc files, it's also the first thing

Re: A double sourcing problem when opening 'help' type files.

2013-09-18 Fir de Conversatie Bram Moolenaar
Bohr Shaw wrote: On Wednesday, September 18, 2013 3:14:09 PM UTC+8, Bohr Shaw wrote: I have tested the problem with this command: vim -Nu NONE --cmd 'filetype plugin indent on' --cmd 'syntax enable' --startuptime t +h `cat t` and I got: ... 201.000 001.000 001.000:

Re: [patch] sets PEP8 indenting suggestions as default in python files

2013-09-18 Fir de Conversatie Lorenzo Bercelli
Yes, I didn't explicitly set tabstop=8 because it's already default, should I ? Lorenzo On Wed, Sep 18, 2013 at 8:02 PM, Bram Moolenaar b...@moolenaar.net wrote: Lorenzo Bercelli wrote: This patch sets tabs as equal to 4 spaces in python files, as strongly suggested by the PEP8

Re: A double sourcing problem when opening 'help' type files.

2013-09-18 Fir de Conversatie Bohr Shaw
On Wednesday, September 18, 2013 9:45:00 PM UTC+8, Ben Fritz wrote: On Wednesday, September 18, 2013 4:54:57 AM UTC-5, Bohr Shaw wrote: On Wednesday, September 18, 2013 3:14:09 PM UTC+8, Bohr Shaw wrote: I have tested the problem with this command: vim -Nu NONE --cmd 'filetype