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...
100942
Vincent Birebent
vincent.birebent@...
Feb 1, 2009 12:59 pm
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...
100943
bill lam
cbill.lam@...
Feb 1, 2009 4:16 pm
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...
100944
Vincent Birebent
vincent.birebent@...
Feb 1, 2009 4:28 pm
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...
100947
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2009 5:23 pm
... 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...
100948
Cyril Slobin
cyril@...
Feb 1, 2009 5:35 pm
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...
100949
Vincent Birebent
vincent.birebent@...
Feb 1, 2009 6:01 pm
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... ;) ...
100950
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2009 6:03 pm
... Actually, according to the help (last paragraph above ":help greek"), 'langmap' may be specified using multi-byte characters, but it will use them modulo...
100951
Agathoklis D. Hatzima...
a.hatzim@...
Feb 1, 2009 6:19 pm
... There is patch for this, see the vim patches page. Hopefully will be integrated into mainline soon. Regards, Ag. ...
100952
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2009 6:20 pm
... Maybe you were running in 'compatible' mode, where the default is zero? Best regards, Tony. -- ARTHUR: Charge! [They all charge with swords drawn towards...
100953
Anton Sharonov
anton.sharonov@...
Feb 1, 2009 8:12 pm
... 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...
100954
Ben Fritz
fritzophrenic@...
Feb 1, 2009 8:24 pm
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 ...
100955
Matt Wozniski
mjw@...
Feb 1, 2009 9:53 pm
... 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...
100956
JuanPablo
jabar004@...
Feb 1, 2009 10:33 pm
hi, how redirect output command (r!) to new buffer? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
100957
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2009 10:48 pm
... 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...
100958
John Beckett
johnb.beckett@...
Feb 1, 2009 11:27 pm
... Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. ...
100959
John Beckett
johnb.beckett@...
Feb 1, 2009 11:27 pm
... 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 ...
100960
Guillermo
guillermo.listas@...
Feb 1, 2009 11:27 pm
@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...
100961
Sean
maxiangjiang@...
Feb 1, 2009 11:34 pm
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...
100962
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2009 11:46 pm
... 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...
100963
Guillermo
guillermo.listas@...
Feb 1, 2009 11:46 pm
... 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...
100964
John Beckett
johnb.beckett@...
Feb 2, 2009 1:48 am
... 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...
100965
Ben Schmidt
mail_ben_schmidt@...
Feb 2, 2009 2:01 am
... 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...
100966
Sean
maxiangjiang@...
Feb 2, 2009 3:06 am
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...
100967
Tony Mechelynck
antoine.mechelynck@...
Feb 2, 2009 3:09 am
... What about backwards compatibility? With, for instance, users having ~/.vim/after/ftplugin/dosini.vim (and/or syntax/dosini.vim, indent/dosini.vim) or...
100968
StarWing
weasley_wx@...
Feb 2, 2009 6:00 am
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...
100969
Nicolas Aggelidis
n.aggelidis@...
Feb 2, 2009 8:46 am
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...
100970
StarWing
weasley_wx@...
Feb 2, 2009 8:49 am
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...