diff options
author | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-01-29 13:56:14 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-01-29 13:56:14 +0100 |
commit | bf2c038a9b8dbb02403e2bb519e0ed65089d4222 (patch) | |
tree | 4ea8d912c0a5223a0c9515718e8e2aca968937ff /vim/.vim/ftplugin/bash.vim | |
parent | 25d464f8d245932b09162f300e76b50bf8ffc54a (diff) |
BASH to SHELL
Diffstat (limited to 'vim/.vim/ftplugin/bash.vim')
-rw-r--r-- | vim/.vim/ftplugin/bash.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/.vim/ftplugin/bash.vim b/vim/.vim/ftplugin/bash.vim deleted file mode 100644 index 5c2fba2..0000000 --- a/vim/.vim/ftplugin/bash.vim +++ /dev/null @@ -1,2 +0,0 @@ -set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 -set autoindent |