_vimfiles -> vimfiles. Patch b Oberon.
This commit is contained in:
parent
b6d545ecdf
commit
a3e654fc54
@ -1383,6 +1383,7 @@ individuals have contributed to UltiSnips (in chronological order):
|
||||
Karl Yngve Lervåg - lervag
|
||||
Pedro Ferrari - petobens
|
||||
Ches Martin - ches
|
||||
Christian - Oberon00
|
||||
|
||||
Thank you for your support.
|
||||
|
||||
|
@ -550,7 +550,7 @@ class SnippetManager(object):
|
||||
else:
|
||||
if platform.system() == "Windows":
|
||||
snippet_dir = os.path.join(_vim.eval("$HOME"),
|
||||
"_vimfiles", "UltiSnips")
|
||||
"vimfiles", "UltiSnips")
|
||||
else:
|
||||
snippet_dir = os.path.join(_vim.eval("$HOME"),
|
||||
".vim", "UltiSnips")
|
||||
|
Loading…
Reference in New Issue
Block a user