typo in doc

2010-03-16 Thread Yasuhiro MATSUMOTO
Hi. I found typo in doc. diff -r aab202d244b6 runtime/doc/insert.txt --- a/runtime/doc/insert.txtWed Mar 10 17:16:12 2010 +0100 +++ b/runtime/doc/insert.txtWed Mar 17 01:40:29 2010 +0900 @@ -639,6 +639,7 @@ return "\" else

Typo in doc/index.txt

2013-02-28 Thread Yukihiro Nakadaira
There is some typos. diff -r ad7bbe9ea65b runtime/doc/index.txt --- a/runtime/doc/index.txtTue Feb 26 22:54:11 2013 +0100 +++ b/runtime/doc/index.txtThu Feb 28 19:36:01 2013 +0900 @@ -1134,7 +1134,7 @@ |:cgetbuffer|:cgetb[uffer]get errors from buffer |:cgetexpr|:cgete[xpr]

Re: typo in doc

2010-03-17 Thread Bram Moolenaar
Yasuhiro Matsumoto wrote: > I found typo in doc. > > diff -r aab202d244b6 runtime/doc/insert.txt > --- a/runtime/doc/insert.txt Wed Mar 10 17:16:12 2010 +0100 > +++ b/runtime/doc/insert.txt Wed Mar 17 01:40:29 2010 +0900 > @@ -639,6 +639,7 @@ > retur

Typo in doc/insert.txt

2015-09-15 Thread Gary Johnson
I believe there is a type in insert.txt, under ":help i_CTRL-R_CTRL-R". The second paragraph says: Options 'textwidth', 'formatoptions', etc. still apply. If you also want to avoid these, use "r", see below. The '.' register (last inserted text) is still inserted as typed. {not

Possible typo in doc

2011-10-25 Thread Ricardo Catalinas Jiménez
I think I just spot a cosmetic defect in `:help :doautocmd', in the given example: ... another extension. Example: > :au Bufenter *.cpp so ~/.vimrc_cpp :au Bufenter *.cpp doau BufEnter x.c Be careful to avoid endless loops. See ... Should be Bufenter -> BufEnter, just to keep the quality

Re: Typo in doc/index.txt

2013-02-28 Thread Bram Moolenaar
Yukihiro Nakadaira wrote: > There is some typos. Thanks, I'll include them. -- A)bort, R)etry, D)o it right this time /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new

Re: Typo in doc/insert.txt

2015-09-15 Thread Bram Moolenaar
Gary Johnson wrote: > I believe there is a type in insert.txt, under ":help > i_CTRL-R_CTRL-R". The second paragraph says: > > Options 'textwidth', 'formatoptions', etc. still apply. If > you also want to avoid these, use "r", see below. > The '.' register (last inserted text) is s

[patch] Typo in doc/cmdline.txt

2011-03-27 Thread Lech Lorens
This patch fixes a typo in doc/cmdline.txt diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 39893d7..361bb22 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -865,7 +865,7 @@ These modifiers can be given, in this order: After this, the

Re: Possible typo in doc

2011-10-25 Thread Tony Mechelynck
On 26/10/11 01:50, Ricardo Catalinas Jiménez wrote: I think I just spot a cosmetic defect in `:help :doautocmd', in the given example: ... another extension. Example: > :au Bufenter *.cpp so ~/.vimrc_cpp :au Bufenter *.cpp doau BufEnter x.c Be careful to avoid endless loops. See ... S

little typo in doc/if_pyth.txt

2017-02-17 Thread Holger Trapp
Hi, in the word "writen" a "t" is missing in doc/if_pyth.txt: Because most python code can be written so that it works with python 2.6+ and python 3 the pyx* functions and commands have been writen. ^ Cheers Holger -- -- You received

Patch for typo in doc/mlang.txt

2012-01-14 Thread Peter Odding
Hi Bram, Please see the attached patch to fix a simple typo in doc/mlang.txt (`you can use the this command' should be `you can use this command'). - Peter -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are r

Re: [patch] Typo in doc/cmdline.txt

2011-03-27 Thread Bram Moolenaar
Lech Lorens wrote: > This patch fixes a typo in doc/cmdline.txt Thanks! -- SOLDIER: What? Ridden on a horse? ARTHUR: Yes! SOLDIER: You're using coconuts! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moo

Patch for typo in doc/syntax.txt

2011-11-18 Thread Peter Odding
Hi Bram, Please see the attached patch for a simple typo in doc/syntax.txt (`next' should be `text'). Also I'm wondering if patches are supposed to change the "Last change:" date in the header of the help file? - Peter -- You received this message from the "

Re: little typo in doc/if_pyth.txt

2017-02-18 Thread Bram Moolenaar
Holger Trapp wrote: > in the word "writen" a "t" is missing in doc/if_pyth.txt: > >Because most python code can be written so that it works with python 2.6+ > and >python 3 the pyx* functions and commands have been writen. > ^ I

Re: Patch for typo in doc/mlang.txt

2012-01-15 Thread Bram Moolenaar
Peter Odding wrote: > Please see the attached patch to fix a simple typo in doc/mlang.txt > (`you can use the this command' should be `you can use this command'). I'll include it, thanks! -- TERRY GILLIAM PLAYED: PATSY (ARTHUR'S TRUST

Re: Patch for typo in doc/syntax.txt

2011-11-26 Thread Bram Moolenaar
Peter Odding wrote: > Please see the attached patch for a simple typo in doc/syntax.txt > (`next' should be `text'). Also I'm wondering if patches are supposed to > change the "Last change:" date in the header of the help file? Thanks for the fix, I'l

Commit: runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var

2024-08-14 Thread Christian Brabandt
runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var Commit: https://github.com/vim/vim/commit/dd36d6cc7c39f3cfb29818f89f4f9dec2c7c22e4 Author: Stanislav Asunkin <1353637+stas...@users.noreply.github.com> Date: Wed Aug 14 14:43:30 2024 +0200 runtime(mediawiki): fix typo