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> ...
36387
Bram Moolenaar
Bram@...
Feb 1, 2003 12:09 pm
... BOOM! Time Used: 28313 days -- Momento mori, ergo carpe diem /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\\ ///...
36388
Paul J
paul@...
Feb 1, 2003 1:17 pm
... 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...
36389
Piet Delport
pjd@...
Feb 1, 2003 3:01 pm
... 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...
36390
Mikolaj Machowski
mikmach@...
Feb 1, 2003 3:18 pm
... ^ 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...
36391
Paul J
paul@...
Feb 1, 2003 6:41 pm
... 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...
36392
Geoffrey Mann
Geoffrey.Mann@...
Feb 1, 2003 8:08 pm
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/...
36393
Geoffrey Mann
Geoffrey.Mann@...
Feb 2, 2003 12:50 am
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@... ...
36394
Dave Rahardja
drahardja@...
Feb 2, 2003 3:17 am
Did you type a space after the "12"? - Dave Rahardja...
36395
Geoffrey Mann
Geoffrey.Mann@...
Feb 2, 2003 3:51 am
Thought I had tried this before sending mail but looks like this works: syn match sasProcGplot /proc/ nextgroup=gplot skipwhite syn match gplot /gplot/...
36396
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 2, 2003 10:48 am
... [...] 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...
36397
Steve Hall
digitect@...
Feb 3, 2003 4:02 am
... 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...
36398
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 3, 2003 4:45 am
... 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...
36399
Baris Erbas
berbas@...
Feb 3, 2003 9:49 am
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...
36400
Piet Delport
pjd@...
Feb 3, 2003 10:26 am
... 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...
36401
Naveen Chandra
Naveen.Chandra@...
Feb 3, 2003 10:36 am
... 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...
36402
Baris Erbas
berbas@...
Feb 3, 2003 10:46 am
yes thats what I was looking for.. thx a lot...
36403
Anith C.R
cr_anith@...
Feb 3, 2003 11:11 am
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...
36404
Naveen Chandra
Naveen.Chandra@...
Feb 3, 2003 11:46 am
... 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...
36405
Mikolaj Machowski
mikmach@...
Feb 3, 2003 12:39 pm
... Look through list produced by :digraph command. m....
36406
Neil Bird
neil@...
Feb 3, 2003 1:08 pm
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' ...
36407
Neil Bird
neil@...
Feb 3, 2003 1:27 pm
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...
36408
Neil Bird
neil@...
Feb 3, 2003 1:32 pm
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...
36409
Payal Rathod
payal@...
Feb 3, 2003 1:43 pm
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...
36410
Christl Timon
me@...
Feb 3, 2003 1:47 pm
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...
36411
Gerhard Siegesmund
gerhard.siegesmund@...
Feb 3, 2003 2:05 pm
... 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...
36412
David Fishburn
fishburn@...
Feb 3, 2003 2:16 pm
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...
36413
Gerhard Siegesmund
gerhard.siegesmund@...
Feb 3, 2003 2:26 pm
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...
36414
Charles E. Campbell
cec@...
Feb 3, 2003 2:34 pm
... 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) ...
36415
Jürgen Krämer
jkraemer@...
Feb 3, 2003 2:40 pm
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...