summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-26 03:59:25 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-07 19:37:41 +0000
commit379d7088d691bf6413d6c75d44ba922c6185ecb4 (patch)
treed8d3d3196b833a9a0f754ca6b973345dffa12b76
parent39d0d4323d77b1f89bb3feaa18339888567084c0 (diff)
downloadzsh-379d7088d691bf6413d6c75d44ba922c6185ecb4.tar.gz
zsh-379d7088d691bf6413d6c75d44ba922c6185ecb4.tar.xz
zsh-379d7088d691bf6413d6c75d44ba922c6185ecb4.zip
unposted: internal: Remove Vim modeline that interferes with ztst.vim.
As an alternative, one can use:

    autocmd BufRead,BufNewFile **/*.ztst setfiletype zsh

(But see Util/ztst-syntax.vim and Util/ztst-ftplugin.vim for an alternative.)
-rw-r--r--ChangeLog3
-rw-r--r--Test/X04zlehighlight.ztst2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e2cc7028..804332db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-01-07  Daniel Shahaf  <danielsh@apache.org>
 
+	* unposted: Test/X04zlehighlight.ztst: internal: Remove Vim
+	modeline that interferes with ztst.vim.
+
 	* unposted: Util/ztst-syntax.vim: internal: ztst.vim: Use
 	:syn-sync to work around (#x) and "`\\\\\\\\`" confusing the
 	highlighting.
diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst
index 000949698..475a2e309 100644
--- a/Test/X04zlehighlight.ztst
+++ b/Test/X04zlehighlight.ztst
@@ -157,5 +157,3 @@
 %clean
 
   zmodload -ui zsh/zpty
-
-# vim:ft=zsh