Re: VimWin

2007-04-21 Thread Dimitar
* A.J.Mechelynck [EMAIL PROTECTED] [070421 10:20]: Zhichao Hong wrote: I am aware of the the cream project. Unfortunately they are the gnu compilers. As I have a professional Visual C++ compiler, and Vim is such as great tool, I would like to compile it with the latest professional tool. I

Re: VimWin

2007-04-20 Thread Dimitar
* A. S. Budden [EMAIL PROTECTED] [070420 20:50]: Dear Zhichao, On 20/04/07, Zhichao Hong [EMAIL PROTECTED] wrote: Hi, all, I have been using Vim on the Win32 platform for a few years (since version 5.0). I enjoyed this program greatly. The Win32 build normally does not get patched

Re: meta offtopic: UTF-8/vim/mutt/mrxvt

2007-04-13 Thread Dimitar
. Françoise Rosay, französische Schauspielerin and translated in Cyrillic: Всяка жена иска по-добре да е красива отколкото умна, защтото има толкова много глупави мъже и толкова малко слепи. The encoding of this email has to be utf-8 I hope this helps, Dimitar * [EMAIL PROTECTED] [EMAIL

Re: [Help]How can I add some char before a block?

2007-04-13 Thread Dimitar
I normally use a plugin for commenting: http://www.vim.org/scripts/script.php?script_id=23 For inserting chars before a block I use ctrl-v and then I to insert code. , Dimitar * 陈方荣 [EMAIL PROTECTED] [070413 07:10]: Hi all,     How can I add some char before a block

Re: creating your own indent markers

2007-04-06 Thread Dimitar
May be what you need is: :help cinoptions-values if you are using cindent Regards, Dimitar * Eric Leenman [EMAIL PROTECTED] [070406 08:10]: Hi, Is it possible to redefine (or adjust) some of the indent markers. I have code containing ( at the end I.e: port map ( aa = bb, cc = dd

Re: replace word from buffer

2007-04-06 Thread Dimitar
What I do is ye yank /word search vep paste Gruss, Dimitar * [EMAIL PROTECTED] [EMAIL PROTECTED] [070406 09:00]: Hi, is there a way to do this more effectively? I often get in the situation of yanking a word into the buffer, search another word I want to replace

Re: replace word from buffer

2007-04-06 Thread Dimitar
A search and replace would be of course sometimes better: :%s/old_word/new_word/gc :help :s :help s_flags Dimitar * [EMAIL PROTECTED] [EMAIL PROTECTED] [070406 09:00]: Hi, is there a way to do this more effectively? I often get in the situation of yanking a word into the buffer

Re: mapping for jumping to a tag

2007-04-01 Thread Dimitar
* Tobia [EMAIL PROTECTED] [070331 20:35]: Dimitar wrote: I also tried to map c-j to c-] but it also didn't work. Uh? :map C-J C-] works here. Did you try this in a help file? :help then go to a tag and press c-j F12 Works for me too but I hoped I can use the c-j, I do not know why should

Re: mapping for jumping to a tag

2007-04-01 Thread Dimitar
* Tobia [EMAIL PROTECTED] [070401 11:30]: Dimitar wrote: * Tobia [EMAIL PROTECTED] [070331 20:35]: :map C-J C-] works here. Did you try this in a help file? :help then go to a tag and press c-j Yes, I tried it in a help window, both in console Vim and in GVim, before posting. I

mapping for jumping to a tag

2007-03-31 Thread Dimitar
fine for normal files but I cannot use it for the vim help. The error I get there is: E21: Cannot make changes, 'modifiable' is off But ctrl-] works also in help files. I also tried to map c-j to c-] but it also didn't work. Can someone help? Thanks, Dimitar

Re: Undo Levels Reset

2007-03-24 Thread Dimitar
* Vigil [EMAIL PROTECTED] [070323 22:20]: When a file is saved with :w, any changes in the undo history are lost and I can't undo things to get back to a state before I saved the file. It happens sometimes to me too. However I cannot reproduce it. Yours, Dimitar How can I prevent

Re: How to convert all the buffers into tab

2007-03-15 Thread Dimitar
* lin q [EMAIL PROTECTED] [070315 19:50]: Hi, I usually have such problem: in VIM7 i have many files opened in old way, meaning they are in buffers, now I want to have them opened in TAB, each tab has one buffer. Is there a simple way to do this? Take a look at thisi, it may help:

Re: How can a script know if we're running without X ?

2007-03-14 Thread Dimitar
* A.J.Mechelynck [EMAIL PROTECTED] [070314 07:50]: How can a Vim script know if we're running without an X connection? What about if has('gui') ? Of course, some cases are obvious, such as if has('unix') !has('x11') meaning we're on Unix with no X11 support compiled-in. But

Re: Any way to have multiple setfiletype's?

2007-03-08 Thread Dimitar
*.htmlAutoHTML() I'd like to figure out a way to do this automatically. Thanks, Kevin -- Kevin Old [EMAIL PROTECTED] Regards Dimitar