Re: [patch] fixed capitalization of functions in doc

2019-03-09 Fir de Conversatie Bram Moolenaar
> Attached patch fixes capitalization of vim functions in documentation. Whether this is better or not is a matter of taste. When searching it's better though, thus I'll include it. -- hundred-and-one symptoms of being an internet addict: 42. Your virtual girlfriend finds a new net sweetheart

Re: Changed behaviour with comments

2019-03-09 Fir de Conversatie Bram Moolenaar
Robert Webb wrote: > I noticed a change in behaviour when moving from 7.3 to 8.1, when opening a > line after or before a "// blah" style comment. > > With the cursor on the comment line, it used to be that opening a line > above (with "O") would not insert a comment leader at the start, and sa

Re: Changed behaviour with comments

2019-03-09 Fir de Conversatie Gary Johnson
On 2019-03-10, Robert Webb wrote: > I noticed a change in behaviour when moving from 7.3 to 8.1, when opening a > line after or before a "// blah" style comment. > > With the cursor on the comment line, it used to be that opening a line above > (with "O") would not insert a comment leader at the s

Changed behaviour with comments

2019-03-09 Fir de Conversatie Robert Webb
I noticed a change in behaviour when moving from 7.3 to 8.1, when opening a line after or before a "// blah" style comment. With the cursor on the comment line, it used to be that opening a line above (with "O") would not insert a comment leader at the start, and same with opening a line below (wi

Re: [patch] fixed capitalization of functions in doc

2019-03-09 Fir de Conversatie Tony Mechelynck
On Sat, Mar 9, 2019 at 10:42 PM Dominique Pellé wrote: > > Tony Mechelynck wrote: > > > On Sat, Mar 9, 2019 at 9:15 PM Dominique Pellé > > wrote: > > > > > > Hi > > > > > > Attached patch fixes capitalization of vim functions > > > in documentation. > > > > > > Regards > > > Dominique > > > > Lo

Re: [patch] fixed capitalization of functions in doc

2019-03-09 Fir de Conversatie Dominique Pellé
Tony Mechelynck wrote: > On Sat, Mar 9, 2019 at 9:15 PM Dominique Pellé > wrote: > > > > Hi > > > > Attached patch fixes capitalization of vim functions > > in documentation. > > > > Regards > > Dominique > > Looks like there was a conflict between either writing the first word > of a sentence w

Re: [patch] fixed capitalization of functions in doc

2019-03-09 Fir de Conversatie Tony Mechelynck
On Sat, Mar 9, 2019 at 9:15 PM Dominique Pellé wrote: > > Hi > > Attached patch fixes capitalization of vim functions > in documentation. > > Regards > Dominique Looks like there was a conflict between either writing the first word of a sentence with an initial capital letter, or not altering the

[patch] fixed capitalization of functions in doc

2019-03-09 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes capitalization of vim functions in documentation. Regards Dominique -- -- 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 re

Patch 8.1.1002

2019-03-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1002 Problem:"gf" does not always work when URL has a port number. (Jakob Schöttl) Solution: When a URL is recognized also accept ":". (closes #4082) Files: src/findfile.c, src/testdir/test_gf.vim *** ../vim-8.1.1001/src/findfile.c 2019-02-13 22:45:21.50863

Patch 8.1.1001

2019-03-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1001 Problem:Visual area not correct when using 'cursorline'. Solution: Update w_last_cursorline also in Visual mode. (Hirohito Higashi, closes #4086) Files: src/screen.c, src/testdir/test_highlight.vim, src/testdir/dumps/Test_cursorline_with_visualmod

Patch 8.1.1000

2019-03-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1000 Problem:Indenting is off. Solution: Make indenting consistent and update comments. (Ozaki Kiichi, closes #4079) Files: src/getchar.c, src/ops.c *** ../vim-8.1.0999/src/getchar.c 2019-02-17 17:44:36.207875527 +0100 --- src/getchar.c 2019-03-09 08

Re: Student contribution to Vim

2019-03-09 Fir de Conversatie Bram Moolenaar
> I sort of assumed that most translations (messages etc) were quite static > and did not change much over time, based on this response I take it that > this is not true? That is correct. Most messages stay unchanged for a long time, but some get added or changed. Another thing is spell checki