mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-08 11:03:48 -05:00
Workaround for Vim bug: using Float as a String in gvim (#19)
Related: https://github.com/junegunn/vim-easy-align/issues/27
This commit is contained in:
@@ -29,7 +29,7 @@ let g:loaded_limelight = 1
|
||||
let s:cpo_save = &cpo
|
||||
set cpo&vim
|
||||
|
||||
let s:default_coeff = 0.5
|
||||
let s:default_coeff = str2float('0.5')
|
||||
let s:invalid_coefficient = 'Invalid coefficient. Expected: 0.0 ~ 1.0'
|
||||
|
||||
function! s:unsupported()
|
||||
|
||||
Reference in New Issue
Block a user