Re: Vim 7.4a ready for beta testing (test96 FAILED)

2013-07-21 Fir de Conversatie raf
Bram Moolenaar wrote: > > Raf wrote: > > [...] > > > > > the hg version still produced the error just now. > > > > i uncommented the VALGRIND definition in src/tesdir/Makefile > > > > and uncommented the LEAK_CFLAGS = -DEXITFREE line in src/Makefile > > > > and recompiled vim and reran the test

[patch] fixed typos in help files

2013-07-21 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes a few typos in help files. 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 received this message because you

Patch for built in javascript.vim and css.vim

2013-07-21 Fir de Conversatie Amadeus Demarzi
This patch fixes javascript.vim and css.vim from clobbering plugin syntaxes when sourced via html.vim. Would it be possible to get this in for 7.4? More details here: https://groups.google.com/forum/#!topic/vim_dev/4Idz6Em2ZuU It's a long explanation, so this would be the TL;DR for it Cheers,

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Antonio Giovanni Colombo
...fine for me (Italian) All the best, Antonio -- /||\| Antonio Colombo / || \ | azc...@gmail.com / () \ | anto...@geekcorp.com (___||___) | az...@yahoo.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you ar

Re: Patch: Remove invalid keywords from syntax/vim.vim

2013-07-21 Fir de Conversatie Charles E Campbell
Hello! Please try syntax/vim.vim at my website: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM Regards, C Campbell -- -- 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://ww

Patch 7.4a.039

2013-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4a.039 Problem:New regexp engine doesn't match pattern. (Ingo Karkat) Solution: When adding a state also check for different PIM if the list of states has any state with a PIM. Files: src/regexp_nfa.c, src/testdir/test64.in, src/testdir/test64.ok *** ../vim-7.4a.03

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Yukihiro Nakadaira
On Mon, Jul 22, 2013 at 12:39 AM, Jakson Alves de Aquino wrote: > On Sun, Jul 21, 2013 at 11:47 AM, Yukihiro Nakadaira > wrote: > > On Sun, Jul 21, 2013 at 10:42 PM, Jakson Alves de Aquino > > wrote: > >> > >> Hi, > >> > >> I updated the translations of diff messages in syntax/diff.vim to > >>

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Jakson Alves de Aquino
On Sun, Jul 21, 2013 at 12:39 PM, Antonio Giovanni Colombo wrote: > Italian is practically OK, but I have the following remarks: > > syn match diffOnly "^Only in .*" > The format of the above [English] line is different (missing ": .*$") OK. I added the : .* By the way, I think I could remove th

Patch 7.4a.037

2013-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4a.037 Problem:Win32: When mouse is hidden and in the toolbar, moving it won't make it appear. (Sami Salonen) Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata) Files: src/gui_w32.c, src/gui_w48.c *** ../vim-7.4a.036/src/gui_w32.c 2013-06-27

Patch 7.4a.038

2013-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4a.038 Problem:When using MSVC 2012 there are various issues, including GUI size computations. Solution: Use SM_CXPADDEDBORDER. (Mike Williams) Files: src/gui_w32.c, src/gui_w48.c, src/os_win32.h *** ../vim-7.4a.037/src/gui_w32.c 2013-07-21 17:46:38.0

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Antonio Giovanni Colombo
Hi everybody, Italian is practically OK, but I have the following remarks: syn match diffOnly "^Only in .*" The format of the above [English] line is different (missing ": .*$") syn match diffDiffer "^I file .* e .* sono diversi$" should be: syn match diffBDiffer "^I file binari .* e .* sono div

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Jakson Alves de Aquino
On Sun, Jul 21, 2013 at 11:47 AM, Yukihiro Nakadaira wrote: > On Sun, Jul 21, 2013 at 10:42 PM, Jakson Alves de Aquino > wrote: >> >> Hi, >> >> I updated the translations of diff messages in syntax/diff.vim to >> version 3.3 of diffutils. Some messages are translated twice to >> match both diffut

Patch 7.4a.036

2013-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4a.036 Problem:"\p" in a regexp does not match double-width characters. (Yukihiro Nakadaira) Solution: Don't count display cells, use vim_isprintc(). Files: src/regexp.c, src/regexp_nfa.c, src/testdir/test64.in, src/testdir/test64.ok, src/testdir/test95.i

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Bram Moolenaar
Jakson Alves de Aquino wrote: > I updated the translations of diff messages in syntax/diff.vim to > version 3.3 of diffutils. Some messages are translated twice to > match both diffutils 3.3 and older versions. The messages are in > many languages and they were collected from the po files by a >

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Marcin Szamotulski
On 23:47 Sun 21 Jul , Yukihiro Nakadaira wrote: > On Sun, Jul 21, 2013 at 10:42 PM, Jakson Alves de Aquino > wrote: > > > Hi, > > > > I updated the translations of diff messages in syntax/diff.vim to > > version 3.3 of diffutils. Some messages are translated twice to > > match both diffutils

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Yukihiro Nakadaira
On Sun, Jul 21, 2013 at 10:42 PM, Jakson Alves de Aquino wrote: > Hi, > > I updated the translations of diff messages in syntax/diff.vim to > version 3.3 of diffutils. Some messages are translated twice to > match both diffutils 3.3 and older versions. The messages are in > many languages and the

diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Jakson Alves de Aquino
Hi, I updated the translations of diff messages in syntax/diff.vim to version 3.3 of diffutils. Some messages are translated twice to match both diffutils 3.3 and older versions. The messages are in many languages and they were collected from the po files by a script. It would be good if speakers

Re: :25 does not save cursor position to jump list

2013-07-21 Fir de Conversatie Bram Moolenaar
Dan wrote: > These commands perform the same function: > 25G > 25gg > :25 > > But the first two save the cursor position to the jump list, whereas the last > command does not, which I feel is inconsistent and a bug. > > For example, with the following buffer: > > 1 abc > 2 def > 3 ghi > > En

Re: :25 does not save cursor position to jump list

2013-07-21 Fir de Conversatie glts
On Sun, Jul 21, 2013 at 6:48 AM, Tony Mechelynck wrote: > On 07/21/13 06:12, Dan wrote: >> >> These commands perform the same function: >> 25G >> 25gg >> :25 >> >> But the first two save the cursor position to the jump list, whereas the >> last command does not, which I feel is inconsistent and a

Re: Vim slow after big count insert

2013-07-21 Fir de Conversatie Mike Williams
On 20/07/2013 10:13, LCD 47 wrote: On 19 July 2013, Mike Williams wrote: On 19/07/2013 15:52, Mike Williams wrote: On 19/07/2013 12:18, Dimitar DIMITROV wrote: Hi, Did a search on the vim_dev archives but couldn't find anything related to this. Sorry if this is redundant. Basically vim is e

Re: :25 does not save cursor position to jump list

2013-07-21 Fir de Conversatie glts
On Sun, Jul 21, 2013 at 6:12 AM, Dan wrote: > These commands perform the same function: > 25G > 25gg > :25 > > But the first two save the cursor position to the jump list, whereas the last > command does not, which I feel is inconsistent and a bug. > > For example, with the following buffer: > >