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)
commit2718fb1d69fbba728ac636032432811aceb098d6
tree7fff466b8b3e30a061e75e57cba0941f3484c460
parent7091c2ca3ff63acd4671d92eedb075a100eea9b2
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.

llvm-svn: 235369
llvm/utils/vim/README
llvm/utils/vim/ftdetect/llvm.vim [new file with mode: 0644]
llvm/utils/vim/ftdetect/tablegen.vim [new file with mode: 0644]
llvm/utils/vim/ftplugin/llvm.vim [new file with mode: 0644]
llvm/utils/vim/ftplugin/tablegen.vim [new file with mode: 0644]
llvm/utils/vim/indent/llvm.vim [new file with mode: 0644]
llvm/utils/vim/syntax/llvm.vim [moved from llvm/utils/vim/llvm.vim with 100% similarity]
llvm/utils/vim/syntax/tablegen.vim [moved from llvm/utils/vim/tablegen.vim with 100% similarity]