Hi! How I can enable auto complete word in writing? Thanks for advice cblasius...
59572
vudghkzm
vudghkzm@...
Jun 1, 2005 7:24 am
Hello, everyone. I know php.vim that is a indent script for php. I think that it is very useful. I want a indent script for HTML or XML. But I can not search...
59573
Mufit Eribol
hme@...
Jun 1, 2005 8:47 am
I have just set up a new server (FC3). When I connect to this server through ssh (putty) I get no color at vi console. All config files appear in black and...
59574
Zbigniew Kowalski
zbikow1@...
Jun 1, 2005 8:56 am
you can encrypt vim files via command :X try :help :X for more info in such case vim prompts for password HTH zbikow ... Zbigniew Kowalski ...
59575
Marian Csontos
csontos@...
Jun 1, 2005 9:49 am
Hi, Creating ~/.vimrc should be enough, even empty. W/o it vim is in vi compatible mode. Regards -- Marian ... ________ Information from NOD32 ________ This...
59576
Antony Scriven
adscriven@...
Jun 1, 2005 9:49 am
Hello ... This is somewhat shorter and transforms the whole buffer (if I understand the problem correctly; I missed the original mail): ...
59577
Marian Csontos
csontos@...
Jun 1, 2005 9:54 am
Hi, CTRL-N, CTRL-P - completes only to words in actual file. But there is more than it: tagfile completion, keyword list completion, filename completion,... ...
59578
Mark Woodward
markwoodward@...
Jun 1, 2005 10:03 am
... check out Benji Fishers? wordComplete plugin -- Mark...
59579
cblasius
cblasius@...
Jun 1, 2005 10:15 am
Than you everyone for help :-) cblasius...
59580
Varun Gupta
gpta_varun@...
Jun 1, 2005 10:44 am
Hi Thnx a lot sir for your response. But this requires setting the password individually for each file . Is there a way by which , auto encryption works for...
59581
Alan G Isaac
aisaac@...
Jun 1, 2005 11:10 am
... Cheers, Alan Isaac...
59582
Mikolaj Machowski
mikmach@...
Jun 1, 2005 11:24 am
Hello, Vim7 required. (upgrade recommended because of slight changes in Vim behaviour, joys of writing for alpha-alpha version ;) Vim Structured Text (VST) is...
59583
Eric Leenman
ELeenman@...
Jun 1, 2005 11:36 am
Apperantly it is possible to add tooltips in VIM. How do you do that? I've tried to use Intellisense for VIM, ...
59584
François Pinard
pinard@...
Jun 1, 2005 12:24 pm
[Mikolaj Machowski] ... Quite good news! I did not look at VST yet, as I saw no good point at forking out of reST. I wish full reST compatibility will be...
59585
Zbigniew Kowalski
zbikow1@...
Jun 1, 2005 1:38 pm
Dear Varun, IMHO the features you're asking about should be provided by a security software / cryptographic software not by a text editor. Maybe, for example,...
59586
drchip@...
Jun 1, 2005 2:39 pm
... If you want an action to occur for every file in some directory, you should use autocmds. As a related example, consider ebcdic encoding: " editing...
59587
A. J. Mechelynck
antoine.mechelynck@...
Jun 1, 2005 3:04 pm
... Have you tried ... ? This should make $VIMRUNTIME/indent/html.vim and $VIMRUNTIME/indent/xml.vim available to you. Best regards, Tony....
59588
A. J. Mechelynck
antoine.mechelynck@...
Jun 1, 2005 3:08 pm
... [...] See ... Best regards, Tony....
59589
Hofmann, Joachim
J.Hofmann@...
Jun 1, 2005 5:06 pm
... The +"normal zz" example was just a typo, I used "+normal zz", where the plus sign is *inside* the quotes. --> Here is a real example: with two "+" -...
59590
Hofmann, Joachim
J.Hofmann@...
Jun 1, 2005 5:11 pm
Sorry, the second example in my last post generates four, not three buffers: --servername gmain --remote-silent +$(CurLine) -c "setlocal filetype=vbnet" -c...
59591
A. J. Mechelynck
antoine.mechelynck@...
Jun 1, 2005 5:29 pm
... Does $(Curline) include a space-separated double dash? See ":help ---". Best regards, Tony....
59592
Eric Arnold
eric_p_arnold@...
Jun 2, 2005 12:43 am
All the WinXP versions I have don't include the sun workshop, which seems to be where the balloons are. Is it true that you need to have a Unix version or ...
59593
Eric Arnold
eric_p_arnold@...
Jun 2, 2005 12:53 am
Wow. Mana from heaven. I'd been working with Bram on this problem, but I didn't realize he'd fixed it, let alone made it available (or even that the root...
59594
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 1:16 am
... AFAIK, all you need is a version compiled with the +balloon_eval feature, i.e., ... includes +balloon_eval ; ... answers 1. For Windows, see my Vim page ...
59595
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 1:22 am
... New patches for Vim 6.3 are published on the vim-dev list and appear at about the same time on the FTP server. I try to compile them no more than 24 hours...
59596
dany.stamant@...
Jun 2, 2005 1:46 am
The original message was included as an attachment....
59597
Eric Arnold
eric_p_arnold@...
Jun 2, 2005 5:05 am
As I understand it, buffer variables are local and persistent to each Vim buffer in which the script is executed, so once defined, they should be valid until...
59598
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 5:29 am
... The above omits the part where b:restore_cmdheight is created; we see s:Init_buffer_variables() called from s:Restore_origin_window() but we don't see...
59599
Varun Gupta
gpta_varun@...
Jun 2, 2005 5:46 am
Hi I have been trying the encryption option . Now i enabled the encryption option. Suddenly the power went off. A swap file was created. Now even when i...
59600
Varun Gupta
gpta_varun@...
Jun 2, 2005 6:12 am
HI Once encryption is enabled , (I added the command 'set key=varun' in .vimrc), if I want to disable it , simply deleting the command from .vimrc does'nt work...