summaryrefslogtreecommitdiff
path: root/uvim/runtime/indent/freebasic.vim
diff options
context:
space:
mode:
Diffstat (limited to 'uvim/runtime/indent/freebasic.vim')
-rw-r--r--uvim/runtime/indent/freebasic.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/uvim/runtime/indent/freebasic.vim b/uvim/runtime/indent/freebasic.vim
deleted file mode 100644
index 248b928635..0000000000
--- a/uvim/runtime/indent/freebasic.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" Vim indent file
-" Language: FreeBASIC
-" Maintainer: Doug Kearns <dougkearns@gmail.com>
-" Last Change: 2022 Jan 24
-
-" Only load this indent file when no other was loaded.
-if exists("b:did_indent")
- finish
-endif
-
-runtime! indent/vb.vim