summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2013-06-12 14:22:11 -0400
committerWill Woods <wwoods@redhat.com>2013-06-12 14:23:30 -0400
commitf49866ed257619e98f58ab26121818cec7d26d35 (patch)
treece87c51c81c3930ba3f6bd62e83e654b4dc4bbc0
parent0ef04313e7a8e3818bc5e71dd7beeeb1fa721265 (diff)
downloadvim-scripts-f49866ed257619e98f58ab26121818cec7d26d35.tar.gz
vim-scripts-f49866ed257619e98f58ab26121818cec7d26d35.tar.xz
vim-scripts-f49866ed257619e98f58ab26121818cec7d26d35.zip
fix 'autoconfig' typo (should be 'authconfig')
-rw-r--r--syntax/kickstart.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/kickstart.vim b/syntax/kickstart.vim
index c7c3cf3..70f4eb8 100644
--- a/syntax/kickstart.vim
+++ b/syntax/kickstart.vim
@@ -23,7 +23,7 @@ syntax region ksComment start=/#/ end=/$/ contains=ksTodo
syntax keyword ksTodo contained FIXME NOTE TODO NOTES XXX
" commands
-syntax keyword ksCommands contained auth autoconfig autopart autostep bootloader btrfs clearpart cmdline device dmraid driverdisk fcoe firewall firstboot graphical group halt harddrive ignoredisk install iscsi iscsiname key keyboard lang logging logvol mediacheck multipath network nfs part partition poweroff raid reboot repo rescue rootpw selinux services shutdown skipx sshpw text timezone updates upgrade url user vnc volgroup xconfig zerombr zfcp
+syntax keyword ksCommands contained auth authconfig autopart autostep bootloader btrfs clearpart cmdline device dmraid driverdisk fcoe firewall firstboot graphical group halt harddrive ignoredisk install iscsi iscsiname key keyboard lang logging logvol mediacheck multipath network nfs part partition poweroff raid reboot repo rescue rootpw selinux services shutdown skipx sshpw text timezone updates upgrade url user vnc volgroup xconfig zerombr zfcp
syntax keyword ksDeprecatedCommands contained mouse langsupport interactive monitor
" only match commands at the start of a new line