OSDN Git Service

Enhanced vim support.
authorMatthias Braun <matze@braunis.de>
Tue, 21 Apr 2015 01:35:42 +0000 (01:35 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 21 Apr 2015 01:35:42 +0000 (01:35 +0000)
commitb1675e53552b818d1724bdfb8d5b3bdcf6db6266
tree4c13fe4652873b9c05d22368db8fd64bdb13371d
parent6fbedc4cfdb927032db7c858dd4ebe24fa1f311a
Enhanced vim support.

This brings the utils/vim folder into a more vim-like format by moving
the syntax hightlighting files into a syntax subdirectory. It adds
some minimal settings that everyone should agree on to ftdetect/ftplugin and
features a new indentation plugin for .ll files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235369 91177308-0d34-0410-b5e6-96231b3b80d8
utils/vim/README
utils/vim/ftdetect/llvm.vim [new file with mode: 0644]
utils/vim/ftdetect/tablegen.vim [new file with mode: 0644]
utils/vim/ftplugin/llvm.vim [new file with mode: 0644]
utils/vim/ftplugin/tablegen.vim [new file with mode: 0644]
utils/vim/indent/llvm.vim [new file with mode: 0644]
utils/vim/syntax/llvm.vim [moved from utils/vim/llvm.vim with 100% similarity]
utils/vim/syntax/tablegen.vim [moved from utils/vim/tablegen.vim with 100% similarity]