-
Notifications
You must be signed in to change notification settings - Fork 1
Automates folding and unfolding C & C++ comments and code blocks.
vim-scripts/C-fold
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1145 Automatically folds all blocks (i.e. { } ) in C and C++ and defines a function that performs a command e.g. zo on all folds beginning with text that matches a given pattern. This allows for the following mappings defined by the plugin: z[ - Opens all doxygen-style comments z] - Closes all doxygen-style comments z{ - Opens all code blocks (i.e. { }) z} - Closes all code blocks
About
Automates folding and unfolding C & C++ comments and code blocks.
Resources
Stars
Watchers
Forks
Packages 0
No packages published