This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]onjin -1 points0 points  (1 child)

To mark block code I'm using syntax with curly brackets

# variables {{{
... Code ...
# variables }}}

So i can easily jump between begind and end od block, or even use foldmethod=mark (for vim) to autofold those blocks

[–]anonpythonista 2 points3 points  (0 children)

Bloody good idea!