Re: Patch 7.4.846

2015-09-01 Fir de Conversatie Christian Brabandt
Hi Kazunobu! On Mi, 02 Sep 2015, Kazunobu Kuriyama wrote: > When CONTRIBUTING.md is converted into an HTML file, we won't see as it > is, because it is likely to be treated as an HTML tag. > > So, I think, to show literally, the line should be replaced with > > "ahere is some textEsc" > >

Re: Patch 7.4.846

2015-09-01 Fir de Conversatie Kazunobu Kuriyama
>Patch 7.4.846 >Problem:Some GitHub users don't know how to use issues. >Solution: Add a file that explains the basics of contributing. >Files: Filelist, CONTRIBUTING.md > >+ "ahere is some text". When CONTRIBUTING.md is converted into an HTML file, we won't see as it is, because

Re: Patch 7.4.846

2015-09-01 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 01 Sep 2015, Bram Moolenaar wrote: > > > Patch 7.4.846 > > Problem:Some GitHub users don't know how to use issues. > > Solution: Add a file that explains the basics of contributing. > > Files: Filelist, CONTRIBUTING.md [...] > How about to add this

Patch 7.4.852

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.852 Problem:On MS-Windows console Vim uses ANSI APIs for keyboard input and console output, it cannot input/output Unicode characters. Solution: Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto) Files: src/os_win32.c, src/ui.c,

Re: Patch 7.4.846

2015-09-01 Fir de Conversatie Kazunobu Kuriyama
>Hi Kazunobu! > >On Mi, 02 Sep 2015, Kazunobu Kuriyama wrote: > >> When CONTRIBUTING.md is converted into an HTML file, we won't see as it >> is, because it is likely to be treated as an HTML tag. >> >> So, I think, to show literally, the line should be replaced with >> >> "ahere is some

Patch 7.4.853

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.853 Problem:"zt" in diff mode does not always work properly. (Gary Johnson) Solution: Don't count filler lines twice. (Christian Brabandt) Files: src/move.c *** ../vim-7.4.852/src/move.c 2015-08-11 19:13:55.142175641 +0200 --- src/move.c 2015-09-01 20:44:12.507720203

Patch 7.4.851

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.851 Problem:Saving and restoring the console buffer does not work properly. Solution: Instead of ReadConsoleOutputA/WriteConsoleOutputA use CreateConsoleScreenBuffer and SetConsoleActiveScreenBuffer. (Ken Takata) Files: src/os_win32.c ***

Patch 7.4.850

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.850 (after 7.4.846) Problem: does not show up. Solution: Use and . (Kazunobu Kuriyama) Files: CONTRIBUTING.md *** ../vim-7.4.849/CONTRIBUTING.md 2015-09-01 17:50:32.476494002 +0200 --- CONTRIBUTING.md 2015-09-01 19:47:33.679001533 +0200 *** *** 27,34

Patch 7.4.849

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.849 Problem:Moving the cursor in Insert mode starts new undo sequence. Solution: Add CTRL-G U to keep the undo sequence for the following cursor movement command. (Christian Brabandt) Files: runtime/doc/insert.txt, src/edit.c, src/testdir/test_mapping.in,

Re: Patch 7.4.846

2015-09-01 Fir de Conversatie Bram Moolenaar
Kazunobu Kuriyama wrote: > >Patch 7.4.846 > >Problem:Some GitHub users don't know how to use issues. > >Solution: Add a file that explains the basics of contributing. > >Files: Filelist, CONTRIBUTING.md > > > > >+ "ahere is some text". > > When CONTRIBUTING.md is converted into an

Re: Patch 7.4.846

2015-09-01 Fir de Conversatie Christian Brabandt
Hi Bram! On Di, 01 Sep 2015, Bram Moolenaar wrote: > Patch 7.4.846 > Problem:Some GitHub users don't know how to use issues. > Solution: Add a file that explains the basics of contributing. > Files: Filelist, CONTRIBUTING.md > > > *** ../vim-7.4.845/Filelist 2015-07-10

Re: Patch 7.4.853

2015-09-01 Fir de Conversatie Gary Johnson
On 2015-09-01, Bram Moolenaar wrote: > Patch 7.4.853 > Problem:"zt" in diff mode does not always work properly. (Gary Johnson) > Solution: Don't count filler lines twice. (Christian Brabandt) > Files: src/move.c > #ifdef FEAT_DIFF > ! /* used already contains the number of filler

VIM is inserting characters when start up

2015-09-01 Fir de Conversatie Luis González
Hi All, Using VIM version: VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2015 16:53:28) Included patches: 1-801, 803-808, 810-838 Compiled by I found the following issue: When I start vim for existing file, randomly insert a character 'g'. Reading in the web

Patch 7.4.847

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.847 Problem:"vi)d" may leave a character behind. Solution: Skip over multi-byte character. (Christian Brabandt) Files: src/search.c *** ../vim-7.4.846/src/search.c 2015-08-26 23:01:16.449677001 +0200 --- src/search.c2015-09-01 18:26:33.629994624 +0200

Patch 7.4.848

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.848 Problem:CTRL-A on hex number in Visual block mode is incorrect. Solution: Account for the "0x". (Hirohito Higashi) Files: src/charset.c, src/testdir/test_increment.in, src/testdir/test_increment.ok *** ../vim-7.4.847/src/charset.c2015-07-17

Re: o flick screen

2015-09-01 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > use instead. > > diff --git a/runtime/ftplugin/changelog.vim b/runtime/ftplugin/changelog.vim > index 244245e..208cab0 100644 > --- a/runtime/ftplugin/changelog.vim > +++ b/runtime/ftplugin/changelog.vim > @@ -223,7 +223,7 @@ if == 'changelog' >endfunction >

Re: Patch 7.4.840

2015-09-01 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Patch 7.4.840 (after 7.4.829) > Problem:Tooltip window stays open. > Solution: Send a WM_CLOSE message. (Jurgen Kramer) > Files: src/gui_w32.c > > > *** ../vim-7.4.839/src/gui_w32.c 2015-08-25 12:21:23.583957205 +0200 > --- src/gui_w32.c 2015-08-26

Re: o flick screen

2015-09-01 Fir de Conversatie mattn
CC: Nikolai Could you handle this problem? On Tuesday, September 1, 2015 at 11:25:53 PM UTC+9, Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > use instead. > > > > diff --git a/runtime/ftplugin/changelog.vim b/runtime/ftplugin/changelog.vim > > index 244245e..208cab0 100644 > > ---

Patch 7.4.845

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.845 Problem:Compiler warning for possible loss of data. Solution: Add a type cast. (Erich Ritz) Files: src/misc1.c *** ../vim-7.4.844/src/misc1.c 2015-08-25 14:21:14.013470670 +0200 --- src/misc1.c 2015-09-01 16:23:51.378393877 +0200 *** *** 3985,3991

Patch 7.4.844

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.844 Problem:When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto) Files: src/eval.c, src/testdir/test_comparators.in, src/testdir/test_comparators.ok, src/testdir/Makefile,

Patch 7.4.846

2015-09-01 Fir de Conversatie Bram Moolenaar
Patch 7.4.846 Problem:Some GitHub users don't know how to use issues. Solution: Add a file that explains the basics of contributing. Files: Filelist, CONTRIBUTING.md *** ../vim-7.4.845/Filelist 2015-07-10 19:21:45.663489149 +0200 --- Filelist2015-09-01 17:28:10.878424667