Mercurial > vim
diff runtime/syntax/tsalt.vim @ 3312:b7811ab264bf v7.3.423
updated for version 7.3.423
Problem: Small mistakes in comments, proto and indent.
Solution: Fix the mistakes.
Also update runtime files
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 04 Feb 2012 21:59:01 +0100 |
parents | 3fc0f57ecb91 |
children | 43efa4f5a8ea |
line wrap: on
line diff
--- 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 @@ elseif exists("b:current_syntax") finish endif +let s:cpo_save = &cpo +set cpo&vim + " turn case matching off syn case ignore @@ -211,4 +214,6 @@ endif let b:current_syntax = "tsalt" +let &cpo = s:cpo_save +unlet s:cpo_save " vim: ts=8