Re: Mapping s-space with GTK2 (was write 'set t_Co=256', scroll and keybind problems)

2008-02-25 Fir de Conversatie Matt Wozniski
On Sun, Feb 24, 2008 at 7:13 PM, Tony Mechelynckwrote: Matt Wozniski wrote: If anyone remembers this thread, the OP complained that he could neither get s-space to be recognized independently of space in vim nor in a GTK2 or Gnome2 gvim. I gave him a solution to get it to work in

Make directory option a global-local

2008-02-25 Fir de Conversatie Andrew McCarthy
Hi folks, I'm new to this list. Please let me know if I'm missing anything or should be posting on another list. I'm investigating this bug reported on Ubuntu's Launchpad: https://bugs.launchpad.net/ubuntu/+source/vim/+bug/11899 The quick summary is that Mutt asked Vim to edit a file

Re: Make directory option a global-local

2008-02-25 Fir de Conversatie James Vega
On Mon, Feb 25, 2008 at 12:06:24PM +, Andrew McCarthy wrote: Thoughts? Any better/cleaner ideas? mkdir -p ~/.vim/tmp echo 'set directory=$HOME/.vim/tmp' .vimrc -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Make directory option a global-local

2008-02-25 Fir de Conversatie Andrew McCarthy
On Mon, Feb 25, 2008 at 07:57:02AM -0500, James Vega wrote: On Mon, Feb 25, 2008 at 12:06:24PM +, Andrew McCarthy wrote: Thoughts? Any better/cleaner ideas? mkdir -p ~/.vim/tmp echo 'set directory=$HOME/.vim/tmp' .vimrc That works alright, but I was hoping to avoid a total change to

Re: Make directory option a global-local

2008-02-25 Fir de Conversatie Matt Wozniski
On Mon, Feb 25, 2008 at 9:27 AM, Andrew McCarthy wrote: On Mon, Feb 25, 2008 at 07:57:02AM -0500, James Vega wrote: On Mon, Feb 25, 2008 at 12:06:24PM +, Andrew McCarthy wrote: Thoughts? Any better/cleaner ideas? mkdir -p ~/.vim/tmp echo 'set directory=$HOME/.vim/tmp'

Re: Make directory option a global-local

2008-02-25 Fir de Conversatie ThoML
Thoughts? Any better/cleaner ideas? If there actually is a problem, the problem IMHO would be that the temporary file is created in /tmp which doesn't lie in vim's responsibility though. What's the use of the swp file without the message text? If you set directory to ., the swp file will be

Re: feature request: help users count lines - display relative line numbers

2008-02-25 Fir de Conversatie Nick Gravgaard
On Fri, 22 Feb 2008 14:52:01 +0100, Andy Wokula [EMAIL PROTECTED] said: Nick Gravgaard schrieb: And you cannot compare 2d- with 2dd, you have to compare it with 2d+. Sure, but 2dd is quicker to type than 2d+, and I'm not sure how many people really use 2d-. I don't. I use 2dj and 2dk,

Patch 7.1.263

2008-02-25 Fir de Conversatie Bram Moolenaar
Patch 7.1.263 Problem:The filetype can consist of two dot separated names. This works for syntax and ftplugin, but not for indent. (Brett Stahlman) Solution: Use split() and loop over each dot separated name. Files: runtime/indent.vim ***

Re: Mapping s-space with GTK2 (was write 'set t_Co=256', scroll and keybind problems)

2008-02-25 Fir de Conversatie Bram Moolenaar
Matt Wozniski wrote: On Mon, Feb 4, 2008 at 4:55 PM, [EMAIL PROTECTED] wrote: On Jan 12, 1:57 pm, Matt Wozniski wrote: On Jan 12, 2008 12:49 PM, Ben Schmidt wrote: noremap Space PageDown noremap S-Space PageUp However, in Linux, running vim inside the

Mapping s-space with GTK2 (was write 'set t_Co=256', scroll and keybind problems)

2008-02-25 Fir de Conversatie Matt Wozniski
Sent this to Bram instead of the list accidentally; forwarding. -- Forwarded message -- From: Matt Wozniski [EMAIL PROTECTED] Date: Mon, Feb 25, 2008 at 4:02 PM Subject: Re: Mapping s-space with GTK2 (was write 'set t_Co=256', scroll and keybind problems) To: Bram Moolenaar