Skip to content

Automates folding and unfolding C & C++ comments and code blocks.

Notifications You must be signed in to change notification settings

vim-scripts/C-fold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

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

No packages published