On Do, 11 Apr 2019, Tony Mechelynck wrote:
> > Somehow the commit got the title "Patch 8.1.1154".
> > I don't think there is a way to fix the commit message afterwards.
Well, one could fix it rewriting the history, however with a repository
that is cloned so often, it might cause trouble than
On Do, 11 Apr 2019, Bram Moolenaar wrote:
>
> Christian wrote:
>
> > please include the update to the German translations.
>
> Thanks.
>
> For the strings where "msgstr" is equal to "msgid", we could just drop
> them, right?
I wasn't sure, so I just made the translation the same.
Best,
Chr
Patch 8.1.1155
Problem:Termcodes tests can be improved.
Solution: Add helper functions to simplify tests. Dragging statusline for
xterm and sgr. (Dominique Pelle, closes #4237)
Files: src/testdir/test_termcodes.vim
*** ../vim-8.1.1154/src/testdir/test_termcodes.vim
I wrote:
> Dominique wrote:
>
> > This PR improves tests in src/testdir/test_termcodes.vim:
> >
> > - Added helper functions to emit terminal escape codes to simplify tests
> > and to make it easier to support other values of 'ttymouse'
> > - Test_xterm_mouse_drag_statusline now done for 'tt
> Just to be clear, on platforms like macOS that don't use .desktop
> files, the regeneration of these files will be skipped?
If the msgfmt command exists they will be updated. It's harmless.
--
hundred-and-one symptoms of being an internet addict:
252. You vote for foreign officials.
/// B
On Thu, Apr 11, 2019 at 8:15 PM Bram Moolenaar wrote:
>
>
> Tony wrote:
>
> > On Thu, Apr 11, 2019 at 6:45 PM Bram Moolenaar wrote:
> > >
> > >
> > > Patch 8.1.1153
> > > Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck)
> > > Solution: Add command to generate LINGUAS.
Patch 8.1.1154
Problem:Getting a newer msgfmt on Travis is too complicated.
Solution: Use a "sourcline" entry. (Ozaki Kiichi, closes #4236)
Files: .travis.yml
*** ../vim-8.1.1153/.travis.yml 2019-04-11 15:49:07.479204917 +0200
--- .travis.yml 2019-04-11 20:12:52.329278761 +0200
*
Tony wrote:
> On Thu, Apr 11, 2019 at 6:45 PM Bram Moolenaar wrote:
> >
> >
> > Patch 8.1.1153
> > Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck)
> > Solution: Add command to generate LINGUAS.
> > Files: src/po/Makefile
>
> For some reason I don't see this ch
On Thu, Apr 11, 2019 at 6:45 PM Bram Moolenaar wrote:
>
>
> Patch 8.1.1153
> Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck)
> Solution: Add command to generate LINGUAS.
> Files: src/po/Makefile
For some reason I don't see this changeset on the Mercurial mirror
(
Tony wrote:
> I get the following messages at the end of "make" after soft-linking
> ../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po
> subdirectory in each one of my shadow directories. These messages are
> probably due to running incremental make in shadow directories (rather
>
Patch 8.1.1153
Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck)
Solution: Add command to generate LINGUAS.
Files: src/po/Makefile
*** ../vim-8.1.1153/src/po/Makefile 2019-04-11 15:25:36.983065343 +0200
--- src/po/Makefile 2019-04-11 18:40:31.937057172 +0
On Thu, Apr 11, 2019 at 5:57 PM Tony Mechelynck
wrote:
>
> I get the following messages at the end of "make" after soft-linking
> ../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po
> subdirectory in each one of my shadow directories.
P.S. Package gettext-runtime (which includes the
I get the following messages at the end of "make" after soft-linking
../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po
subdirectory in each one of my shadow directories. These messages are
probably due to running incremental make in shadow directories (rather
than deleting and recrea
Marius Gedminas wrote:
> On Thu, Apr 11, 2019 at 02:00:18PM +0200, Bram Moolenaar wrote:
> > Christian wrote:
> > > Bram,
> > > in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned,
> > > that the desktop file translations could be generated at build time. So
> > > here is a p
Patch 8.1.1151
Problem:Build fails when using shadow directory.
Solution: Link the desktop.in files.
Files: src/Makefile
*** ../vim-8.1.1150/src/Makefile2019-04-11 17:27:24.86743 +0200
--- src/Makefile2019-04-11 16:20:26.817525218 +0200
***
*** 2778,27
Patch 8.1.1152
Problem:Compiler warning with VS2019.
Solution: Specify different offset for "AMD64". (closes #4235)
Files: src/GvimExt/Makefile
*** ../vim-8.1.1151/src/GvimExt/Makefile2019-04-04 20:31:59.094873282
+0200
--- src/GvimExt/Makefile2019-04-11 17:20:57.006
Cesar Romani wrote:
> I'm using gvim 8.1.1148 on Windows 7 with US-International layout
> keyboard.
>
> Normally, when I use the command prompt, cmd.exe, with code page 1252,
> and press the ' key (dead key) and the "a" key I get "á", but on a
> terminal window in gvim I get "'a".
> The same ha
Christian wrote:
> please include the update to the German translations.
Thanks.
For the strings where "msgstr" is equal to "msgid", we could just drop
them, right?
--
hundred-and-one symptoms of being an internet addict:
245. You use Real Audio to listen to a radio station from a distant
I'm using gvim 8.1.1148 on Windows 7 with US-International layout
keyboard.
Normally, when I use the command prompt, cmd.exe, with code page 1252,
and press the ' key (dead key) and the "a" key I get "á", but on a
terminal window in gvim I get "'a".
The same happens with the keys "^" and "a". I s
On Thu, Apr 11, 2019 at 02:00:18PM +0200, Bram Moolenaar wrote:
> Christian wrote:
> > Bram,
> > in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned,
> > that the desktop file translations could be generated at build time. So
> > here is a patch, that adds this capabilities to t
Bram,
please include the update to the German translations.
Best,
Christian
--
Wer wünscht, daß man ihn fürchte, erreicht nur, daß man ihn haßt.
-- Charles-Louis de Montesquieu
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below
Patch 8.1.1150
Problem:Generating desktop files not tested on Travis.
Solution: Install a newer msgfmt package. (Christian Brabandt)
Files: .travis.yml
*** ../vim-8.1.1149/.travis.yml 2019-02-03 13:12:20.344668681 +0100
--- .travis.yml 2019-04-11 15:04:35.629344234 +0200
I'm using gvim 8.1.1148 on Windows 7 with US-International layout
keyboard.
Normally, when I use the command prompt, cmd.exe, with code page 1252,
and press the ' key (dead key) and the "a" key I get "á", but on a
terminal window in gvim I get "'a".
The same happens with the keys "^" and "a". I s
Patch 8.1.1149
Problem:Building desktop files fails with older msgfmt.
Solution: Add autoconf check. Avoid always building the desktop files.
Files: src/configure.ac, src/auto/configure, src/po/Makefile,
src/po/Make_all.mak, src/config.mk.in
*** ../vim-8.1.1148/src/confi
Christian wrote:
> On Do, 11 Apr 2019, Bram Moolenaar wrote:
>
> > I have included this with patch 8.1.1147.
>
> Thanks.
>
> > Unfortunately CI fails:
> >
> > msgfmt: unrecognized option '--desktop'
> >
> > How do we work around that? Can we force-install a newer msgfmt
> > version?
On Do, 11 Apr 2019, Bram Moolenaar wrote:
> I have included this with patch 8.1.1147.
Thanks.
> Unfortunately CI fails:
>
> msgfmt: unrecognized option '--desktop'
>
> How do we work around that? Can we force-install a newer msgfmt
> version?
Hm, Travis runs with trusty, e.g. LTS 1
Christian wrote:
> Bram,
> in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned,
> that the desktop file translations could be generated at build time. So
> here is a patch, that adds this capabilities to the desktop files.
>
> The translatable strings will be extracted into
Patch 8.1.1148
Problem:CTRL-L with 'incsearch' does not pick up char under cursor.
(Smylers)
Solution: Do not compare the position with the cursor position. (Hirohito
Higashi, closes #3620)
Files: src/ex_getln.c, src/testdir/test_search.vim
*** ../vim-8.1.1147
Patch 8.1.1147
Problem:Desktop file translations are requiring manual updates.
Solution: Use the .po files for desktop file translations. (Christian
Brabandt)
Files: src/po/Makefile, src/po/gvim.desktop.in, src/po/vim.desktop.in,
CONTRIBUTING.md, Filelist, runtim
Patch 8.1.1146
Problem:In MS-Windows console colors in a terminal window are wrong.
Solution: Use the ansi index also for 16 colors. (Ken Takata)
Files: src/terminal.c
*** ../vim-8.1.1145/src/terminal.c 2019-04-06 22:01:20.756989404 +0200
--- src/terminal.c 2019-04-11 11:23
Patch 8.1.1145
Problem:Compiler warning for unused function. (Tony Mechelynck)
Solution: Add #ifdef.
Files: src/option.c
*** ../vim-8.1.1144/src/option.c2019-04-10 22:33:37.514161278 +0200
--- src/option.c2019-04-11 11:17:48.038298244 +0200
***
*** 6030,60
31 matches
Mail list logo