Re: Keyboard input handling

2010-05-05 Fir de Conversatie Henrik Öhman
On May 5, 1:14 am, Paul LeoNerd Evans leon...@leonerd.org.uk wrote: Vim's keyboard input system revolves centrally around a queue of bytes. This worked well when all the world was serial terminals. In this new world of GUIs this model doesn't work so well. I advocate changing it to a queue of

Re: Problem with without Cream vim-7.2.303 _vimrc

2009-12-03 Fir de Conversatie Henrik Öhman
On Dec 3, 2:14 am, John Beckett johnb.beck...@gmail.com wrote: Steve Hall wrote: Hmm, so then the original MyDiff() might have been ok for you? No. People have complained on the wiki that the Vim without Cream distribution does NOT work with diff. There were several misguided suggestions

Re: Is there a memory limit for a single vim instance ?

2009-11-19 Fir de Conversatie Henrik Öhman
On Oct 19, 11:10 am, winterTTr winterttr@gmail.com wrote: I don't know much about the memory management for the vim. But , recently , my gvim ( gvim72 under WinXP ) always give a warning about Out of memory!  (allocating %d bytes) where %d is a number . The warning appeared sometimes, but

Re: Issues with VIM in vista 64 bit

2009-09-02 Fir de Conversatie Henrik Öhman
On Sep 1, 10:24 pm, Steven S ssaj...@gmail.com wrote: I install it and everything is fine. But unless I launch it as an admin it takes almost a minute to load. I use the process monitor from sysinternals to see what is going on, there are all sorts of files being opened when I don't launch it

Re: Bug? BufRead sets local options in wrong tab on reload

2009-05-12 Fir de Conversatie Henrik Öhman
On May 12, 1:55 pm, Andy Wokula anw...@yahoo.de wrote: Ben Fritz schrieb: I posted this originally on vim_use but only got one response, from someone who thinks it's a bug. The original thread is here: http://groups.google.com/group/vim_use/browse_thread/thread/d93a0878b... Basically,

Re: Bug? BufRead sets local options in wrong tab on reload

2009-05-12 Fir de Conversatie Henrik Öhman
On May 12, 4:46 pm, Andy Wokula anw...@yahoo.de wrote: Right: When a buffer is no longer displayed in any window, the old window-local options are remembered together with other buffer data and restored when the buffer is displayed again. But these hidden window-local options are not

Strange behaviour when moving into folds in Visual mode

2009-04-23 Fir de Conversatie Henrik Öhman
Hi I'm developing a plugin which transforms Space into a useful key. (Cf. http://skota.org/spiff/vim/plugin/space.vim) The idea is that for some movement commands, such as searches, quickfix commands and some other motions, pressing Space will repeat the last movement, and S-Space (or BS)

Possible bug with :b completion on Windows

2009-01-29 Fir de Conversatie Henrik Öhman
Scenario: mkdir src mkdir src/sub touch src/foo.c src/foo.h src/sub/foo.c src/sub/foo.h vim -u NONE -N -c args src/**/*.[ch] -c set wildmode=longest On Linux (tested with 7.1.138) and Cygwin (tested with 7.2), these commands complete successfully: :b srcTabsTab = :b src/sub/foo. :b

RE: Possible bug with :b completion on Windows

2009-01-29 Fir de Conversatie Henrik Öhman
-Original Message- From: vim_dev@googlegroups.com [mailto:vim_...@googlegroups.com] On Behalf Of Andy Wokula Sent: Thursday, January 29, 2009 2:09 PM To: vim_dev@googlegroups.com Subject: Re: Possible bug with :b completion on Windows Henrik Öhman schrieb: Scenario

RE: A git from scratch repository of vim since vim-6.0

2008-07-03 Fir de Conversatie Henrik Öhman
-Original Message- From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christian MICHON Sent: Wednesday, July 02, 2008 2:31 AM To: vim_dev@googlegroups.com; vim-dev; Bram Moolenaar Subject: A git from scratch repository of vim since vim-6.0 Hi Bram,