Re: [Help]How can I add some char before a block?

2007-04-13 Thread dan123



Xi Juanjie wrote:
 
 To comment/uncomment a visual block, just type \x.
 and also you can map this key to any other keys
 
 dan123 wrote:
 
 
 dan123 wrote:


 Xi Juanjie wrote:
 If you just want to comment/uncomment your source in a easy way, try 
 this plugin EnhancedCommentify

 I am a newbie. How to use it? I installed it like described. E.g. what
 should I write  as Plug if I like to comment a visual block?
  Thanks
Daniel

 
 Is this the way to use it?
 :map C-F6 ESC:','call EnhancedCommentify('no', 'Comment')CRj
 
   dan
 
 

Thanks a lot!


-- 
View this message in context: 
http://www.nabble.com/-Help-How-can-I-add-some-char-before-a-block--tf3569153.html#a9974258
Sent from the Vim - General mailing list archive at Nabble.com.



Re: [Help]How can I add some char before a block?

2007-04-12 Thread dan123



Xi Juanjie wrote:
 
 If you just want to comment/uncomment your source in a easy way, try 
 this plugin EnhancedCommentify
 

I am a newbie. How to use it? I installed it like described. E.g. what
should I write  as Plug if I like to comment a visual block?
 Thanks
   Daniel
-- 
View this message in context: 
http://www.nabble.com/-Help-How-can-I-add-some-char-before-a-block--tf3569153.html#a9973027
Sent from the Vim - General mailing list archive at Nabble.com.



Re: [Help]How can I add some char before a block?

2007-04-12 Thread dan123



dan123 wrote:
 
 
 
 Xi Juanjie wrote:
 
 If you just want to comment/uncomment your source in a easy way, try 
 this plugin EnhancedCommentify
 
 
 I am a newbie. How to use it? I installed it like described. E.g. what
 should I write  as Plug if I like to comment a visual block?
  Thanks
Daniel
 

Is this the way to use it?
:map C-F6 ESC:','call EnhancedCommentify('no', 'Comment')CRj

  dan
-- 
View this message in context: 
http://www.nabble.com/-Help-How-can-I-add-some-char-before-a-block--tf3569153.html#a9973243
Sent from the Vim - General mailing list archive at Nabble.com.



xsd namespace and style definition for omni?

2007-02-12 Thread dan123

Hi,
How can i set up vim to omnicomplete xml-Attributes regarding the xsd-Style
and State namespaces?
My root-tag looks like this:

 root xml:lang=en 
xmlns=http://www.dvdforum.org/2005/ihd; 
xmlns:style=http://www.dvdforum.org/2005/ihd#style; 
xmlns:state=http://www.dvdforum.org/2005/ihd#state; 

ihd.xsd, style.xsd and state.xsd are available as files (on my hdd) too. In
MS Developer Studio i put these files in the right directory and thats all.
 I really like this feature but i don't wanna miss all the other cool
stuff in vim. So i can't switch to MS Dev Studio.

  Greeting  Thanks
 Dan
-- 
View this message in context: 
http://www.nabble.com/xsd-namespace-and-style-definition-for-omni--tf3219024.html#a8939647
Sent from the Vim - General mailing list archive at Nabble.com.