Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago324 committed Feb 3, 2020
1 parent 5f1262e commit 0a7eb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/blamer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let s:blamer_delay = get(g:, 'blamer_delay', 1000)
let s:blamer_timer_id = -1

let s:is_windows = has('win16') || has('win32') || has('win64') || has('win95')
let s:is_not_work = !has('nvim') && !exists('*popup_create')
let s:missing_popup_feature = !has('nvim') && !exists('*popup_create')

function! s:Head(array) abort
if len(a:array) == 0
Expand Down

0 comments on commit 0a7eb37

Please sign in to comment.