Change vim modeline

This commit is contained in:
T. R. Bernstein
2024-06-28 16:59:03 +02:00
committed by T. R. Bernstein
parent e55f199829
commit 4096da8d4d
12 changed files with 12 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env zsh
# vi: set ft=zsh tw=80 ts=2
function autoloadZShLib() {
test -d "${ASTZWEIG_ZSHLIB}" || { echo "This module needs astzweig/zshlib to work." >&2; return 99 }