mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-13 22:13:51 -05:00
10 lines
98 B
VimL
10 lines
98 B
VimL
scriptencoding utf-8
|
|
let s:save_cpo = &cpo
|
|
set cpo&vim
|
|
|
|
|
|
|
|
|
|
let &cpo = s:save_cpo
|
|
unlet s:save_cpo
|