Spell Correction - Design - [count]z= ?

2006-04-19 Thread Dominic Evans
Hi, A small thought regarding spell checking which I've thought throughout the alpha / beta development. Currently: If a count is used that suggestion is used, without prompting. For example, "1z=" always takes the first su

Leading spaces -> tabs

2006-04-21 Thread Dominic Evans
I like to have leading spaces as tabs, but all spaces after any non-whitespace character has occurred to be regular spaces. Unfortunately :retab! performs the spaces->tab substitution throughout the file. In the past I have got around this by using the following replace instead (where ^I = tab)

Re: Leading spaces -> tabs

2006-04-21 Thread Dominic Evans
On 4/21/06, Gerald Lai <[EMAIL PROTECTED]> wrote: > There's a general dislike for tabs because it is editor-dependent. I > only seem to find use for them in Makefiles. Only the tabstop should be editor dependant. I follow the philosophy of here: http://derkarl.org/why_to_tabs.html - using tabs to

GVim Win32 - mouse cursor

2006-05-04 Thread Dominic Evans
Just a minor bug. It may not be fixable I am not sure. But I run GVim with 'set mouse=' (i.e. mouse completely disabled). However, if the mouse hovers over the statusline of a split window it still changes to the <--> resize cursor. As I said it is a very minor thing but thought I would mention i

Re: avoid "Press Enter..." with new z= from function

2006-05-06 Thread Dominic Evans
On 5/5/06, Eric Arnold <[EMAIL PROTECTED]> wrote: Are you saying you always want the first entry? How about something like: nnoremap z= z=1 Though you might want to pick something else to remap than z= , in case you want to pick from the list sometimes. you can already use '1z=' to auto chan