gcc/contrib/vim-gcc-dev
Alexander Monakov 2b196fb76e contrib/vimrc: override formatting options for more files
* vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
	* vimrc: Set preferred values for 'tabstop', 'softtabstop',
	'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
	files, not just C-like files.

From-SVN: r275316
2019-09-02 15:30:02 +03:00
..
ftdetect
syntax contrib/vimrc: override formatting options for more files 2019-09-02 15:30:02 +03:00
README

README

This directory serves as a simple Vim addon for GCC development.  It can be
symlinked or copied into Vim plugin directory as any other plugin.  For
example, if using vim-pathogen plugin manager:

    ln -s /path/to/gcc/contrib/vim-gcc-dev ~/.vim/bundle/

This adds syntax highlighting rules for the match.pd file and GIMPLE/RTL dumps.

You can also use RTL syntax rules for GCC machine desciption files by adding

    autocmd BufRead *.md  setf gcc-rtl

to your ~/.vimrc file.