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

Commit

Permalink
Remove unecessary load steps in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Apr 22, 2020
1 parent 382c2eb commit 864c73c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin/libmodal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ if exists('g:loaded_libmodal')
endif
let g:loaded_libmodal = 1

let s:save_cpo = &cpo
set cpo&vim

" ************************************************************
" * User Configuration
" ************************************************************
Expand All @@ -14,6 +11,3 @@ set cpo&vim
" Change these default colors by defining or linking the corresponding highlight group.
highlight default link LibmodalPrompt ModeMsg
highlight default link LibmodalStar StatusLine

let &cpo = s:save_cpo
unlet s:save_cpo

0 comments on commit 864c73c

Please sign in to comment.