summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/zsh.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/zsh.vim')
-rw-r--r--runtime/compiler/zsh.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/compiler/zsh.vim b/runtime/compiler/zsh.vim
index 5703c1f..bd19558 100644
--- a/runtime/compiler/zsh.vim
+++ b/runtime/compiler/zsh.vim
@@ -1,17 +1,13 @@
" Vim compiler file
" Compiler: Zsh
" Maintainer: Doug Kearns <dougkearns@gmail.com>
-" Last Change: 2020 Sep 6
+" Last Change: 2024 Apr 03
if exists("current_compiler")
finish
endif
let current_compiler = "zsh"
-if exists(":CompilerSet") != 2 " older Vim always used :setlocal
- command -nargs=* CompilerSet setlocal <args>
-endif
-
let s:cpo_save = &cpo
set cpo&vim