Re: Errors upon quitting Vim

2016-01-22 Thread bstaint
在 2016年1月22日星期五 UTC+8上午2:27:51,Nicola写道: > From time to time, upon exiting Vim an error message flashes on the screen, > but > too quickly for me to read it. I'd like to understand why it happens. Is there > a way to log such errors or somehow pause Vim when an error appears? > > Nicola You can

Re: Dead keys

2016-01-22 Thread Tony Mechelynck
theOn Sat, Jan 23, 2016 at 12:11 AM, Chris Jones wrote: > Just curious about this and couldn't find anything online. > > Has anybody heard of a dead key scheme where the user hits the printable > key first and then adds the diacritic? Same as what I do when using the > X server's Compose key.. bu

Re: Dead keys -> digprah input

2016-01-22 Thread Sven Guckes
* Chris Jones [2016-01-23 01:36]: > Has anybody heard of a dead key scheme where the user hits > the printable key first and then adds the diacritic? umm.. no. > When you type the Spanish word "qué" for instance, you would first > type q+u+e... "que" - which has both a different meaning and > gr

Re: problem: editing a _corrupted_ CP1252 file

2016-01-22 Thread Random832
Kenneth Reid Beesley writes: > I have a little alias gvim1252 set to > > gvim -c “e ++enc=cp1252” you'll want to add ++bad=keep to that; it should do mostly what you asked for below with the <81> and such. It'll open the file in read-only mode, and won't let you write the file until you'v

problem: editing a _corrupted_ CP1252 file

2016-01-22 Thread Kenneth Reid Beesley
I have a number of 8-bit text files that _should_ be in CP1252, but they may contain byte values that are undefined for CP1252, e.g. \x81, \x8D, \x8F, \x90 and \x9d. I.e. these are potentially corrupted files that are mostly legal CP1252, should be legal CP1252, and I have to make them legal CP1

Re: Dead keys

2016-01-22 Thread Shawn H Corey
On Fri, 22 Jan 2016 18:11:26 -0500 Chris Jones wrote: > Has anybody heard of a dead key scheme where the user hits the > printable key first and then adds the diacritic? Same as what I do > when using the X server's Compose key.. but without the need of a > Compose key. ViM has its own compose k

Re: Dead keys

2016-01-22 Thread Matt Ackeret
> On Jan 22, 2016, at 3:11 PM, Chris Jones wrote: > So I'm wondering if anybody has ever heard of anything such as this... > either limited to Vim... or better still... a system-wide solution on > linux systems running the X window system... possibly as some kind of > driver/filter/hook... optio

Re: Vimdiff with multiple buffers

2016-01-22 Thread JohnBeckett
Simon Ruderich wrote: > I'd really like to get better support for changes inside a line > in Vimdiff. At the moment Vimdiff doesn't create minimal changes > in this case. I recall there was a plugin which helped with that, > but I forgot its name. Anybody has an idea? diffchar gave excellent resul

Re: Python 3 support

2016-01-22 Thread rameo
Op vrijdag 22 januari 2016 22:18:03 UTC+1 schreef Christian Brabandt: > Hi rameo! > > On Fr, 22 Jan 2016, rameo wrote: > > > I've installed the latest vim beta: gvim-7-4-1087.exe > > > > Doesn't the beta support python 3? > > > > `import vim` doesn't work. > > Vim could not load library python

Dead keys

2016-01-22 Thread Chris Jones
Just curious about this and couldn't find anything online. Has anybody heard of a dead key scheme where the user hits the printable key first and then adds the diacritic? Same as what I do when using the X server's Compose key.. but without the need of a Compose key. When you type the Spanish wor

Re: Python 3 support

2016-01-22 Thread Christian Brabandt
Hi rameo! On Fr, 22 Jan 2016, rameo wrote: > I've installed the latest vim beta: gvim-7-4-1087.exe > > Doesn't the beta support python 3? > > `import vim` doesn't work. > Vim could not load library python27.dll > > I've installed python 3.5. > uninstalled it and installed python 3.4 > uninsta

Python 3 support

2016-01-22 Thread rameo
I've installed the latest vim beta: gvim-7-4-1087.exe Doesn't the beta support python 3? `import vim` doesn't work. Vim could not load library python27.dll I've installed python 3.5. uninstalled it and installed python 3.4 uninstalled it and installed 3.3 Still same error. -- -- You receive

Python 3 support

2016-01-22 Thread rameo
I've installed the latest vim beta: gvim-7-4-1087.exe Doesn't the beta support python 3? `import vim` doesn't work. Vim could not load library python27.dll I've installed python 3.5. uninstalled it and installed python 3.4 uninstalled it and installed 3.3 Still same error. -- -- You receive

Re: Vimdiff with multiple buffers

2016-01-22 Thread Gary Johnson
On 2016-01-22, Christian Brabandt wrote: > Hi Simon! > > On Fr, 22 Jan 2016, Simon Ruderich wrote: > > > On Thu, Jan 21, 2016 at 02:53:04PM -0500, Ven Tadipatri wrote: > > > Hmm...I guess I should have read the manual first. > > > :diffget > > > seems to do the trick. So to answer my own questi

Re: Vimdiff with multiple buffers

2016-01-22 Thread Christian Brabandt
Hi Simon! On Fr, 22 Jan 2016, Simon Ruderich wrote: > On Thu, Jan 21, 2016 at 02:53:04PM -0500, Ven Tadipatri wrote: > > Hmm...I guess I should have read the manual first. > > :diffget > > seems to do the trick. So to answer my own question, I would do > > :diffget 1 for the one on the left > >

Re: Vimdiff with multiple buffers

2016-01-22 Thread Simon Ruderich
On Thu, Jan 21, 2016 at 02:53:04PM -0500, Ven Tadipatri wrote: > Hmm...I guess I should have read the manual first. > :diffget > seems to do the trick. So to answer my own question, I would do > :diffget 1 for the one on the left > and :diffget 3 for the one on the right. > But if anyone has any