do not expand tabs in snippet files.

This commit is contained in:
Holger Rapp 2013-06-10 18:34:38 +02:00
parent 5d6f72949d
commit 38de6a8821

View File

@ -6,6 +6,8 @@ setlocal foldlevel=99
setlocal commentstring=#%s
setlocal noexpandtab
" Define match words for use with matchit plugin
" http://www.vim.org/scripts/script.php?script_id=39
if exists("loaded_matchit") && !exists("b:match_words")