" flist.vim maps for Vim " Author : Charles E. Campbell, Jr. " Copyright: Charles E. Campbell, Jr. " License : refer to the file for flist " Make various lists of C/C++ functions " \p? prototypes : \[px]g: globals \pc: comment \pp: all prototypes " \x? externs : \[px]s: statics \xx: all externs map \pc :w:!${CECCMD}/flist -c % >tmp.vim:r tmp.vim:!rm tmp.vim map \pg :w:!${CECCMD}/flist -pg % >tmp.vim:r tmp.vim:!rm tmp.vim map \pp :w:!${CECCMD}/flist -p % >tmp.vim:r tmp.vim:!rm tmp.vim map \ps :w:!${CECCMD}/flist -ps % >tmp.vim:r tmp.vim:!rm tmp.vim map \xg :w:!${CECCMD}/flist -xg % >tmp.vim:r tmp.vim:!rm tmp.vim map \xs :w:!${CECCMD}/flist -xs % >tmp.vim:r tmp.vim:!rm tmp.vim map \xx :w:!${CECCMD}/flist -x % >tmp.vim:r tmp.vim:!rm tmp.vim