neo2vim 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/neo2vim.rb +1 -1
- metadata +1 -1
data/lib/neo2vim.rb
CHANGED
@@ -82,7 +82,7 @@ class Neo2Vim
|
|
82
82
|
end
|
83
83
|
def initialize source, destination
|
84
84
|
@names = ["autoload_function", "function", "command", "autocmd"]
|
85
|
-
@stores = @names.map
|
85
|
+
@stores = (@names.map{|name| [name, {}]}).to_h
|
86
86
|
@annotation = nil
|
87
87
|
@plugin_class_name = nil
|
88
88
|
@in_plugin_class = false
|