From cc63193ce82c1e7b9ee2ad7d0ddd14e8394211ef Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 1 Mar 2021 13:44:50 +0100 Subject: Update --- ftplugin/framescript.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftplugin/framescript.vim') diff --git a/ftplugin/framescript.vim b/ftplugin/framescript.vim index 9ec58b5f..ba858408 100644 --- a/ftplugin/framescript.vim +++ b/ftplugin/framescript.vim @@ -7,14 +7,14 @@ endif " Previous Maintainer: Nikolai Weibull " Latest Revision: 2008-07-19 -let s:cpo_save = &cpo -set cpo&vim - if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 +let s:cpo_save = &cpo +set cpo&vim + let b:undo_ftplugin = "setl com< cms< fo< inc< | unlet! b:matchwords" setlocal comments=s1:/*,mb:*,ex:*/,:// commentstring=/*\ %s\ */ -- cgit v1.2.3