updated for version 7.3.423
Problem: Small mistakes in comments, proto and indent.
Solution: Fix the mistakes.
Also update runtime files
diff --git a/runtime/syntax/tsalt.vim b/runtime/syntax/tsalt.vim
index 56f1755..887d6b7 100644
--- a/runtime/syntax/tsalt.vim
+++ b/runtime/syntax/tsalt.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Telix (Modem Comm Program) SALT Script
" Maintainer: Sean M. McKee <mckee@misslink.net>
-" Last Change: 2001 May 09
+" Last Change: 2012 Feb 03 by Thilo Six
" Version Info: @(#)tsalt.vim 1.5 97/12/16 08:11:15
" For version 5.x: Clear all syntax items
@@ -12,6 +12,9 @@
finish
endif
+let s:cpo_save = &cpo
+set cpo&vim
+
" turn case matching off
syn case ignore
@@ -211,4 +214,6 @@
let b:current_syntax = "tsalt"
+let &cpo = s:cpo_save
+unlet s:cpo_save
" vim: ts=8