From 8500ae8bb9f4da69273eace4d9cef54ae7f18627 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 6 Jul 2020 19:13:39 +0200 Subject: Update --- autoload/vital/_crystal/Process.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to 'autoload/vital/_crystal/Process.vim') diff --git a/autoload/vital/_crystal/Process.vim b/autoload/vital/_crystal/Process.vim index 9a159932..ecbfc0d4 100644 --- a/autoload/vital/_crystal/Process.vim +++ b/autoload/vital/_crystal/Process.vim @@ -15,9 +15,6 @@ delfunction s:_SID " FIXME: This module name should be Vital.System ? " But the name has been already taken. -let s:save_cpo = &cpo -set cpo&vim - " FIXME: Unfortunately, can't use s:_vital_loaded() for this purpose. " Because these variables are used when this script file is loaded. @@ -169,9 +166,6 @@ else endif -let &cpo = s:save_cpo -unlet s:save_cpo - " vim:set et ts=2 sts=2 sw=2 tw=0: endif -- cgit v1.2.3