Re: [patch] fix document

2019-04-19 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Patch updated. > > Note: > The change of doc/print.txt was discussed and confirmed at the following > issue. (in Japanese) > https://github.com/vim-jp/issues/issues/1243 Thanks! -- ### Hiroshima 45, Chernobyl 86, Windows 95 ### /// Bram Moolenaar --

Re: [patch] fix document

2019-04-18 Fir de Conversatie h_east
Patch updated. Note: The change of doc/print.txt was discussed and confirmed at the following issue. (in Japanese) https://github.com/vim-jp/issues/issues/1243 -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your r

[patch] fix document

2019-04-18 Fir de Conversatie h_east
Hi Bram and list, Please check an attached patch. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You r

Re: [patch] fix document typos

2019-02-24 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Patch attached. > I am so sleepy that I omit a detailed explanation. (sorry) > If you have any questions, please ask me. I'll include it, no explanation required. -- hundred-and-one symptoms of being an internet addict: 26. You check your mail. It says "no new messag

[patch] fix document typos

2019-02-24 Fir de Conversatie h_east
Hi Bram, Patch attached. I am so sleepy that I omit a detailed explanation. (sorry) If you have any questions, please ask me. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying

Re: [patch] fix document

2018-08-03 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I attach the document patch that fixed some issues reported to vim-jp. > > autocmd.txt > - The "`" is missing. > > change.txt > - s/Vim Script/Vim script/ > - Misplaced "<" > > eval.txt > - Inseert space before "[" in function argument. > > options.txt > - s/vim/Vim

[patch] fix document

2018-08-02 Fir de Conversatie h_east
Hi Bram and developers, I attach the document patch that fixed some issues reported to vim-jp. autocmd.txt - The "`" is missing. change.txt - s/Vim Script/Vim script/ - Misplaced "<" eval.txt - Inseert space before "[" in function argument. options.txt - s/vim/Vim/ - s/don't want turn/don't wa

Re: [patch] Fix document typos

2018-06-27 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I received several typos reports from vim-jp. (I found some) > Please check an attached patch. Thanks! > doc/editing.txt > Over 80 columns > > doc/filetype.txt > Typo. earch --> each > > doc/insert.txt > Wrong path sep. autoload\syntaxcomplete.vim --> autol

[patch] Fix document typos

2018-06-26 Fir de Conversatie h_east
Hi Bram and list, I received several typos reports from vim-jp. (I found some) Please check an attached patch. doc/editing.txt Over 80 columns doc/filetype.txt Typo. earch --> each doc/insert.txt Wrong path sep. autoload\syntaxcomplete.vim --> autoload/syntaxcomplete.vim doc/repeat.tx

Re: [patch] Fix document related command-line window

2017-01-02 Fir de Conversatie Bram Moolenaar
Shuta Toda wrote: > In the current document, it is written that executing ":close" in the > command-line window will behave similarly to "CTRL-C", but in reality > it behaves like ":quit". Because it has been changed in the following > topic. > > https://groups.google.com/d/msg/vim_dev/_fjJaLEuX

Re: [patch] Fix document related command-line window

2016-12-30 Fir de Conversatie h_east
Hi Shuta, 2016-12-31(Sat) 3:10:57 UTC+9 Shuta TODA: > Hi Bram and list, > > In the current document, it is written that executing ":close" in the > command-line window will behave similarly to "CTRL-C", but in reality it > behaves like ":quit". Because it has been changed in the following topic

[patch] Fix document related command-line window

2016-12-30 Fir de Conversatie Shuta TODA
Hi Bram and list, In the current document, it is written that executing ":close" in the command-line window will behave similarly to "CTRL-C", but in reality it behaves like ":quit". Because it has been changed in the following topic. https://groups.google.com/d/msg/vim_dev/_fjJaLEuX0U/2jlAsIi1

Re: [patch] fix document related to defaults.vim

2016-09-16 Fir de Conversatie h_east
Hi Bram and list, 2016-9-17(Sat) 3:30:26 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > There is described in the document about the options that you changed > > in defaults.vim. > > But, some options are not described. > > > > I added some describe. > > Please check it out. > > Thanks.

Re: [patch] fix document related to defaults.vim

2016-09-16 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > There is described in the document about the options that you changed > in defaults.vim. > But, some options are not described. > > I added some describe. > Please check it out. Thanks. I think the remark in defaults.vim won't help much though. -- They now pass t

[patch] fix document related to defaults.vim

2016-09-16 Fir de Conversatie h_east
Hi Bram and list, There is described in the document about the options that you changed in defaults.vim. But, some options are not described. I added some describe. Please check it out. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maill

Re: [patch] Fix document typos and a little adjustment

2016-02-12 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I fixed together reports from some Japanese Vim users. (Thanks!) > I attached a patch. Thanks, I'll include it. > And I found a dead link in `:help 'thesaurus'`. > > ftp://ftp.ox.ac.uk/pub/wordlists/ First get the README file. > > I didn't know the correct l

Re: [patch] Fix document typos and a little adjustment

2016-02-12 Fir de Conversatie Antonio Giovanni Colombo
Hi everybody again, it turns out that libreoffice HAS Thesaurus files, for several languages. Not sure if they are good for use with Vim, but they are available and maintained. They can be found here: https://github.com/LibreOffice/dictionaries Antonio On Fri, Feb 12, 2016 at 2:16 PM, h_east

Re: [patch] Fix document typos and a little adjustment

2016-02-12 Fir de Conversatie Antonio Giovanni Colombo
​Hi everybody, as far as I can tell, the Oxford ftp site became​ "internal use only", even if it is still widely pointed to. I found online a mirror, but the Thesaurus part seems to be missing, even if it is named in the README file: http://ftp.icm.edu.pl/packages/wordlists/ I wonder if there is

[patch] Fix document typos and a little adjustment

2016-02-12 Fir de Conversatie h_east
Hi Bram, I fixed together reports from some Japanese Vim users. (Thanks!) I attached a patch. And I found a dead link in `:help 'thesaurus'`. > ftp://ftp.ox.ac.uk/pub/wordlists/ First get the README file. I didn't know the correct link. -- Best regards, Hirohito Higashi (a.k.a. h_east