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@...
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@...
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@...
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....
... 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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...