comparison runtime/syntax/proto.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents a5352e73dc00
children 8dad79c661d1
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
20 " OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 20 " OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21 " THE SOFTWARE. 21 " THE SOFTWARE.
22 " 22 "
23 " http://code.google.com/p/protobuf/ 23 " http://code.google.com/p/protobuf/
24 24
25 if version < 600 25 " quit when a syntax file was already loaded
26 syntax clear 26 if exists("b:current_syntax")
27 elseif exists("b:current_syntax")
28 finish 27 finish
29 endif 28 endif
30 29
31 syn case match 30 syn case match
32 31