Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:vim:folding_tests [2009/03/06 00:18] – created billh | docs:vim:folding_tests [2009/03/06 00:20] (current) – billh | ||
---|---|---|---|
Line 6: | Line 6: | ||
- type :new to split the window with an empty buffer | - type :new to split the window with an empty buffer | ||
- type this to map the F5 key (or pick another one) to execute our test syntax and folding in the opposite window< | - type this to map the F5 key (or pick another one) to execute our test syntax and folding in the opposite window< | ||
- | map <F5> ggVGy< | + | :map <F5> ggVGy< |
</ | </ | ||
- copy the corresponding code block from below into the new empty buffer | - copy the corresponding code block from below into the new empty buffer | ||
- while in the empty buffer, press F5 to execute the code block on the opposite buffer window | - while in the empty buffer, press F5 to execute the code block on the opposite buffer window | ||
- | ====== html ====== | + | ===== html ===== |
< | < | ||
syn clear | syn clear |