Skip to content

Commit

Permalink
Fix typo in scheme indent plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kovisoft committed Feb 26, 2021
1 parent 5064aa3 commit eab9901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indent/scheme.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" scheme.vim:
" Scheme indent plugin for Slimv
" Version: 0.9.14
" Last Change: 22 Jan 2021
" Last Change: 26 Feb 2021
" Maintainer: Tamas Kovacs <kovisoft at gmail dot com>
" License: This file is placed in the public domain.
" No warranty, express or implied.
Expand All @@ -10,7 +10,7 @@
" =====================================================================
"
" Load Once:
if exists("b:did_indent") || exists("g:slimv_disable_scheme")
if exists("b:did_indent") || exists("g:slimv_disable_scheme") ||
\ (exists("g:slimv_indent_disable") && g:slimv_indent_disable)
finish
endif
Expand Down

0 comments on commit eab9901

Please sign in to comment.