Re: Updates to vhdl.vim

2015-10-06 Thread John Little
On Tuesday, October 6, 2015 at 2:00:41 AM UTC+13, Daniel Kho wrote: > Somehow the one installed by the package manager seems pretty old. Doing a > ":version" gave the following: > :version > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 4 2012 04:25:35) > Included patches: 1-429 That's the v

Re: Unexpected result when using getreg() with three arguments

2015-10-06 Thread Nikolay Pavlov
2015-10-05 19:18 GMT+03:00 glts <676c7...@gmail.com>: > On Sunday, October 4, 2015 at 11:38:26 PM UTC+2, ZyX wrote: >> 2015-10-05 0:02 GMT+03:00 glts <676c7...@gmail.com>: >> > 'getreg(regname, 1, 1)' returns different lists for the same selection >> > in characterwise and linewise mode. Why? >> >

Re: Updates to vhdl.vim

2015-10-06 Thread Daniel Kho
Thanks John. I'll be upgrading precise soon. Best regards, Daniel On Tue, 6 Oct 2015 at 18:59 John Little wrote: > On Tuesday, October 6, 2015 at 2:00:41 AM UTC+13, Daniel Kho wrote: > > Somehow the one installed by the package manager seems pretty old. > Doing a ":version" gave the following:

Re: Updates to vhdl.vim

2015-10-06 Thread Tony Mechelynck
On Mon, Oct 5, 2015 at 3:00 PM, Daniel Kho wrote: > Thanks Tony. I (finally) cloned the Mercurial project on my new laptop and > noticed that the source files reflected the latest changes. I guess it's the > Ubuntu package manager that is not updated yet (I installed with "sudo > apt-get install v

Re: [vim] VIM unable to find iconv dll in windows (+iconv/dyn option) (#440)

2015-10-06 Thread Tony Mechelynck
On Wed, Oct 7, 2015 at 2:06 AM, louarr wrote: > The latest iconv dll from gnuwin32 is named libiconv2.dll. Should vim also > try to load this dll instead of the old libiconv.dll? For the time being I > was able to solve the problem by copying libiconv2.dll to libiconv.dll > Vim on Windows (when c

Re: Updates to vhdl.vim

2015-10-06 Thread Daniel Kho
Yeah, I'm now thinking of bringing back my laptop to get those guys to install the latest stable version of Ubuntu. On Wed, 7 Oct 2015 at 08:15 Tony Mechelynck wrote: > On Mon, Oct 5, 2015 at 3:00 PM, Daniel Kho wrote: > > Thanks Tony. I (finally) cloned the Mercurial project on my new laptop >

Re: [Bug] Indentation of C++ constructor with initializer list

2015-10-06 Thread h_east
Hi James and Bram, 2015-10-4 (Sun) 22:29:23 UTC+9 h_east: > Hi James! > > 2015-8-2 (Sun) 13:46:34 UTC+9 James McCoy: > > Given the file foo.cc > > > > -- >8 -- > > class a { > > public: > > a() : i(0) > > { > > } > > > > a() > >