Vim spellcheck

2011-09-27 Thread Thomas
Hello vim-users, I've got a problem with the vim spellcheck. If I open a textfile and type :set spell spelllang=de_de everything works as expected. But if I close the file, open it again, vim doesn't know any word anymore. Everything is marked as wrong. If I :set nospell close the file, open it a

UNSUBSCRIBE

2011-09-27 Thread Dundar Yilmaz
-- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Vim spellcheck

2011-09-27 Thread Matteo Landi
On Tue, Sep 27, 2011 at 1:08 PM, Thomas wrote: > Hello vim-users, > > I've got a problem with the vim spellcheck. > If I open a textfile and type > :set spell spelllang=de_de > everything works as expected. > But if I close the file, open it again, vim doesn't know any word When you "close the fi

Re: Substitutions Triggered by autocmd Are Noisy

2011-09-27 Thread Tony Mechelynck
On 26/09/11 10:51, Bastien Dejean wrote: John Beckett a écrit : Try autocmd FileType mail silent call CleanMuttHeader() I still get the prompt. Regards, Try setting 'cmdheight' to 2 or even 3 in your vimrc Best regards, Tony. -- It is always preferable to visit home with a friend.

Intellisense method lookup?

2011-09-27 Thread Danaka Kahn
Hi all... a co-worker yesterday who uses RubyMine showed me the function of method lookup where he could click on a method in RubyMine and it would find it, even in an external gem (using Ruby/Rails here). Made me drool as I saw an immediate benefit, especially to be able to quickly find referenced

Re: Substitutions Triggered by autocmd Are Noisy

2011-09-27 Thread Charles Campbell
Bastien Dejean wrote: Hi, I'm trying to removed some of the default mutt headers since there's no facility for doing so inside mutt. Hence the following: autocmd FileType mail :%s/^\(Reply-To\|Bcc\): \n//e The only problem is that I get the "Press ENTER or type command to continue" prompt

Re: Vim spellcheck

2011-09-27 Thread Thomas
On 27 September 2011 15:23, Matteo Landi wrote: > On Tue, Sep 27, 2011 at 1:08 PM, Thomas wrote: >> Hello vim-users, >> >> I've got a problem with the vim spellcheck. >> If I open a textfile and type >> :set spell spelllang=de_de >> everything works as expected. >> But if I close the file, open i

RE: Color Definition at VIM Invocation???

2011-09-27 Thread Ken Schmitt
Thanks Ben, the following .vimrc file worked perfectly with my version 5.7 VIM to define additional colors not covered in the c syntax file: set showcmd set showmatch set ignorecase set incsearch set autowrite syntax on set nocompatible set tabstop=4 set textwidth=132 fun! LinkColorGroups() hi

Re: Vim spellcheck

2011-09-27 Thread Christian Brabandt
Hi Thomas! On Di, 27 Sep 2011, Thomas wrote: > On 27 September 2011 15:23, Matteo Landi wrote: > Now with "set spell spelllang=de_de" in my .vimrc the spellchecking is > always correct, but actually I just want to use this feature in a few > text-files. http://vimhelp.appspot.com/vim_faq.txt.ht

Re: Substitutions Triggered by autocmd Are Noisy

2011-09-27 Thread Bastien Dejean
Tony Mechelynck a écrit : > Try setting 'cmdheight' to 2 or even 3 in your vimrc Since I'm not willing to permanently change cmdheight and since my first attempt at temporarily modifying it failed, I looked at my .muttrc and I changed the following line: set editor = "vim +/^$ ++1" to

Re: Remembering syntax when moving in and out of buffers

2011-09-27 Thread Spiros Bousbouras
On Sep 25, 5:48 pm, Tony Mechelynck wrote: > On 25/09/11 17:35, Spiros Bousbouras wrote: > > On Sep 21, 7:38 pm, "Benjamin R. Haskell" wrote: > >> On Wed, 21 Sep 2011, Spiros Bousbouras wrote: > >>> On Sep 18, 11:14 pm, "Benjamin R. Haskell" wrote: > > > I wasn't trying to disable the normal file

Re: Remembering syntax when moving in and out of buffers

2011-09-27 Thread Spiros Bousbouras
On Sep 25, 6:09 pm, Tony Mechelynck wrote: > On 25/09/11 18:48, Tony Mechelynck wrote: > > > On 25/09/11 17:35, Spiros Bousbouras wrote: > >> I also don't like how the functionality for one type of file is split > >> among several directories which will in general also contain > >> functionality

Re: Remembering syntax when moving in and out of buffers

2011-09-27 Thread Spiros Bousbouras
On Sep 25, 8:42 pm, "Benjamin R. Haskell" wrote: > On Sun, 25 Sep 2011, Spiros Bousbouras wrote: > > On Sep 21, 7:38 pm, "Benjamin R. Haskell" wrote: > >> On Wed, 21 Sep 2011, Spiros Bousbouras wrote: > >>> On Sep 18, 11:14 pm, "Benjamin R. Haskell" wrote: > > 2. If you disable filetype- and synta

Re: Highlight current line number when using "set number"

2011-09-27 Thread Tony Mechelynck
On 26/09/11 16:03, Francesc Salvat-Pujol wrote: On Mon, Sep 26, 2011 at 2:07 PM, Ben Fritz mailto:fritzophre...@gmail.com>> wrote: On Sep 25, 4:04 am, Francesc Salvat-Pujol mailto:f.sal...@gmail.com>> wrote: > Hi, > > When using the option "set number", is there a way of

Re: Highlight current line number when using "set number"

2011-09-27 Thread Francesc Salvat-Pujol
On Wed, Sep 28, 2011 at 7:53 AM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On 26/09/11 16:03, Francesc Salvat-Pujol wrote: > >> On Mon, Sep 26, 2011 at 2:07 PM, Ben Fritz > > wrote: >> >> >> >>On Sep 25, 4:04 am, Francesc Salvat-Pujol >