Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 864c73c

Browse files
committed
Remove unecessary load steps in plugin
1 parent 382c2eb commit 864c73c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin/libmodal.vim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ if exists('g:loaded_libmodal')
33
endif
44
let g:loaded_libmodal = 1
55

6-
let s:save_cpo = &cpo
7-
set cpo&vim
8-
96
" ************************************************************
107
" * User Configuration
118
" ************************************************************
@@ -14,6 +11,3 @@ set cpo&vim
1411
" Change these default colors by defining or linking the corresponding highlight group.
1512
highlight default link LibmodalPrompt ModeMsg
1613
highlight default link LibmodalStar StatusLine
17-
18-
let &cpo = s:save_cpo
19-
unlet s:save_cpo

0 commit comments

Comments
 (0)