forked from vim-scripts/allfold
-
Notifications
You must be signed in to change notification settings - Fork 0
View selected lines by folding away the rest
Hans-Guenter/allfold
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=578 The allfold scripts implement a feature set which allows VIM users to view ALL interesting lines in a buffer and FOLD the rest away. Lines are selected to be interesting in one of the two following ways: 1. They match a regular expression pattern. 2. They are in a block of lines delimited inclusively by a line that matches a beginning RE pattern and a line that matches an ending RE pattern. Sets of lines matching different selection criteria can be combined using logical "and" and "or" operations. The selections may be inverted so that lines not matching the selection criteria are actually selected. Beyond these basics other features do such things as manipulating lists of selection commands and using the raw selection "bit-map" directly to enhance the capabilities and ease of use of the scripts.
About
View selected lines by folding away the rest
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%