@@ -32,12 +32,12 @@ Thus i recommend vim-addon-manager to install snipMate because this will also
3232fetch the dependencies for you.
3333
3434The 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==============================================================================
3838DESCRIPTION *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
4141snippets with placeholders in a very convenient way.
4242
4343snipMate is inspired by TextMate's snippet features.
@@ -47,13 +47,13 @@ RELATED WORK *snipMate-related-work*
4747
4848There 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
5454snipmate is not perfect - however it gets its job done perfectly and gets out
5555of 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==============================================================================
5959USAGE (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+ <
111111You can override all of those settings.
112112
113113You can see that the default set of snippets is determined by Vim's | rtp | .
@@ -132,7 +132,7 @@ one snippet per file:
132132
133133many 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
138138See | 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*
226226There is a special placeholder called {VISUAL} . If you visually select text,
227227then 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
230230Interpolated 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
300300key infront, e.g. <s-tab> or <s-c-space> . You can manually configure backward
301301trigger using:
302302
@@ -346,8 +346,8 @@ CONTACT *snipMate-contact* *snipMate-author*
346346current 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
351351time. Anyway - he did most of the hard initial work.
352352
353353To contact the author (Michael Sanders), please email:
0 commit comments