Re: ]) bug?

2009-08-13 Fir de Conversatie John Little



On Aug 12, 11:50 pm, Dimitar DIMITROV mitk...@yahoo.fr wrote:
 I still think there is a little problem here.

Yes, it is at least confusing.   In the following I assume :set
compatible.

 (            (          )    use %              ) - here we will jump to 
 the very first (
 so using ]) should work as well... (for jumping to the last one)

I'm not sure, the [( motions are subtly different from the % motion;
they  go to the other end of the code block first.

 Also,
 (    use %           (        )                 ) - here we shouldn't jump 
 to the parens inside the     . I understand it this way in the help

Yes, I don't understand this.


 (             use [(         (             )                ) - this should 
 also work

No, I don't think so.vim goes to the other end of the code block
within the quotes, but does not find one.

In principle, I think the behaviour of the [-something motions should
be judged and tweaked on their usefulness in real code, not, dare I
say it, simplicity or logic.  Then, we should try to explain what
happens in the help.  IMO vim generally does this heaps (a kiwi
expression meaning lots and lots).  So maybe it's right the way it is.

Regards, John
--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: Request: suppression of plugins

2009-08-13 Fir de Conversatie Matt Wozniski

On Wed, Aug 12, 2009 at 4:42 AM, Dimitar DIMITROV wrote:
 Hi,

 I just wanted to support all the complainers.
 Even if the standard plugins do not slow Vim down, some of them are useless.
 tohtml for instance produces code which is not compliant with any modern
 standards. It is a shame to have it bundled.

You've probably missed html_use_css - :let it to 1 to get some decent
CSS-y HTML, instead of the how-the-internet-worked-in-1994 html
generated by default.

~Matt

--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---