Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
add missing info for descr edit func
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyorst committed Jun 1, 2018
1 parent 9cfe783 commit e027832
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/SimpleSnippets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ CONTENTS *SimpleSnippets-contents*
3.1.1 Similar filetypes .............. |SimpleSnippets-similar-filetypes|
3.2 Commands .................................... |SimpleSnippets-commands|
3.1 SimpleSnippetsEdit ............................ |:SimpleSnippetsEdit|
3.2 SimpleSnippetsList ............................ |:SimpleSnippetsList|
3.2 SimpleSnippetsEditDescriptions .... |:SimpleSnippetsEditDescriptions|
3.3 SimpleSnippetsList ............................ |:SimpleSnippetsList|
3.3 Mappings .................................... |SimpleSnippets-mappings|
3.4 Functions .................................. |SimpleSnippets-functions|
3.4.1 isExpandableOrJumpable() .. |SimpleSnippets#isExpandableOrJumpable|
Expand Down Expand Up @@ -282,8 +283,16 @@ filetypes mean same thing to SimpleSnippets.
and opens vertical split. You can define snippet's body there. Upon save the
snippet is ready for use. No need to reload the editor.

3.2.2 SimpleSnippetsEditDescriptions *:SimpleSnippetsEditDescriptions*
----------------------------------------------------------------------------~

The `:SimpleSnippetsEditDescriptions` command opens descriptions file for
current filetype, so you can easily edit descriptions for your snippets.
This function accepts optional argument which is a filetype, if you want to
edit descriptions for another filetype.


3.2.2 SimpleSnippetsList *:SimpleSnippetsList*
3.2.3 SimpleSnippetsList *:SimpleSnippetsList*
----------------------------------------------------------------------------~

The `:SimpleSnippetsList` command prints list of snippets available for
Expand Down

0 comments on commit e027832

Please sign in to comment.