Skip to content
/ ctx Public
forked from vim-scripts/ctx

Describes your cursor's current scope or context when editing a C file.

Notifications You must be signed in to change notification settings

sputtene/ctx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=208

CTX is an attempt to help Vim users navigate in C
program files with very large function definitions. Such
files should generally not exist, but alas they do, and
sometimes we need to make changes to them.

This script helps by opening a small window in your Vim
session and keeping up-to-date with a few lines of text
describing your cursor's current scope or context in a C
file.

http://www.bluweb.com/us/chouser/proj/ctx/

About

Describes your cursor's current scope or context when editing a C file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%