Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 100941 - 100970 of 109194   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
100941
Saluton Matt :) ... That's what I supposed, but I wasn't fully sure :( ... Well, not having the terminal emulator right-click popup menu in editing sessions is...
Raúl Núñez d...
raul@...
Send Email
Feb 1, 2009
10:41 am
100942
Hi, I'm new to this list, so please apologize if I ask wrongly. ... The first "Hey!" shows, but none of the following echos. It leaves blank lines instead. It...
Vincent Birebent
vincent.birebent@...
Send Email
Feb 1, 2009
12:59 pm
100943
Just curious. Users who use Cyrillic (or Greek) have to shift toggle in order to type Latin letters. However vim by default only recognize ascii such as hjkl...
bill lam
cbill.lam@...
Send Email
Feb 1, 2009
4:16 pm
100944
Hi Tony, You're right, and I have exactly the same than you on regular vim. On my Macvim however nothing appears what ever arrows is pushed... Cheers, Vincent....
Vincent Birebent
vincent.birebent@...
Send Email
Feb 1, 2009
4:28 pm
100945
References: <FA6196AC-0057-4EC7-831F-188C85EAAEA7@...> In-Reply-To: <FA6196AC-0057-4EC7-831F-188C85EAAEA7@...> Content-Type: text/plain;...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2009
4:58 pm
100946
... Type... ... ... and check whether the command line history feature is enabled in your vim. If enabled, you should see +cmdline_hist. If not, you should...
Dominique Pelle
dominique.pelle@...
Send Email
Feb 1, 2009
5:15 pm
100947
... Use a keymap (one of those distributed with Vim, or an own-coded one using |mbyte-keymap|), and set 'keymap', if your keyboard normally sends Latin text...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2009
5:23 pm
100948
On Sun, Feb 1, 2009 at 7:43 PM, Tony Mechelynck ... Plea from a Russian Vim user: 'langmap' doesn't work with encodig=utf8, and who is using 8-bit encodings...
Cyril Slobin
cyril@...
Send Email
Feb 1, 2009
5:35 pm
100949
Hi Dominique, Thx! ... It fixed the issue (yet it seems most mysterious to me, since it's the default value). ...Didn't solve my "echo" problem though... ;) ...
Vincent Birebent
vincent.birebent@...
Send Email
Feb 1, 2009
6:01 pm
100950
... Actually, according to the help (last paragraph above ":help greek"), 'langmap' may be specified using multi-byte characters, but it will use them modulo...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2009
6:03 pm
100951
... There is patch for this, see the vim patches page. Hopefully will be integrated into mainline soon. Regards, Ag. ...
Agathoklis D. Hatzima...
a.hatzim@...
Send Email
Feb 1, 2009
6:19 pm
100952
... Maybe you were running in 'compatible' mode, where the default is zero? Best regards, Tony. -- ARTHUR: Charge! [They all charge with swords drawn towards...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2009
6:20 pm
100953
... I use 'keymap' option (for corresponding :help topics see very informative first post from Tony). 'keymap' option allows me to press CTRL-6 in insert mode...
Anton Sharonov
anton.sharonov@...
Send Email
Feb 1, 2009
8:12 pm
100954
We have a tip, created in July, which we are just getting around to deciding what to do with: http://vim.wikia.com/wiki/Syntax_heredoc_highlighting_for_dosini ...
Ben Fritz
fritzophrenic@...
Send Email
Feb 1, 2009
8:24 pm
100955
... Right... it's not exactly the most standardized format out there. Some parsers support quoted RHS, others don't. It wouldn't shock me if some support...
Matt Wozniski
mjw@...
Send Email
Feb 1, 2009
9:53 pm
100956
hi, how redirect output command (r!) to new buffer? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
JuanPablo
jabar004@...
Send Email
Feb 1, 2009
10:33 pm
100957
... is not an output command but an input command. It merges the given filename after the current line (or, with a [range], the given line) of the current...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2009
10:48 pm
100958
... Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. ...
John Beckett
johnb.beckett@...
Send Email
Feb 1, 2009
11:27 pm
100959
... There is a :redir command for redirecting output from _Vim_ commands. However, if you're using :r to read something, you would just create a ... John ...
John Beckett
johnb.beckett@...
Send Email
Feb 1, 2009
11:27 pm
100960
@John Beckett: Thanks, that did the trick. However, there's still one more annoyance... I thought VIM\VIMFILES was the right place to put vim files for all...
Guillermo
guillermo.listas@...
Send Email
Feb 1, 2009
11:27 pm
100961
A new version of vimim is out. After another hundreds email exchanges, I finally came out vimim version 2.1 for review. New features include: (1) add "easter...
Sean
maxiangjiang@...
Send Email
Feb 1, 2009
11:34 pm
100962
... Check your 'runtimepath' option. It is a comma-separated list of directories (each of which is the root of a tree); it should normally contain the...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2009
11:46 pm
100963
... Exactly, I get an error saying that I don't have access to the files (as a regular user). ... After logging on as Admin, I've downloaded three Vim...
Guillermo
guillermo.listas@...
Send Email
Feb 1, 2009
11:46 pm
100964
... In Windows, your desktop is part of your profile, and all files have permissions that prevent other general users reading the files. Moving those files to...
John Beckett
johnb.beckett@...
Send Email
Feb 2, 2009
1:48 am
100965
... I agree. It's a mess. ... My memory matches yours regarding DOS, etc. I don't know of a precedent, for a name change but I think such a change would make...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Feb 2, 2009
2:01 am
100966
Problem: *i_CTRL-\_CTRL-O* moves the cursor, while the vim help says: CTRL-O execute one command, return to Insert mode *i_CTRL-O* CTRL-\ CTRL-O like...
Sean
maxiangjiang@...
Send Email
Feb 2, 2009
3:06 am
100967
... What about backwards compatibility? With, for instance, users having ~/.vim/after/ftplugin/dosini.vim (and/or syntax/dosini.vim, indent/dosini.vim) or...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 2, 2009
3:09 am
100968
just upload my work of this month :) http://vim.sourceforge.net/scripts/script.php?script_id=2535 this plugin mix the features of code_complete and...
StarWing
weasley_wx@...
Send Email
Feb 2, 2009
6:00 am
100969
hi to all the list! I want to ask if it possible to have auto-complete feature with the substitute command.... Many times i want some long variable names, and...
Nicolas Aggelidis
n.aggelidis@...
Send Email
Feb 2, 2009
8:46 am
100970
maybe you can build a tag file, and define a command that has tag- complete feature ... or you can save something into register or you can only search(there...
StarWing
weasley_wx@...
Send Email
Feb 2, 2009
8:49 am
Messages 100941 - 100970 of 109194   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help