summaryrefslogtreecommitdiff
path: root/uvim/runtime/indent/bash.vim
diff options
context:
space:
mode:
Diffstat (limited to 'uvim/runtime/indent/bash.vim')
-rw-r--r--uvim/runtime/indent/bash.vim18
1 files changed, 0 insertions, 18 deletions
diff --git a/uvim/runtime/indent/bash.vim b/uvim/runtime/indent/bash.vim
deleted file mode 100644
index 407081232c..0000000000
--- a/uvim/runtime/indent/bash.vim
+++ /dev/null
@@ -1,18 +0,0 @@
-" Vim indent file
-" Language: bash
-" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last Change: 2023 Aug 13
-
-" Only load this indent file when no other was loaded.
-if exists("b:did_indent")
- finish
-endif
-
-" The actual indenting is in sh.vim and controlled by buffer-local variables.
-unlet! b:is_sh
-unlet! b:is_kornshell
-let b:is_bash = 1
-
-runtime! indent/sh.vim
-
-" vim: ts=8