Fix #239 $XDG_CACHE_DIR
This commit is contained in:
@@ -234,8 +234,8 @@ g:neosnippet#data_directory *g:neosnippet#data_directory*
|
||||
Specifies directory for neosnippet cache. If the directory
|
||||
doesn't exist the directory will be automatically generated.
|
||||
|
||||
Default value is expand('~/.cache/neosnippet'); the absolute
|
||||
path of it.
|
||||
Default value is "$XDG_CACHE_DIR/neosnippet" or
|
||||
expand("~/.cache/neosnippet"); the absolute path of it.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
KEY MAPPINGS *neosnippet-key-mappings*
|
||||
|
||||
Reference in New Issue
Block a user