ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [t-vim] [PATCH] vim-README.md: Correct some typos
@ 2011-11-02 19:29 Paul Menzel
  2011-11-02 19:33 ` Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2011-11-02 19:29 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1417 bytes --]

Date: Wed, 2 Nov 2011 20:06:35 +0100
Subject: [PATCH] vim-README.md: Correct some typos
---
You can use `git am <pathtosavedmboxfile>` to apply the patch.

diff --git a/vim-README.md b/vim-README.md
index 557cf8f..5853aa2 100644
--- a/vim-README.md
+++ b/vim-README.md
@@ -4,9 +4,9 @@ The vim module
 This module highlights code snippets using vim as a syntax
 highlighter. Such a task may appear pointless at first glance. After all,
 ConTeXt provides excellent syntax highlighting features for TeX, Metapost, XML,
-and a few other langauges. And in MkIV, you can specify the grammer to parse a
+and a few other languages. And in MkIV, you can specify the grammar to parse a
 language, and get syntax highlighting for a new language. But writing such
-grammers is difficult. More importantly, why reinvent the wheel? Most
+grammars is difficult. More importantly, why reinvent the wheel? Most
 editors, and many other syntax highlighting programs, already syntax highlight
 many programming languages. Why not just leverage these external programs to
 generate syntax highlighting? This module does exactly that.
@@ -188,7 +188,7 @@ The default color scheme is `pscolor`.
 Line numbering
 ---------------
 
-To eanble line numbering for a particular snippet, use:
+To enable line numbering for a particular snippet, use:
 
     \start<vimtyping>[numbering=yes]
       ...
-- 
1.7.7.1

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [t-vim] [PATCH] vim-README.md: Correct some typos
  2011-11-02 19:29 [t-vim] [PATCH] vim-README.md: Correct some typos Paul Menzel
@ 2011-11-02 19:33 ` Paul Menzel
  2011-11-02 19:39   ` Aditya Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2011-11-02 19:33 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1: Type: text/plain, Size: 227 bytes --]

Am Mittwoch, den 02.11.2011, 20:29 +0100 schrieb Paul Menzel:
> Date: Wed, 2 Nov 2011 20:06:35 +0100
> Subject: [PATCH] vim-README.md: Correct some typos

[…]

Please find the patch also attached.


Thanks,

Paul

[-- Attachment #1.1.2: 0001-vim-README.md-Correct-some-typos.patch --]
[-- Type: text/x-patch, Size: 1479 bytes --]

From c59fea981e66c0f271a2dc85f589c043e9b96bc5 Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net>
Date: Wed, 2 Nov 2011 20:06:35 +0100
Subject: [PATCH] vim-README.md: Correct some typos


diff --git a/vim-README.md b/vim-README.md
index 557cf8f..5853aa2 100644
--- a/vim-README.md
+++ b/vim-README.md
@@ -4,9 +4,9 @@ The vim module
 This module highlights code snippets using vim as a syntax
 highlighter. Such a task may appear pointless at first glance. After all,
 ConTeXt provides excellent syntax highlighting features for TeX, Metapost, XML,
-and a few other langauges. And in MkIV, you can specify the grammer to parse a
+and a few other languages. And in MkIV, you can specify the grammar to parse a
 language, and get syntax highlighting for a new language. But writing such
-grammers is difficult. More importantly, why reinvent the wheel? Most
+grammars is difficult. More importantly, why reinvent the wheel? Most
 editors, and many other syntax highlighting programs, already syntax highlight
 many programming languages. Why not just leverage these external programs to
 generate syntax highlighting? This module does exactly that.
@@ -188,7 +188,7 @@ The default color scheme is `pscolor`.
 Line numbering
 ---------------
 
-To eanble line numbering for a particular snippet, use:
+To enable line numbering for a particular snippet, use:
 
     \start<vimtyping>[numbering=yes]
       ...
-- 
1.7.7.1


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [t-vim] [PATCH] vim-README.md: Correct some typos
  2011-11-02 19:33 ` Paul Menzel
