Skip to content

Commit

Permalink
Update and rename colorallinone.vim to colorbox.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 19, 2023
1 parent ebcd392 commit f2a34de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoload/colorallinone.vim → autoload/colorbox.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if exists('g:loaded_color_all_in_one')
if exists('g:loaded_colorbox')
finish
endif
let g:loaded_color_all_in_one=1
let g:loaded_colorbox=1

let s:is_win = has('win32') || has('win64')

Expand All @@ -13,6 +13,6 @@ else
let s:caio_base = expand('<sfile>:p:h:h:h')
endif

function! colorallinone#base_dir() abort
function! colorbox#base_dir() abort
return s:caio_base
endfunction

0 comments on commit f2a34de

Please sign in to comment.