I forgot: * Added - 'conceal39; / 'ownsyntax39; options (V. Negri) -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below...
11528
Rick R
rickcr@...
Jul 6, 2010 4:10 pm
I know this isn't a macVim specific question, and I have asked in the vim group, but I'm taking a shot asking here also since I know a lot of Mac users of...
11529
Carl Jacobsen
carl@...
Jul 6, 2010 7:02 pm
... (Sorry to come in at the end, just back from the long weekend.) So, I paste text into MacVim all the time (with either Cmd-C/Cmd-V, or drag and drop), and...
11530
Andy Block
effalumper@...
Jul 6, 2010 9:17 pm
... Hi Carl, Indeed, I am also most grateful that pasting in command or normal mode works with no problem. As a vi user in the (dim and distant) past, I know...
11531
iCeZuLy
czhiling@...
Jul 6, 2010 10:18 pm
Dear developer, Thank you very much for such great macvim. I have a problem. I know it's not a bug but I do not know how to correct it. In command mode, for...
11532
björn
bjorn.winckler@...
Jul 6, 2010 10:32 pm
... It would seem that you are just using a deprecated command (see ":h ... ":e" instead and tab completion will work again. Björn -- You received this...
11533
Rick R
rickcr@...
Jul 7, 2010 12:03 am
... Found a post on another site. Solution append **/ after FuFile so my mapping is now: map <leader>f :FufFile **/<CR> things are fine now. -- You received...
11534
Marco Ippolito
maroloccio@...
Jul 7, 2010 10:58 am
Possibly a bug? Under Mac OS X Snow Leopard, if I use the command line 'vim' to edit and save a file which had a Finder label... the label disappears....
11535
björn
bjorn.winckler@...
Jul 7, 2010 1:04 pm
... This is due to the way Vim saves files (it renames the original file for backup, then saves a new file, then finally deletes the backup). ... See, ":h...
11536
Sashko
tenetovyk@...
Jul 8, 2010 12:23 am
I'm mac user, but I really like vim-text-navigation style and other features. I tried to use TextMate, but nothing. I can't use it. So, maybe someone have...
11537
Lyle
lyle2.0@...
Jul 8, 2010 12:23 am
... I'm trying to do some mappings to match Eclipse (while yearning for the day I can embed Vim in it) and am having a little trouble with the Apple command ...
11538
Rick R
rickcr@...
Jul 8, 2010 5:04 am
... By the way, this plugin seemed to work pretty nicely in Eclipse back when I used Eclipse http://www.viplugin.com/viplugin/. (I use IDEA now, has vim mode...
11539
björn
bjorn.winckler@...
Jul 8, 2010 11:38 am
... Try map <D-R> :e **/" That is, capitalize the "R" instead of adding the "S-" flag when using <D-..> mappings. (Yes, it is a bit odd...) Björn -- You...
11540
Lyle
lyle2.0@...
Jul 8, 2010 3:48 pm
... Thanks. I've tried several plugins for Eclipse, with eclim being the best option for me so far, but unfortunately it doesn't support embedding gvim as an...
11541
Lyle
lyle2.0@...
Jul 9, 2010 3:11 pm
... Fantastic, that works. Thanks! -Lyle -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are...
11542
björn
bjorn.winckler@...
Jul 9, 2010 7:02 pm
... You should try asking on the vim_use mailing list seeing as this is not a Mac-specific question. Maybe somebody on that list will know. Björn -- You...
11543
Bram Moolenaar
Bram@...
Jul 10, 2010 6:16 pm
... I finally had time to have a look at this patch. Most of the changes are to files not in the normal Vim distribution. And most of the changes to...
11544
iCeZuLy
czhiling@...
Jul 16, 2010 6:56 pm
Thanks you very much for help. Have a nice weekend. ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the...
11545
Vincent Berthoux
twinside@...
Jul 16, 2010 11:24 pm
Hello Here is my patch to allow graphical sign loading and displaying in MacVim. I've tested it under Mac OS 10.6.3 with the CoreText Renderer. I'm totally new...
11546
J. Lewis Muir
jlmuir@...
Jul 16, 2010 11:24 pm
Using Vim in a Terminal window, when I perform line folding on a text file containing long lines, then select and copy the text (i.e. use a normal Mac OS X...
11547
John Beckett
johnb.beckett@...
Jul 16, 2010 11:45 pm
... That's because new members are moderated. There is no way to inform people about this, but messages from new members are put in a queue and held until a...
11548
björn
bjorn.winckler@...
Jul 17, 2010 12:18 pm
... Hi Vincent, Thanks for the patch! I have taken a glance at the patch but not tried it out yet. Overall it looks good, I will take a proper look at it...
11549
björn
bjorn.winckler@...
Jul 17, 2010 5:17 pm
... A patch to (properly) support copy&paste in console Vim on OS X was merged with the 7.3 branch only days ago. You can download and build from source...
11550
Dan
dan.r.abad@...
Jul 18, 2010 1:07 am
Hello, I have recently set up MacVim 7.2 snapshot 52 as an external editor with Xcode and I have installed cocoa.vim script from vim.org into my home .vim...
11551
Elben Shira
elbenshira@...
Jul 18, 2010 1:07 am
Hi, I want to write a script that opens up macvim and automatically runs a command. In vim, I run this: $ /Applications/MacVim.app/Contents/MacOS/Vim -c...
11552
Benjamin Esham
bdesham@...
Jul 18, 2010 4:00 am
... Hi Elben, I'm not actually sure of the distinction between running .../Vim and .../MacVim, but if you invoke .../Vim with the -g flag, e.g. $...
11553
björn
bjorn.winckler@...
Jul 18, 2010 2:22 pm
... Hi Dan, I see the same order of loaded scripts and I can't say I understand this issue. Reading the help I also get the impression the ~/.vim/after folder...
11554
björn
bjorn.winckler@...
Jul 18, 2010 2:23 pm
... Never call the MacVim binary directly! The correct way to start MacVim is using the -g flag to Vim as Benjamin points out. Read up on ":h macvim-start". ...
11555
Tony Mechelynck
antoine.mechelynck@...
Jul 18, 2010 2:27 pm
... Each script is listed only once by :scriptnames, in the order they were _first_ sourced; but each syntax script is sourced again for each edit file of that...
11556
Daniel Abad
dan.r.abad@...
Jul 18, 2010 4:52 pm
Hi Björn, Thanks for replying and indeed that is really weird that you have encountered something completely different. I will ask around on vim_use and...