BUG: Vimball: Extra \ in folder names with space under Windows in .VimballRecord

2009-09-28 Fir de Conversatie KF Leong
I am testing to use Vimball to package a plugin and when trying the RmVimball command, the installed plugin files are not removed. Looking through the .VimballRecord file, the delete() entries added extra backslash (\) to the folder names, thus making the delete() command to not delete the file.

Re: text formatting does not work properly

2009-09-28 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: I found some unexpected behavior of text formatting. Thanks for the examples and the patch. I'll look into it soon. Since you have examples that fail, could you turn these into a test in src/testdir ? Sure, please check the attached

vim how to align c file

2009-09-28 Fir de Conversatie saurin
I want to align c file which is randomly written. I use the command gg=G, which align the entire c file but unable to adjust within 80 colums. i set the textwidth 80 using following command :set textwidth=80 but unable to align file vertically. Would somebody please help me to solve this

Re: vim how to align c file

2009-09-28 Fir de Conversatie Christophe-Marie Duquesne
On Mon, Sep 28, 2009 at 11:46:29AM -0700, saurin wrote : I want to align c file which is randomly written. I use the command gg=G, which align the entire c file but unable to adjust within 80 colums. i set the textwidth 80 using following command :set textwidth=80 but unable to align file

Re: Hey everyone! Two pathces to syntax files.

2009-09-28 Fir de Conversatie Peter Hodge
--- On Fri, 25/9/09, Mark Manning mar...@sim1.us wrote: From: Mark Manning mar...@sim1.us Subject: Re: Hey everyone! Two pathces to syntax files. To: vim_dev@googlegroups.com Received: Friday, 25 September, 2009, 11:02 PM So to put this in to perspective - the PHP code does generate

Proposal for v:cmdmodifiers (and a patch)

2009-09-28 Fir de Conversatie Hari Krishna Dara
I would like to propose a new v: variable that makes any command modifiers specified to the current user-command available to the scripts as a string. This I think is very useful to create user-defined commands that are more flush with the built-in commands and in general work as a newbie would

Re: BUG: Vimball: Extra \ in folder names with space under Windows in .VimballRecord

2009-09-28 Fir de Conversatie Charles E Campbell Jr
KF Leong wrote: I am testing to use Vimball to package a plugin and when trying the RmVimball command, the installed plugin files are not removed. Looking through the .VimballRecord file, the delete() entries added extra backslash (\) to the folder names, thus making the delete() command to

Re: Hey everyone! Two pathces to syntax files.

2009-09-28 Fir de Conversatie Mark Manning
Peter Hodge wrote: --- On Fri, 25/9/09, Mark Manning mar...@sim1.us wrote: From: Mark Manning mar...@sim1.us Subject: Re: Hey everyone! Two pathces to syntax files. To: vim_dev@googlegroups.com Received: Friday, 25 September, 2009, 11:02 PM So to put this in to perspective - the PHP