Skip to content

Commit

Permalink
Merge pull request #3 from shmargum/fix-vs
Browse files Browse the repository at this point in the history
fix issue for vim split
  • Loading branch information
shmargum authored Jun 14, 2017
2 parents 19be6ac + 18dc490 commit a79d986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vim_sass_colors.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
" get path of script, ruby file is in the same dir
let s:path = fnamemodify(resolve(expand('<sfile>:p')), ':h')
let b:matches = []

function! vim_sass_colors#init()
let b:matches = []
" enable 24 bit colors if available
if has("termguicolors")
set termguicolors
Expand Down

0 comments on commit a79d986

Please sign in to comment.