Hi Vim developers here, Accidentally I found the procedures required to reproduce the crash related with "language messages zh_CN.UTF-8". It is related with...
adah@...
May 1, 2005 7:30 am
58902
Hello, if I code ruby with vim I run the script via :!ruby <script> Is there a way to redirect the output in a vim buffer and is there a way to debug a script...
Daniel W.
dawh@...
May 1, 2005 8:17 pm
58903
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
bram@...
May 2, 2005 12:15 am
58904
I ask this because when I installed Vim with the default language set to Simplified Chinese on an English Windows XP Pro box, the menus and messages have...
adah@...
May 2, 2005 2:26 am
58905
Hi, Suppose I want to measure then length of the string highlighted under visual mode. Is there a way to do it? -- Regards, Edward WIJAYA SINGAPORE...
Edward WIJAYA
ewijaya@...
May 2, 2005 3:38 am
58906
... You could yank the text into a register and then call strlen on the buffer. For example: <select visual range> "ay ... James -- GPG Key: 1024D/61326D40...
jamessan@...
May 2, 2005 3:47 am
58907
Hi, After installing vim 6.3 on a HP-UX box, I see some special characters when I type anything in the vim window. This is how it looks: ...
Naren N S (NEW)
narenns@...
May 2, 2005 4:13 am
58908
Hi, I'm using Vim6.3. I had look through quite a number of FAQs and have not found the answer to the following question, please help How do I 1. filter out...
py
pyjunk@...
May 2, 2005 4:49 am
58909
Hi, I've just installed vim6.3 on a HP-UX machine. The problem with it is that it takes quite sometime to load. Please note that the installation was done...
Naren N S (NEW)
narenns@...
May 2, 2005 5:12 am
58910
... If you want to restore the selection area, try: `<v`> or V or which-ever. I tried making a function to do it automatically, function! Vislen() let...
Eric Arnold
eric_p_arnold@...
May 2, 2005 5:45 am
58911
You need to get used to navigating the online help system, since it contains nearly everything, though not necessarily spoon-fed as nicely as an FAQ. However,...
Eric Arnold
eric_p_arnold@...
May 2, 2005 6:28 am
58912
Hello py, Monday, May 2, 2005, 7:48:52 AM, you wrote: p> Hi, p> I'm using Vim6.3. I had look through quite a number of FAQs and have not p> found the answer to...
Wind
sonic_wind@...
May 2, 2005 7:03 am
58913
If you want to return back to previous visual selection you can simply use gv ... -- Marian On Mon, 02 May 2005 07:45:15 +0200, Eric Arnold...
Marian Csontos
csontos@...
May 2, 2005 7:05 am
58914
try :lang I met with similar problem some itme ago on czech|slovak windows. Not sure, probably it has something to do with installation. -- Marian ... -- Mgr....
Marian Csontos
csontos@...
May 2, 2005 7:09 am
58915
Hello Daniel, Sunday, May 1, 2005, 11:12:38 PM, you wrote: DW> Hello, DW> if I code ruby with vim I run the script via :!ruby <script> DW> Is there a way to...
Wind
sonic_wind@...
May 2, 2005 7:43 am
58916
... One of the reasons vim startup can be slow, is because it tries to connect to your X server. Try unsetting $DISPLAY. Kind regards, Peter Palm...
Peter Palm
peterp@...
May 2, 2005 9:59 am
58917
Peter Palm wrote: ["Naren N S (New)" <narenns@...> wrote:] ... ... or using the -X command-line argument. However, if your terminal name includes "cons" or...
A. J. Mechelynck
antoine.mechelynck@...
May 2, 2005 10:12 am
58918
... Yes. It's all best summarised here: http://www.rubygarden.org/ruby?VimExtensions Actually using the ruby-enhanced version of vim, along with the vim-ruby...
Thomas Adam
thomas_adam16@...
May 2, 2005 12:58 pm
58919
Hi, Does anybody know how to get gvimdiff to also report the total number of diffs between the two files? Also is there a way for it to list the diff# the...
R Sam
ren.sam@...
May 2, 2005 1:03 pm
58920
To quote Bram, a Vim 7 "teaser": In Vim 7, 'statusline' is a buffer-local option......
Halim, Salman
salman@...
May 2, 2005 1:05 pm
58921
On Mon, 02 May 2005 20:56:41 +0800, Thomas Adam <thomas_adam16@...> ... Also, is there one for Perl? -- Regards, Edward WIJAYA SINGAPORE...
... If you just want to see the length and not use it in a script, just type g^G (letter 'g' followed by Ctrl-G). See ... HTH, Gary -- Gary Johnson...
Gary Johnson
garyjohn@...
May 2, 2005 4:21 pm
58924
Is there a normal command to yank a filename into a buffer based on the isfname option. Something kind of like yiw? Scott Cegielski scegielski@... ...
Scott Cegielski
scegielski@...
May 2, 2005 6:18 pm
58925
Hi, can someone tell me how to change my vim syntx highlighting to make strings displayed in an italic font rather than being underlined… all those ...
S M.C Butler
simon@...
May 2, 2005 6:52 pm
58926
hi; if i have an equation like \begin{equation} 4 \times D_{L} \le D_{M} \end{equation} and i want to insert the imply arrow (==>) after this equation and i...
Mohammed Smadi
smadim2@...
May 2, 2005 6:54 pm
58927
... Based on your example, I suspect you mean "yank a filename into a *register*", rather than a buffer. If this is the case, you can do something like ... ...
Tim Chase
vim@...
May 2, 2005 7:34 pm
58928
... This is very OT. Go to comp.text.tex to ask about this. Also see the standard LaTeX math references. Alan Isaac PS You probably want the amsmath package...
Alan G Isaac
aisaac@...
May 2, 2005 7:45 pm
58929
In some settings I love to set fo+=n but I *only* want *delimited* numbers to be used for the numbered lists. (Otherwise any numbers in the text create...
Alan G Isaac
aisaac@...
May 2, 2005 8:10 pm
58930
... and look towards the lower-right-corner of the screen. -Arun...