Hi, On Wed, Apr 29, 2009 at 4:37 PM, Tony Mechelynck ... The various aspects of mapping keys in Vim is explained in detail in the following pages: ...
103864
Peng Yu
PengYu.UT@...
Apr 30, 2009 3:34 am
Hi, It seems that vim does not have syntax and indentation supports for realtext file (.rt)? Can somebody make the syntax and indentation vim setup files for...
103865
Tony Mechelynck
antoine.mechelynck@...
Apr 30, 2009 4:00 am
... Sorry, I'm much behind in reading mail, and this thread's subject caught my eye so I processed it out-of-order, or you might have waited a week or two...
103866
Tony Mechelynck
antoine.mechelynck@...
Apr 30, 2009 4:22 am
... - Is your Vim compiled with +iconv ? ... will tell you (zero means "no", nonzero means "yes"). If it isn't, you'll need to recompile after installing the...
103867
Tony Mechelynck
antoine.mechelynck@...
Apr 30, 2009 4:41 am
... You may want to have a look at http://vim.wikia.com/wiki/Working_with_Unicode Best regards, Tony. -- Pretend to spank me -- I'm a pseudo-masochist! ...
103868
pansz
panshizhu@...
Apr 30, 2009 5:35 am
... Generally, new syntax file will be included, there's no .rt file syntax because nobody use it. It is very easy to create your own, you can check some...
103869
pansz
panshizhu@...
Apr 30, 2009 6:27 am
... Things can be worse than that: I've seen files mixed with \r\r92;n and \r\n and \n at the end of line. in which case ++ff=dos does not solve the problem....
103870
Matt Wozniski
mjw@...
Apr 30, 2009 6:46 am
... But that would ruin a file that intentionally had ^M in it - like some ex scripts, for instance. ~Matt ...
103871
GNU-redspider
redspid@...
Apr 30, 2009 7:53 am
I want to restore the session with modeline, how to do it. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
103872
Rudolf Bahr
box_1@...
Apr 30, 2009 8:35 am
... Hello Weasley, thank you for answering! I tried ":set ri" and it worked, but a little bit laborious, in that the cursor remains at the right edge of the...
103873
Ben Fritz
fritzophrenic@...
Apr 30, 2009 1:49 pm
... If by "session" you mean the result of a :mksession command in Vim, you can't. That's not what modelines are for. Session files created with :mksession are...
103874
Ben Fritz
fritzophrenic@...
Apr 30, 2009 2:30 pm
On Apr 29, 1:50 pm, cablesimple <chris.robin...@...> ... This looks like the 'shellpipe39; option. Most compilers redirect to stdout and/or stderr,...
103875
Ben Fritz
fritzophrenic@...
Apr 30, 2009 2:34 pm
... After a second readthrough of the help, you can set 'shellpipe39; to a single space instead of %s (e.g. "setlocal shellpipe=92; "), though I don't know if you...
103876
Christopher Robinson
chris.robinson@...
Apr 30, 2009 3:15 pm
... Thank you very much for the response Ben. After playing with the shellpipe option a bit I realized that I was actually reporting my problem incorrectly....
103877
Dennis Benzinger
Dennis.Benzinger@...
Apr 30, 2009 3:38 pm
... Either give it as an argument to :make or include % in the makeprg option. Read :help :make_makeprg (There's a paragraph that starts with {makeprg}). HTH, ...
103878
Tony Mechelynck
antoine.mechelynck@...
Apr 30, 2009 5:14 pm
... The above will remove any carriage-returns anywhere. My previous proposal will suppress at most one carriage-return per line, and only at the end. Here's...
103879
Yakov
iler.ml@...
Apr 30, 2009 6:42 pm
http://www.vim.org/scripts/script.php?script_id=1488 ScrollColors : Colorsheme Scroller, Chooser, and Browser SHORT USAGE DESCRIPTION: Drop ScrollColors.vim...
103880
Y. Hida
eigensolver@...
Apr 30, 2009 8:43 pm
Hi, I have a question regarding auto-indenting. Suppose I have a line whose indent is a mix of tabs and spaces, like following: ____....blah blah where ____...
103881
madiyaan
ahmadsharif@...
Apr 30, 2009 9:43 pm
Hello: When editing C files (.h or .cpp files), if I type something like: ()<cr><esc> And go somewhere else and press dot in normal mode, it does not put in ...
103882
madiyaan
ahmadsharif@...
Apr 30, 2009 9:47 pm
Okay, I isolated this problem to this script: http://www.vim.org/scripts/script.php?script_id=1735 Does anyone know how to fix this script so it doesn't affect...
103883
Vera, Pedro L.
pvera@...
Apr 30, 2009 10:13 pm
Thanks for the tip. The scroll plugin works really well. However, I'm having problem with the added schemes. I unzipped the files as the webpage suggested, but...
103884
Matt Wozniski
mjw@...
Apr 30, 2009 10:48 pm
... This is what would happen if you load a colorscheme that isn't named "martin_krischik.vim", but that had the line let g:colors_name = "martin_krischik.vim"...
103885
Vera, Pedro L.
pvera@...
Apr 30, 2009 11:34 pm
... Thanks for your help. I fixed the problem by unzipping at a different level of the directory, rather than at individual subdirectories. The plugin works...
103886
David Fishburn
dfishburn.vim@...
May 1, 2009 12:01 am
... Instead of just posting the link (which most people will be unwilling to click on) also post the title of the plugin: echofunc.vim : Echo the function...
103887
John Beckett
johnb.beckett@...
May 1, 2009 1:38 am
The May edition of the Vim Tips Main Page is now available: http://vim.wikia.com/ We feature quite a nice tutorial on ranges this month. It's a wiki, so please...
103888
Tony Mechelynck
antoine.mechelynck@...
May 1, 2009 2:07 am
... There are at least two different characters for mu. One of them, U+00B5, is part of ISO-8859-1 aka Latin1; I suppose it could be used in µA for ...
103889
Tony Mechelynck
antoine.mechelynck@...
May 1, 2009 2:39 am
... will append "~/.vimtest" in front of the 'runtimepath39; option, also adding a comma if the value wasn't empty. See ... Best regards, Tony. -- Gnagloot, n.: ...
103890
Tony Mechelynck
antoine.mechelynck@...
May 1, 2009 3:03 am
... Sorry for the late reply; as you can see, I'm behind in reading and answering mail. I don't know the answer. Anyway, I suppose <Esc>|nnf (where nn is a ...
103891
Tony Mechelynck
antoine.mechelynck@...
May 1, 2009 3:34 am
... IIUC, scripts from the Indian subcontinent (such as Devanagari, Gujarati, etc.) are even more intricate to display than Hebrew and Arabic (which Vim can...
103892
StarWing
weasley_wx@...
May 1, 2009 4:45 am
... see :h 'ci', you will find the answer:-) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...