Skip to content

Commit

Permalink
update the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grenfell committed Dec 19, 2008
1 parent f5107a5 commit 453e9fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/NERDSnippets.txt
Expand Up @@ -177,7 +177,7 @@ NERDSnippetsReset()
File based snippets *nerdsnippets-file-based-snippets*

You can specify snippets using files - one file per snippet. The following two
functions are used to read and process the snippets into vim. Call the from
functions are used to read and process the snippets into vim. Call them from
somewhere like ~/.vim/after/plugin/snippet_setup.vim or using an |autocommand|
on |VimEnter|.

Expand Down Expand Up @@ -232,7 +232,10 @@ NERDSnippetsFromDirectoryForFiletype(dir, filetype)
NERDSnippetsFromDirectoryForFiletype('~/.vim/snippets/html', 'xhtml')
<

Note: for the purposes of these two functions, global snippets are treated as
though their filetype is _. Eg. >
~/.vim/snippets/_/aGlobalSnippet.snippet
<
==============================================================================
Options *nerdsnippets-options*

Expand Down

0 comments on commit 453e9fd

Please sign in to comment.