Re: Re: split(",,,x,,,", ",") returns ["x", "", ""].

2015-08-31 Fir de Conversatie Mikołaj Machowski
Dnia Niedziela, 30 Sierpnia 2015 18:35 Bram Moolenaar napisał(a) > So far the keepempty argument was zero or non-zero. If we make it a > string then we can pass different flags: > 0 default - drop empty items at start and end > 1 keep all empty items >

Re: Patch 7.4.832

2015-08-31 Fir de Conversatie Erich Ritz
First time poster here... Updating from 7.4.827 to 7.4.843 gives me a new compiler warning: misc1.c(3988) : warning C4267: '-=' : conversion from 'size_t' to 'int', possible loss of data I'm using MSVC 2012, targeting 64-bit. My compile commands are: nmake -f Make_mvc.mak CPU=AMD64

Re: Patch 7.4.832

2015-08-31 Fir de Conversatie Bram Moolenaar
Erich Ritz wrote: > First time poster here... > > Updating from 7.4.827 to 7.4.843 gives me a new compiler warning: > misc1.c(3988) : warning C4267: '-=' : conversion from 'size_t' to 'int', > possible loss of data > > I'm using MSVC 2012, targeting 64-bit. My compile commands are: > nmake

Feature Request: Formal support for Ligatures.

2015-08-31 Fir de Conversatie Kevin Lozandier
Ligature support being added to Vim I highly recommend being pursued more than ever. Mainstream monospace fonts are now supporting ligatures that add sensible & rational value to everyday programmers. Montotype fonts with ligatures allow programmers to more clearly see the intent of typed

Re: Re: split(",,,x,,,", ",") returns ["x", "", ""].

2015-08-31 Fir de Conversatie Christ van Willegen
On Mon, Aug 31, 2015 at 8:48 AM, Mikołaj Machowski wrote: > Dnia Niedziela, 30 Sierpnia 2015 18:35 Bram Moolenaar > napisał(a) >> So far the keepempty argument was zero or non-zero. If we make it a >> string then we can pass different flags: >> 0

End User License Agreements

2015-08-31 Fir de Conversatie mattn
Hi Bram and list. AFAIK, Vim is legacy software, was born about 20 years ago. 20 years ago, most of software didn't have clearly license agreements. So I don't wonder anything about that vim doesn't contain a copy of template file of famous license agreements in the repository. Some user seems

Re: split(",,,x,,,", ",") returns ["x", "", ""].

2015-08-31 Fir de Conversatie Yukihiro Nakadaira
On Mon, Aug 31, 2015 at 1:35 AM, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > > > split(",,,x,,,", ",") returns ["x", "", ""]. I think expected result is > > ["x"]. > > The documentation says that only empty items at the start and end are > dropped, thus the result

Re: is# may not be failed to parse with isident+=#

2015-08-31 Fir de Conversatie mattn
On Monday, August 31, 2015 at 7:53:37 PM UTC+9, Bram Moolenaar wrote: > You can use try/catch, that also works to catch syntax errors. > However, after your fix it works, thus the try/catch isn't actually > needed. https://gist.github.com/mattn/948cb085d6cbd745b10e Is this okay? - mattn --

o flick screen

2015-08-31 Fir de Conversatie mattn
Hi list. 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 if exists(":NewChangelogEntry")

Re: Question regarding :normal

2015-08-31 Fir de Conversatie Quinn Strahl
On Friday, 28 August 2015 18:46:00 UTC-4, Justin M. Keyes wrote: > On Aug 27, 2015 3:45 PM, "Gary Johnson" wrote: > > > > > > On 2015-08-27, Christian Brabandt wrote: > > > > Hi Quinn! > > > > > > > > On Do, 27 Aug 2015, Quinn Strahl wrote: > > > > > > > > > I was just