Skip to content

Commit f456016

Browse files
committed
Merge pull request msanders#46 from lucapette/master
some typo fixed
2 parents 4535952 + eef8409 commit f456016

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

doc/snipMate.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Thus i recommend vim-addon-manager to install snipMate because this will also
3232
fetch the dependencies for you.
3333

3434
The complete set of dependencies can be found in snipMate-addon-info.txt
35-
The current VAM-plugin name for this enhanced verison of snipMate is "snipMate".
35+
The current VAM-plugin name for this enhanced version of snipMate is "snipMate".
3636

3737
==============================================================================
3838
DESCRIPTION *snipMate-description*
3939

40-
snipMate is an extension to Vim which allows you to store and retrtieve text
40+
snipMate is an extension to Vim which allows you to store and retrieve text
4141
snippets with placeholders in a very convenient way.
4242

4343
snipMate is inspired by TextMate's snippet features.
@@ -47,13 +47,13 @@ RELATED WORK *snipMate-related-work*
4747

4848
There are some alternatives:
4949
- ultisnips (python based)
50-
- xptemplate which is probaly a much more powerful
50+
- xptemplate which is probably a much more powerful
5151
but also more complex
5252
- (..?)
5353

5454
snipmate is not perfect - however it gets its job done perfectly and gets out
5555
of your way. So if you want to get started fast without reading too much
56-
documentation probaly snipmate is for you.
56+
documentation probably snipmate is for you.
5757

5858
==============================================================================
5959
USAGE (GETTING STARTED QUICKLY) *snipMate-usage*
@@ -107,7 +107,7 @@ plugin/snipMate.vim assigns three important keys:
107107
let g:snipMateSources['default'] = snipMate#DefaultPool
108108
" default directories containing snippets:
109109
let g:snipMate['snippet_dirs'] = funcref#Function('return split(&runtimepath,",")')
110-
<
110+
<
111111
You can override all of those settings.
112112

113113
You can see that the default set of snippets is determined by Vim's |rtp|.
@@ -132,7 +132,7 @@ one snippet per file:
132132

133133
many snippets per file, triggers are specified in file, see below:
134134
|rtp|/snippets/<filetype>.snippets (RECOMMENDED)
135-
|rtp|/snippets/<filetype>/*.snippets
135+
|rtp|/snippets/<filetype>/*.snippets
136136

137137

138138
See |snipMate-disambiguation| to learn about how name collisions are handled.
@@ -225,7 +225,7 @@ use the "${#:}" construct without the text; e.g.: >
225225
*snipMate-visual-selection-support*
226226
There is a special placeholder called {VISUAL}. If you visually select text,
227227
then press <tab> Vim switches to insert mode. The next snippet you'll expand
228-
will replace {VISUAL} by the the text which was selected previously
228+
will replace {VISUAL} by the text which was selected previously
229229

230230
Interpolated Vim Script ~
231231

@@ -296,7 +296,7 @@ snipMate. To configure the key set g:snips_trigger_key to something other than
296296

297297
let g:snips_trigger_key='<c-space>'
298298

299-
snipMate will try to automaticaly configure backwards trigger to prepend shift
299+
snipMate will try to automatically configure backwards trigger to prepend shift
300300
key infront, e.g. <s-tab> or <s-c-space>. You can manually configure backward
301301
trigger using:
302302

@@ -346,8 +346,8 @@ CONTACT *snipMate-contact* *snipMate-author*
346346
current maintainers:
347347
- garbas
348348
- Marc Weber (marco-oweber@gmx.de)
349-
You sohuld consider creating a github ticket or contacting us because the
350-
original author Michael Sanders did not act uppon change requests for long
349+
You should consider creating a github ticket or contacting us because the
350+
original author Michael Sanders did not act upon change requests for long
351351
time. Anyway - he did most of the hard initial work.
352352

353353
To contact the author (Michael Sanders), please email:

0 commit comments

Comments
 (0)