From e27dd52829c7df4a48c859fc6226bf81e441ab3e Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 6 Mar 2014 11:35:47 +0200 Subject: [PATCH] move expandtab to the ftplugin for more consistency --- ftplugin/nimrod.vim | 1 + syntax/nimrod.vim | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/nimrod.vim b/ftplugin/nimrod.vim index 710b53e..8a38962 100644 --- a/ftplugin/nimrod.vim +++ b/ftplugin/nimrod.vim @@ -14,6 +14,7 @@ setlocal comments=:##,:# setlocal commentstring=#\ %s setlocal omnifunc=NimComplete setlocal suffixesadd=.nim +setlocal expandtab "Make sure that only spaces are used compiler nimrod diff --git a/syntax/nimrod.vim b/syntax/nimrod.vim index 88f9c72..0de7c6b 100644 --- a/syntax/nimrod.vim +++ b/syntax/nimrod.vim @@ -185,4 +185,3 @@ endif let b:current_syntax = "nimrod" -setlocal expandtab "Make sure that only spaces are used