Skip to content

Commit

Permalink
Add missing double-initialize block
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Jan 17, 2018
1 parent 20f5e5b commit 2a5fbe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/lsc/file.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
if !exists('s:initialized')
let s:initialized = v:true
" file path -> file version
let s:file_versions = {}
" file path -> file content
Expand Down

0 comments on commit 2a5fbe2

Please sign in to comment.