Re: [PATCH 3 of 3] syntax/pfmain.vim: update for postfix 2.12/3.0

2015-02-01 Fir de Conversatie Bram Moolenaar
Anto Shestakov wrote: > 02.02.2015, 01:04, "Bram Moolenaar" : > > Anton Shestakov wrote: > >>  01.02.2015, 19:51, "Christian Brabandt" : > >>>  Hi Anton! > >>> > >>>  On So, 01 Feb 2015, Anton Shestakov wrote: >   # HG changeset patch > >>>  [...] >   syntax/pfmain.vim: update for postf

[patch] New events: TabNew, TabNewEntered and TabClosed (mk2)

2015-02-01 Fir de Conversatie Felipe Morales
Hi all, at https://groups.google.com/forum/#!topic/vim_dev/Qnmdv7OLh_g/discussion I proposed a new TabNew event. This is a followup to that, adding: - a new TabNewEntered event which gets triggered after the first buffer in the new tab is entered. This is equivalent to using a t: variable, but

Re: [PATCH 3 of 3] syntax/pfmain.vim: update for postfix 2.12/3.0

2015-02-01 Fir de Conversatie Anton Shestakov
02.02.2015, 01:04, "Bram Moolenaar" : > Anton Shestakov wrote: >>  01.02.2015, 19:51, "Christian Brabandt" : >>>  Hi Anton! >>> >>>  On So, 01 Feb 2015, Anton Shestakov wrote:   # HG changeset patch >>>  [...]   syntax/pfmain.vim: update for postfix 2.12/3.0 >>>  Please send those patches

Re: [PATCH 3 of 3] syntax/pfmain.vim: update for postfix 2.12/3.0

2015-02-01 Fir de Conversatie Bram Moolenaar
Anton Shestakov wrote: > 01.02.2015, 19:51, "Christian Brabandt" : > > Hi Anton! > > > > On So, 01 Feb 2015, Anton Shestakov wrote: > >> # HG changeset patch > > > > [...] > >> syntax/pfmain.vim: update for postfix 2.12/3.0 > > > > Please send those patches to the maintainer of the file. > > I

Re: [PATCH 3 of 3] syntax/pfmain.vim: update for postfix 2.12/3.0

2015-02-01 Fir de Conversatie Anton Shestakov
01.02.2015, 19:51, "Christian Brabandt" : > Hi Anton! > > On So, 01 Feb 2015, Anton Shestakov wrote: >> # HG changeset patch > > [...] >> syntax/pfmain.vim: update for postfix 2.12/3.0 > > Please send those patches to the maintainer of the file. I did and the email bounced (user unknown). Any ot

Re: [PATCH 3 of 3] syntax/pfmain.vim: update for postfix 2.12/3.0

2015-02-01 Fir de Conversatie Christian Brabandt
Hi Anton! On So, 01 Feb 2015, Anton Shestakov wrote: > # HG changeset patch [...] > syntax/pfmain.vim: update for postfix 2.12/3.0 Please send those patches to the maintainer of the file. He will then send an updated syntax file to Bram for distribution with Vim. Thanks. Best, Christian -- Wi

[PATCH 2 of 3] syntax/pfmain.vim: re-sort the lines

2015-02-01 Fir de Conversatie Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1422778109 -28800 # Sun Feb 01 16:08:29 2015 +0800 # Node ID 1c7534946515414bca35ec284c2990b5ee9ed150 # Parent c5355b9dafae781275ab2d314e569e91851fec7b syntax/pfmain.vim: re-sort the lines This is required to get the next patch minimal. di

[PATCH 1 of 3] syntax/pfmain.vim: remove duplicates

2015-02-01 Fir de Conversatie Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1422775319 -28800 # Sun Feb 01 15:21:59 2015 +0800 # Node ID c5355b9dafae781275ab2d314e569e91851fec7b # Parent 84171683fd6681984b88b7b70d0d3e6a317ac169 syntax/pfmain.vim: remove duplicates diff --git a/runtime/syntax/pfmain.vim b/runtime/sy

[PATCH 3 of 3] syntax/pfmain.vim: update for postfix 2.12/3.0

2015-02-01 Fir de Conversatie Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1422788421 -28800 # Sun Feb 01 19:00:21 2015 +0800 # Node ID a6027b6ffb61ae2c8fea88c3f9dd245ab62ddb74 # Parent 1c7534946515414bca35ec284c2990b5ee9ed150 syntax/pfmain.vim: update for postfix 2.12/3.0 I used an html parser to extract keywords

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-02-01 Fir de Conversatie Yukihiro Nakadaira
> Currently Vim shows pre-edit text as over-the-spot.  Vim inserts > pre-edit text to the buffer temporarily to show it.  But as commented at > im_preedit_changed_cb() in the source code, over-the-spot implementation > have a few problem. s/over-the-spot/on-the-spot/ > I would like to suggest to

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-02-01 Fir de Conversatie Yukihiro Nakadaira
On Sat, Jan 31, 2015 at 9:58 PM, Khang Nguyen wrote: > Thank you for your reply. > > Your suggestion really helps me in investigating the case. > > With 'gvim -u NONE', I can type the letter 'ň' (U+00F2) without any > errors. This suggests that the cause is in my .vimrc. To be specific, > the fol