Wikia

Vim Tips Wiki

Watchlist Recent changes

Fold a C sharp region

Tip 1321 Printable Monobook Previous Next

created 2006 · complexity basic · author John Cena · version 6.0


Here is how to fold the following region by typing zf%

#region
...
#endregion

Just add the following line in your cs.vim file placed in syntax folder beneath your vimruntime path.

let b:match_words = '\s*#\s*region.*$:\s*#\s*endregion'

It works even if the cursor is not on the "#region" keyword.

ReferencesEdit

CommentsEdit

And copy the "matchit.vim" file from your macros folder to plugin folder for it to automatically load everytime a window opens.


Pages on Vim Tips Wiki

Add a Page
1,590pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
71photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki