mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
92b3138b83
Updated dependencies: * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script and then manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl) |
||
---|---|---|
.. | ||
ftdetect | ||
syntax | ||
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.