This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
forked from tckmn/vim-minisnip
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple directories in g:minisnip_dir (#5)
* Support multiple directories in g:minisnip_dir The specific reason I added this is because I wanted to add support for minisnip in vim-go (it already supports ultisnips and neosnippet). However, with just a single directory I can't add the vim-go snippet directory. This converts g:minisnip_dir to a colon-separated list of paths, like the PATH environment variable. There are several ways to do this; I just chose this as the easiest and most backwards compatible way. * Update documentation Also fix some small typos in the documentation, and improve the `autocmd` example to be more general, as well as making sure it works only for the current buffer by using `setlocal`
- Loading branch information
1 parent
770ee05
commit 02bb389
Showing
3 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/doc/tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters