Hello Sandip, From your .vimrc, I am guessing that you are using vim-latex. In this case, that is what is causing the problem... Vim-latex maps the <space> ...
Srinath Avadhanula
srinath@...
Feb 1, 2003 8:42 am
36387
... BOOM! Time Used: 28313 days -- Momento mori, ergo carpe diem /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\\ ///...
Bram Moolenaar
Bram@...
Feb 1, 2003 12:09 pm
36388
... Hash: SHA1 Dear All, I would like expand my status line. It is currently: %h%r%(%m%f\ %{CVSGetStatusLine()}%)%=%7.10l\ of\ %L,%-4.10v\ \ %p%% I would like...
Paul J
paul@...
Feb 1, 2003 1:17 pm
36389
... Try using \_s\+ instead of the space? This will match any amount of whitespace, including newlines. (See :h /\s and :h /\_ for more info.) -- Piet...
Piet Delport
pjd@...
Feb 1, 2003 3:01 pm
36390
... ^ Should do it. m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Learn Touch Typing with Vim: http://vim.sourceforge.net/script.php?script_id=461...
Mikolaj Machowski
mikmach@...
Feb 1, 2003 3:18 pm
36391
... Hash: SHA1 Dear All, I read the documentation for lcd: *:lc* *:lcd* ... current window. The current directory for other windows is not changed. {not in...
Paul J
paul@...
Feb 1, 2003 6:41 pm
36392
Piet, Thanks for your response. Unfortunately, all 4 of the below lines give me the same response for the below text. 1) syn region sasProcGplot start=/proc/...
Geoffrey Mann
Geoffrey.Mann@...
Feb 1, 2003 8:08 pm
36393
OK, that should read "I am not knowledgeable of regexp". :( ... From: Geoffrey Mann Sent: Saturday, February 01, 2003 3:08 PM To: Piet Delport; vim@... ...
Geoffrey Mann
Geoffrey.Mann@...
Feb 2, 2003 12:50 am
36394
Did you type a space after the "12"? - Dave Rahardja...
Dave Rahardja
drahardja@...
Feb 2, 2003 3:17 am
36395
Thought I had tried this before sending mail but looks like this works: syn match sasProcGplot /proc/ nextgroup=gplot skipwhite syn match gplot /gplot/...
Geoffrey Mann
Geoffrey.Mann@...
Feb 2, 2003 3:51 am
36396
... [...] A "window" in vim can be two different things: 1. (rarely used) the "program window" is the whole screen and/or off-screen area covered by gvim, as...
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 2, 2003 10:48 am
36397
... Believe it or not, my advocacy of this patch has nothing to do with my ability to speak Arabic... I can't! (Guess I'll need a translation.) I know there's...
Steve Hall
digitect@...
Feb 3, 2003 4:02 am
36398
... Believe it or not, neither can I, except for a few words and phrases. This one is a classical formula used when meeting people in polite society, it means...
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 3, 2003 4:45 am
36399
Hi, I am using a turkish keyboard on a RedHat 8.0 system. I cannot get the grave character (the one looks like the single left quotation character) and it is...
Baris Erbas
berbas@...
Feb 3, 2003 9:49 am
36400
... Rich text? I only see plain text here... ... Hmm, the :syn region statements above should work. Did you do a :syn clear, or restart Vim, before trying...
Piet Delport
pjd@...
Feb 3, 2003 10:26 am
36401
... I suppose you are looking for (`) char. you can type this char in insert-mode with CTRL-K '! read :help 'digraph' and see :digraphs hth -ncr -- Calvin: But...
Naveen Chandra
Naveen.Chandra@...
Feb 3, 2003 10:36 am
36402
yes thats what I was looking for.. thx a lot...
Baris Erbas
berbas@...
Feb 3, 2003 10:46 am
36403
Hi all, I want to load a certain set of parameters when I open a file with a particular extension. Say, I have a "c" file, and when I open it I should have...
Anith C.R
cr_anith@...
Feb 3, 2003 11:11 am
36404
... you can use autocommands for some simple settings. Put the following in your .vimrc au BufRead *.c set noic read :help au hth -ncr -- Calvin: But Calvin is...
Naveen Chandra
Naveen.Chandra@...
Feb 3, 2003 11:46 am
36405
... Look through list produced by :digraph command. m....
Mikolaj Machowski
mikmach@...
Feb 3, 2003 12:39 pm
36406
I got the nirvani.org vim6.1-130 SRC RPM, but it doesn't rpmbuild on my RH8.0 box. Any thoughts? term.c:129: conflicting types for `ospeed' ...
Neil Bird
neil@...
Feb 3, 2003 1:08 pm
36407
Around about 29/01/2003 19:01, Matthias Trevarthan typed ... ... Check your mappings (try "+y explicitely); is DISPLAY set rin the remote session? Does the...
Neil Bird
neil@...
Feb 3, 2003 1:27 pm
36408
Around about 31/01/2003 09:04, Neil Bird typed ... ... Anyone? -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signature ls: .signature: No such file or...
Neil Bird
neil@...
Feb 3, 2003 1:32 pm
36409
Hi all, A friend of mine wrote to me, <quote> Emacs lets me define a region (a "block" in other editors) and then apply an external command to each line in the...
Payal Rathod
payal@...
Feb 3, 2003 1:43 pm
36410
I wonder why there is no support for XHTML syntax highlighting and indenting. After all, XHTML1.0 has been a w3c recommendation for quite some time now (with...
Christl Timon
me@...
Feb 3, 2003 1:47 pm
36411
... help ! Basically you define a region (e.g. with visual mode) and then use a filter. ... This line filters your marked text through sort, so you get the...
Gerhard Siegesmund
gerhard.siegesmund@...
Feb 3, 2003 2:05 pm
36412
Note, there are 3 ways to get regions in Vim. V (lower case), select only what you want V (upper case), includes full lines Ctrl-V - select a block of code...
David Fishburn
fishburn@...
Feb 3, 2003 2:16 pm
36413
Or you can define a region using marks. You need this if you have a small vim in front of you which hasn't compiled in the block mode. ... -- cu --== Jerri...
Gerhard Siegesmund
gerhard.siegesmund@...
Feb 3, 2003 2:26 pm
36414
... You can select blocks of text V line-wise v character-wise (like sentences) ctrl-v visual-block (ie. select a rectangular region of text) ...
Charles E. Campbell
cec@...
Feb 3, 2003 2:34 pm
36415
Hi, ... Put the following line into ~/.vim/after/indent/html.vim: let g:html_indent_tags = g:html_indent_tags . '\|p' This adds '<p>' to the list of tags that...