Stop a libcall loop

2011-09-27 Thread niva
Hi, I have done a dll that go into a while loop. It freeze gvim interface and I wonder if I can recode this loop in order to stop it by signal sent or another way ? Thanks for help -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are

Re: Stop a libcall loop

2011-09-27 Thread Tony Mechelynck
On 27/09/11 08:13, niva wrote: Hi, I have done a dll that go into a while loop. It freeze gvim interface and I wonder if I can recode this loop in order to stop it by signal sent or another way ? Thanks for help Hm, here are a few ideas: 1. Have you tried Esc or Ctrl-Break? Does it do

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

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()

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 landima...@gmail.com 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.

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 antoine.mechely...@gmail.com wrote: On 25/09/11 17:35, Spiros Bousbouras wrote: On Sep 21, 7:38 pm, Benjamin R. Haskellv...@benizi.com wrote: On Wed, 21 Sep 2011, Spiros Bousbouras wrote: On Sep 18, 11:14 pm, Benjamin R. Haskell wrote: I wasn't trying

Re: Remembering syntax when moving in and out of buffers

2011-09-27 Thread Spiros Bousbouras
On Sep 25, 6:09 pm, Tony Mechelynck antoine.mechely...@gmail.com 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

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 v...@benizi.com 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

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 fritzophre...@gmail.com mailto:fritzophre...@gmail.com wrote: On Sep 25, 4:04 am, Francesc Salvat-Pujol f.sal...@gmail.com mailto:f.sal...@gmail.com wrote: Hi, When using the