... I'm having problems, I use the vi:set in comments thing, eg: /* vi:set expandtab sts=4 sw=4: */ and that seems to have stopped working. I've got a pretty...
theno23
s.w.harris@...
Nov 1, 2007 11:57 am
2413
... Here's how to check it: Make the file with that line active, then type ... Vim should tell you the current values and where they were set. See ... Best...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2007 12:33 pm
2414
Hi I am probably too late to answer this thread, but I ran into the same problem. It seems to be a problem with the settings of Terminal.app . By going to the...
Stefán
sivaldimarsson@...
Nov 9, 2007 10:15 pm
2415
... In the Terminal.app Display preferences, are both the options for "Wide glyphs" unchecked? Greek and most of the other fonts display properly for me with...
David Sewell
dsewell@...
Nov 10, 2007 2:27 pm
2416
Thanks Unchecking the two "wide glyphs" options helped a lot. Now the polytonic greek works properly. I think I finally made my Tiger terminal work as I want...
Stefán
sivaldimarsson@...
Nov 11, 2007 5:06 am
2417
Hi all! I've just installed MacVim on Leopard and I would like to know if's possible to move among the tabs using command+left and command+right like in other...
Jorge Ferrando
jferrando@...
Nov 14, 2007 12:30 pm
2418
Hi, ... try it ;-) It's possible with cmd-{ and cmd-} (on english keyboard layouts at least), as in every other apple os x app. This kind of question is better...
Nico Weber
nicolasweber@...
Nov 14, 2007 12:38 pm
2419
... great, thanks! this fixed the problem. ... fortunately cyrillic works fine :) --~--~---------~--~----~------------~-------~--~----~ You received this...
lanzz
lanzzzz@...
Nov 15, 2007 8:34 pm
2420
Hello, I got vim source from the SVN and compiled it on my Tiger 10.4.11 Mac OSX installation. No problem with compilation. My configure parameters: ...
Krzysztof Maj
mkrzych@...
Nov 27, 2007 10:18 pm
2421
Hi, ... just tried that, worked fine for me. How did you launch vim? Does it help if you rename your vimrc and gvimrc so that vim won't find it? It's better to...
Nico Weber
nicolasweber@...
Nov 28, 2007 7:55 am
2422
Hello Vim users, I have created the Vim desktop calendar for 2008. You can find three versions (English Letter, English A4, Dutch A4) here: ...
Bram Moolenaar
Bram@...
Dec 8, 2007 9:06 pm
2423
Subject: Keymap problem, toggle back to default keymap doesn't work for /search Background: Using MacVim snapshot 0711A on OS X 10.5 ("Leopard") Using my own...
Ken Beesley
krbeesley@...
Dec 12, 2007 8:41 pm
2424
... 1) Does your status line show the current keymap when active? I think it ought to, but if it doesn't, you may want to add a custom status line with %k in...
Tony Mechelynck
antoine.mechelynck@...
Dec 13, 2007 1:10 am
2425
Tony, Yes, when I do ... the name of the new keymap is displayed in the statusline. And this custom keymap works exactly as expected while its name is...
Kenneth Reid Beesley
krbeesley@...
Dec 13, 2007 3:00 am
2426
Kenneth Reid Beesley wrote: [...] ... [...] lmap = the :lmap command = language mappings (including keymaps). IM = Input Method = special dialogs used to input...
Tony Mechelynck
antoine.mechelynck@...
Dec 13, 2007 4:49 am
2427
Hi there. I've got a problem during VIMming. I'm using VIM 7.1.175 (svn version) compiled with following options: ./configure --enable-xim --enable-gui...
Kiwon Um
um.kiwon@...
Dec 29, 2007 8:01 am
2428
... I don't quite understand what the problem is: please corret me if I'm wrong. You're hitting / followed by some hangul text, then <Enter>. This works fine ...
Tony Mechelynck
antoine.mechelynck@...
Dec 29, 2007 3:32 pm
2429
On 12¿ù30ÀÏ, ¿ÀÀü12½Ã31ºÐ, Tony Mechelynck <antoine.mechely...@...> ... That's right. After hitting <Enter>, process is hanging. (It needs to...
Kiwon Um
um.kiwon@...
Dec 31, 2007 2:41 am
2430
... I think it will be helpful to know where it stopped at. Could you please run vim inside gdb and see if you can get a backtrace when it happens? - Jiang ...
Jjgod Jiang
gzjjgod@...
Dec 31, 2007 9:51 am
2431
Hi all. I've solved this problem. It seemed to be problematic with my XIM module, nabi. Today I've changed to scim-1.4.7 with scim-hangul-0.3.2. And All is...
Kiwon Um
um.kiwon@...
Dec 31, 2007 11:17 am
2432
I have a Korean colleague who wants to edit some texts using Korean jamo characters (Unicode 0x1100-0x11FF). This would be very easy in Vim, if we could find...
Kenneth Reid Beesley
krbeesley@...
Jan 10, 2008 6:06 pm
2433
Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab...
Bram Moolenaar
Bram@...
Jan 15, 2008 8:56 pm
2434
Here is the relevant build log: gui.c: In function 'gui_screenstr': gui.c:1913: error: 'enc_utf8' undeclared (first use in this function) gui.c:1913: error:...
Anand Hariharan
mailto.anand.harihara...
Jan 22, 2008 1:42 pm
2435
... GTK 2 is utf-8 based. Thus if you build with GTK 2 you must build with FEAT_MBYTE. -- SOLDIER: Where did you get the coconuts? ARTHUR: Through ... We...
Bram Moolenaar
Bram@...
Jan 22, 2008 10:10 pm
2436
... (...) ... Thank you for the prompt reply, Bram. God bless you for your ICCF efforts. sincerely, - Anand ...
Anand Hariharan
mailto.anand.harihara...
Jan 22, 2008 11:48 pm
2437
Hi, I'm using Vim 7.1 (patched 1-229) with SCIM 1.4.0 (Anthy) for Japanese inputting. After I preedit Japanese text, iminsert automatically turns off, though I...
Takuhiro Nishioka
takuhiro@...
Feb 5, 2008 4:26 am
2438
... I can't say I understand the details either. The im_is_active flag is supposed to keep track if wetther the input method is active, thus that typed...
Bram Moolenaar
Bram@...
Feb 6, 2008 6:41 pm
2439
Hi, Yes, Vim with GTK2 on Fedora Core 6. I don't have the Linux environment here, so I'll check through more in a few days. The following is what I discovered...
Takuhiro Nishioka
takuhiro@...
Feb 9, 2008 4:39 am
2440
hi, i'm new to vim. does anyone know where .vimrc file could be beside its default location ~/ I'm on OS X 10.5.2. I could only find .viminfo there. I tried...
koadr
pwnrus@...
Feb 13, 2008 7:25 am
2441
... Welcome :-) ... Vim looks for ~/.vimrc and ~/_vimrc. I recommend the latter, because files whose names start with '.' are not displayed in the Finder. ... ...