From 25d464f8d245932b09162f300e76b50bf8ffc54a Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 29 Jan 2016 13:38:32 +0100 Subject: Bash --- vim/.vim/ftplugin/bash.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/bash.vim diff --git a/vim/.vim/ftplugin/bash.vim b/vim/.vim/ftplugin/bash.vim new file mode 100644 index 0000000..5c2fba2 --- /dev/null +++ b/vim/.vim/ftplugin/bash.vim @@ -0,0 +1,2 @@ +set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 +set autoindent -- cgit v1.2.3 From bf2c038a9b8dbb02403e2bb519e0ed65089d4222 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 29 Jan 2016 13:56:14 +0100 Subject: BASH to SHELL --- vim/.vim/ftplugin/bash.vim | 2 -- vim/.vim/ftplugin/sh.vim | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 vim/.vim/ftplugin/bash.vim create mode 100644 vim/.vim/ftplugin/sh.vim 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 diff --git a/vim/.vim/ftplugin/sh.vim b/vim/.vim/ftplugin/sh.vim new file mode 100644 index 0000000..5c2fba2 --- /dev/null +++ b/vim/.vim/ftplugin/sh.vim @@ -0,0 +1,2 @@ +set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 +set autoindent -- cgit v1.2.3