@ 2011-11-02 19:39   ` Aditya Mahajan
  2011-11-02 21:50     ` [t-vim] [PATCH] vim.txt: " Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2011-11-02 19:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 286 bytes --]

On Wed, 2 Nov 2011, Paul Menzel wrote:

> Am Mittwoch, den 02.11.2011, 20:29 +0100 schrieb Paul Menzel:
>> Date: Wed, 2 Nov 2011 20:06:35 +0100
>> Subject: [PATCH] vim-README.md: Correct some typos
>
> […]
>
> Please find the patch also attached.

Thanks. Applied.

Aditya

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [t-vim] [PATCH] vim.txt: Correct some typos
  2011-11-02 19:39   ` Aditya Mahajan
@ 2011-11-02 21:50     ` Paul Menzel
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Menzel @ 2011-11-02 21:50 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1: Type: text/plain, Size: 599 bytes --]

Am Mittwoch, den 02.11.2011, 15:39 -0400 schrieb Aditya Mahajan:
> On Wed, 2 Nov 2011, Paul Menzel wrote:
> 
> > Am Mittwoch, den 02.11.2011, 20:29 +0100 schrieb Paul Menzel:
> >> Date: Wed, 2 Nov 2011 20:06:35 +0100
> >> Subject: [PATCH] vim-README.md: Correct some typos
> >
> > […]
> >
> > Please find the patch also attached.
> 
> Thanks. Applied.

Thanks! I have not understood the repository layout yet. For example
will the branches be merged to the master branch eventually or are those
separate modules?

Please find a patch for `vim.txt` attached.


Thanks,

Paul

[-- Attachment #1.1.2: 0001-vim.txt-Correct-some-typos.patch --]
[-- Type: text/x-patch, Size: 2192 bytes --]

From d8e6d56e25610773a1f27b5275e79c4726ee2634 Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net>
Date: Wed, 2 Nov 2011 22:43:54 +0100
Subject: [PATCH] vim.txt: Correct some typos

This patch includes commit fd67c931 [1].

[1] https://github.com/adityam/filter/commit/fd67c931b44af27f0d1f7b1b5e845a577079e103
---
 doc/context/third/vim/vim.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/context/third/vim/vim.txt b/doc/context/third/vim/vim.txt
index a7fc912..a5a677f 100644
--- a/doc/context/third/vim/vim.txt
+++ b/doc/context/third/vim/vim.txt
@@ -4,9 +4,9 @@ The vim module
 This module highlights code snippets using vim as a syntax
 highlighter. Such a task may appear pointless at first glance. After all,
 ConTeXt provides excellent syntax highlighting features for TeX, Metapost, XML,
-and a few other langauges. And in MkIV, you can specify the grammer to parse a
+and a few other languages. And in MkIV, you can specify the grammar to parse a
 language, and get syntax highlighting for a new language. But writing such
-grammers is difficult. More importantly, why reinvent the wheel? Most
+grammars is difficult. More importantly, why reinvent the wheel? Most
 editors, and many other syntax highlighting programs, already syntax highlight
 many programming languages. Why not just leverage these external programs to
 generate syntax highlighting? This module does exactly that.
@@ -200,7 +200,7 @@ The default color scheme is `pscolor`.
 Line numbering
 ---------------
 
-To eanble line numbering for a particular snippet, use:
+To enable line numbering for a particular snippet, use:
 
     \start<vimtyping>[numbering=yes]
       ...
@@ -314,7 +314,7 @@ indent the TeX code. For example:
 
 Although, the source code is easy to read, the output will not be. This is
 because, unlike regular TeX,  `\start<vimtyping>` ... `\stop<vimtyping>`
-environment does not ignore whote space. So, the output is the same as 
+environment does not ignore white space. So, the output is the same as 
 
     \startitemize
     \item A hello world example in C
-- 
1.7.7.1


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-02 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-02 19:29 [t-vim] [PATCH] vim-README.md: Correct some typos Paul Menzel
2011-11-02 19:33 ` Paul Menzel
2011-11-02 19:39   ` Aditya Mahajan
2011-11-02 21:50     ` [t-vim] [PATCH] vim.txt: " Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).