Re: MacVim on El Capitan?

2015-10-30 Thread Keyan
On Friday, 30 October 2015 02:09:52 UTC+1, RPDooling  wrote:
> Is it safe?
> 
> I am so grateful to those working on the next snapshot of Macvim, but in the 
> meantime I'm interested to hear from anybody successfully using Snapshot 77 
> of MacVim after upgrading to El Capitan? 
> 
> I spend most of the workday in MacVim and don't want to risk the El Capitan 
> upgrade until it's reasonably safe.
> 
> Thanks for any advice.
> 
> Rick

I'm currently using the test-snapshot of MacVim and have no problems, even in 
the split screen-mode.

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MacVim maintenance

2015-03-16 Thread Keyan
Thank you very much for your effort! I use MacVim since I moved to Mac in 2008.

On Wednesday, 21 January 2015 19:05:50 UTC+1, björn  wrote:
> Hi all,
> 
> For quite some time now I have been unable to keep up with maintaining
> MacVim and I've constantly been thinking that during the "next"
> holidays I'll fix the outstanding issues.  It is becoming apparent
> that I'll never be able to find that time so I'm going to have to step
> down as maintainer of MacVim.
> 
> My apologies for taking so long to announce this.  I did spend a few
> days recently trying to fix some of the issues appearing on Yosemite
> but I've not in that time been able to come up with a satisfactory
> solution.  This was perhaps the turning point where I realized I would
> never be able to find enough time to keep up.
> 
> If anybody is interested in taking over as maintainer, please let me
> know and I'll fill you in on the workflow I've used to update Vim
> patches and release snapshots etc.
> 
> Björn

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: guifont + lines + colums

2012-10-06 Thread Keyan
Hi,

thanks a lot. The set fuoptions did the trick! :)

Cheers,
Keyan

On 5 Oct 2012, at 23:04, Bee  wrote:

> PS
> If I set fullscreen in a script is does not work.
> 
> In .gvimrc I set lines and columns
> and set fuoptions to do not change size of vim
> and this mapping to toggle fullscreen
> 
> " ---1-2-3-4-5-6
> :set guifont=Menlo:h18 lines=30 columns=80
> 
> " Don't change size of Vim when entering fullscreen
> :set fuoptions=
> 
> " Toggle fullscreen
> :nmap  :set fullscreen!
> 
> " ---1-2-3-4-5-6
> 
> :help fuoptions
> 
> Bill
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: guifont + lines + colums

2012-10-05 Thread Keyan

On 5 Oct 2012, at 21:27, Bee  wrote:

> Keyan wrote:
>> i had it in my .vimrc and in my .gvimrc.
>> what i have send is from the command mode.
>> the line you have posted does not work for me. i use
>> 
>> VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep  1 2012 01:05:49)
>> MacOS X (unix) version
>> Included patches: 1-604
> 
> Try this in .gvimrc, remove the reference to guifont
> 
> set lines=30 columns=80
> 
> Does that work?

removed set guifont from .gvimrc, and I have none in the .vimrc. added set 
lines=30 colums=80 in the last line of my .gvimrc and it did not work, because 
i have set fu. if i remove this option, it works. i like to use vim in 
full-screen mode by default, so that is why i forgot to add that important 
information. sorry for that.

the initial :set command that i posted works fine in non-fullscreen mode. i use 
the build-in fullscreen method, not the mac os version of fullscreen, because i 
like to see the output (e.g. latex) on the second screen.

cheers,
Keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: guifont + lines + colums

2012-10-05 Thread Keyan
On 5 Oct 2012, at 18:28, Bee  wrote:

> 
> 
> On Oct 5, 7:59 am, Keyan  wrote:
>> Hi,
>> 
>> I still have the problem that the following line
>> 
>> :set guifont=Menlo:h26 lines=30 columns=80
>> 
>> does change the font, but not the lines and columns.
>> 
>> Cheers,
>> Keyan
> 
> Do you have that line in .vimrc?
> If yes, try it in .gvimrc
> 
> Works here with one exception, my laptop screen is
> not large enough to display 80 columns at Menlo:h26
> 
> But this works great:
> 
> :set guifont=Menlo:h18 lines=30 columns=80
> 
> Bill

Hi,

i had it in my .vimrc and in my .gvimrc. what i have send is from the command 
mode. the line you have posted does not work for me. i use 

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep  1 2012 01:05:49)
MacOS X (unix) version
Included patches: 1-604

(compiled from homebrew)

Cheers,
Keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


guifont + lines + colums

2012-10-05 Thread Keyan
Hi,

I still have the problem that the following line

:set guifont=Menlo:h26 lines=30 columns=80

does change the font, but not the lines and columns.

Cheers,
Keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Fullscreen & lines + columns

2012-03-16 Thread Keyan
Hi,

i use mac os 10.7.3 and the latest stable MacVim snapshot. I use two monitors, 
so on the first, I have MacVim in the non-lion-fullscreen mode, and on the 
second i have skim open, to see my output. 

for simplicity, let's assume, that MacVim in full-screen mode hast 30 lines and 
100 colums. I like to have my texted centered, when i work on it, so i set to

set lines=27 columns=85

a funny thing happens, every time the monitor setting is changed, i.e. when i 
disconnect the second monitor, or when i close the laptop to only use the 
external monitor. the setting automatically goes back to 30 lines and 100 
columns.

something related: when i used

set fullscreen guifont=Menlo:h25 columns=80 lines=26

the last setting (lines=26) is not executed.

cheers,
keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: Why MacVim?

2012-02-28 Thread Keyan
my main reason was, that about 4 years ago, i simply couldn't compile a gvim on 
mac :)

cheers,
keyan

On 28 Feb 2012, at 11:39, Frank Hellenkamp wrote:

> And also:
> 
>> I don't know about any pages that might explain this but I'm using
>> MacVim for a couple reasons:
>> 1. Beautiful ColorSchemes - you can forget the 256 color terminal :)
>> 2. Fullscreen support.
>> 3. Mouse support out-of-the-box.
>> 4. If you're not familiar with Vim you can work using the application menu.
> 
> 
> 5. Multiple Windows (not vim windows) under one App
> 6. Native movable tabs
> 7. Has some standard mac-mappings (⌘Z, ⌘C, ⌘V, ⌘A, ⌘G, etc.)
> 8. You can map the Command-Key with  without problems
> 
> 
> Best
> 
> Frank
> 
> -- 
> frank hellenkamp | interface designer
> solmsstraße 7 | 10961 berlin
> 
> +49.30.49 78 20 70 | tel
> +49.176.32 13 88 89 | mbl
> +49.3212.100 35 22 | fax
> skype:jonas__jonas | skype
> jo...@depage.net
> 
> http://depage.net | bureau
> http://depagecms.net | content management 
> http://immerdasgleiche.de | read
> http://everydayisexactlythesame.net | see
> http://ideenkonserve.de | ideas
> 

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: Help with MacVim scripting

2010-12-02 Thread Keyan
Hi,

thanks for the fast reply.

acutally i would like to have a margin around the visible text. that is why i 
set the lines and columns manually. the guifont might also be send to the 
"wrong" window, as it is also not accepted, when called from the script.

regards,
keyan

On 1 Dec 2010, at 22:25, Bjorn Winckler wrote:

> I think the problem is that commands that change window related parameters 
> get sent to the "wrong" window when applied just after toggling full screen 
> (e.g. upon entering full screen the parameters are applied to the decorated 
> window).
> 
> In the meantime, instead of changing lines and rows when toggling full screen 
> you should perhaps use the 'fuopt' option (which lets you maximize the rows 
> and/or columns in full screen). That way you don't have to fiddle with the 
> window position either since it will be restored when you exit full screen.
> 
> I'll have to take a look at this when I get a chance (which won't be for a 
> couple of weeks at least I'm afraid).
> 
> Björn
> 
> On Dec 1, 2010, at 1:52 PM, "key@googlemail.com"  
> wrote:
> 
>> Hi,
>> 
>> for some tasks i like to have a fullscreen app, with a small view on
>> the file, for others non-fullscreen-mode.
>> 
>> for this purpose i tried to write two functions
>> 
>> function! NoFullscreenMode()
>> set nofullscreen
>> set guifont=Menlo:h15
>> set lines=1000
>> set columns=1000
>> winpos 4 875
>> endfunction
>> 
>> function! FullscreenMode()
>> set fullscreen
>> set guifont=Menlo:h20
>> set lines=30
>> set columns=80
>> endfunction
>> 
>> i have two problems:
>> 
>> 1. in the NoFullscreenMode(), the winpos is not accepted. but after
>> executing the script, i can use it in command mode
>> 2. in the FullScreenMode(), the lines and columns are not accepted. i
>> tried to position them before the "set fullscreen", but that did not
>> help.
>> 
>> regards,
>> keyan
>> 
>> -- 
>> You received this message from the "vim_mac" maillist.
>> Do not top-post! Type your reply below the text you are replying to.
>> For more information, visit http://www.vim.org/maillist.php
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: gestures

2010-09-03 Thread Keyan
i am a mac book pro user, and i do not always use an external keyboard and 
mouse. the touchpad is easily reached while editing, and without me needing to 
move my hand too much. so i would consider it a nice feature to switch e.g. 
between buffers.

On 3 Sep 2010, at 16:37, dacresni wrote:

> I was about to ask the same thing, isn't its purpose to reduce
> interruptions of keyboard use for the mouse. (they say every time you
> move your hand from the keyboard to the mouse God kills a hamster)
> 
> On Sep 3, 9:33 am, David Patrick Henderson 
> wrote:
>> I have to question the use of gesture input in a text editor. What is the 
>> purpose and how does it improve user interaction/experience? Other than 
>> swiping to change buffers or tabs, there is no seeming natural fit 
>> forgesturesthat make sense. So the question is, other than coolness how does 
>> this interaction improve the user's experience with vim? I, for one, am not 
>> at all certain howgestureswould improve or increase my productivity in vim. 
>> Let us not forget the purpose of vim is as an editor of text, so I ask, 
>> dogesturesin fact bring an improvement to editing in vim or are they a 
>> feature for feature's sake?
>> 
>> Dave Henderson
>> --
>> "There are two ways of constructing a software design: One way is to make it 
>> so simple that there are obviously no deficiencies, and the other way is to 
>> make it so complicated that there are no obvious deficiencies. The first 
>> method is far more difficult."
>> -- C. A. R. "Tony" Hoare
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: gestures

2010-09-03 Thread Keyan
thanks,

my 2 cent opionen: i heavily use buffers, and don't use tabs at all. so i like 
the first proposed option of switching buffers by default. on the other hand, i 
don't mind configuring it myself.

cheers,
keyan



On 3 Sep 2010, at 11:11, Mark Santcroos wrote:

> Hi,
> 
> You need to check out from git. The change went in two days ago.
> 
> Mark
> 
> On 2 sep. 2010, at 11:10, Keyan  wrote:
> 
>> 
>> On 1 Sep 2010, at 22:57, björn wrote:
>> 
>>> nmap  :bN
>>> nmap  :bn
>> 
>> hi,
>> 
>> this sounds like a cool feature, but unfortunately they dont seem to work 
>> for me. i tried with my magic mouse and with the touchpad.
>> 
>> i am currently using MacVim
>> 
>> :version
>> VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 15 2010 22:03:01)
>> 
>> regards,
>> keyan
>> 
>> -- 
>> You received this message from the "vim_mac" maillist.
>> Do not top-post! Type your reply below the text you are replying to.
>> For more information, visit http://www.vim.org/maillist.php
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: gestures

2010-09-02 Thread Keyan

On 1 Sep 2010, at 22:57, björn wrote:

> nmap  :bN
> nmap  :bn

hi,

this sounds like a cool feature, but unfortunately they dont seem to work for 
me. i tried with my magic mouse and with the touchpad.

i am currently using MacVim

:version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 15 2010 22:03:01)

regards,
keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: MacVim 7.3 released!

2010-08-16 Thread Keyan
congratulations and many thanks for providing macvim!

regards,
keyan

On 15 Aug 2010, at 22:43, björn wrote:

> Hi MacVim users,
> 
> I have uploaded a build of MacVim 7.3 to:
> 
> http://github.com/b4winckler/macvim/downloads
> 
> (If you are running a 7.3 BETA build you can update via the "MacVim ->
> Check for updates..." menu.)
> 
> This is a stable build which at the moment it only supports Mac OS X
> 10.6+.  The changes since the last stable build are _many_.  Everybody
> should update.  There have even been some changes since the last
> snapshot (mainly the addition of +balloon_eval).  There have of course
> been improvements to core Vim as well, check Bram's announcement for
> info on that.
> 
> This is sort of a pre-announcement for the vim_mac list only (but
> don't be shy about spreading the news!).  I have not yet updated the
> websites, but I will get to that shortly.  At that time I will also
> create a builds for PPC and 10.4/10.5 (not sure where I'll host the
> binaries yet, it's a toss-up between Google Code and GitHub).  Also, I
> will make the GitHub repository "official" and deprecate the
> repo.or.cz repository around the same time.
> 
> Enough about that.  Download the new stable build and enjoy!
> 
> Björn
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: macvim + vimshell

2010-08-14 Thread Keyan
solved. i had set the conque-term type to xterm, and not xterm-color (the 
latter works).

regards,
keyan

On 14 Aug 2010, at 01:28, Nico Raffo wrote:

> If your zsh settings are in .zprofile then they'll only be used if you
> run zsh as a "login shell". You can use the -l option to run zsh as a
> login shell. E.g.:
> 
> :ConqueTerm zsh -l
> 
> If anyone else has issues, feel free to open an issue at
> http://code.google.com/p/conque/issues
> 
> Nico
> (Conque author)
> 
> On Aug 13, 1:10 pm, Keyan  wrote:
>> looks nice, but i have problem getting my zsh-prompt settings running …
>> 
>> On 13 Aug 2010, at 21:07, Wy Mitbbs wrote:
>> 
>>> I tried this long time ago. Let's just say it just doesn't have the full 
>>> power of iTerm.app giving you
>> 
>>> On Aug 13, 2010, at 1:18 PM, Tyson Roberts wrote:
>> 
>>>> Just downloaded it and got it working on mine without a hitch.
>> 
>>>> Requires vim built with python, but otherwise self-contained standard 
>>>> plugin installation.
>> 
>>>> I'm loving it.
>> 
>>>> - Tyson
>> 
>>> --
>>> You received this message from the "vim_mac" maillist.
>>> Do not top-post! Type your reply below the text you are replying to.
>>> For more information, visithttp://www.vim.org/maillist.php
>> 
>> 
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: macvim + vimshell

2010-08-13 Thread Keyan
looks nice, but i have problem getting my zsh-prompt settings running …

On 13 Aug 2010, at 21:07, Wy Mitbbs wrote:

> I tried this long time ago. Let's just say it just doesn't have the full 
> power of iTerm.app giving you
> 
> On Aug 13, 2010, at 1:18 PM, Tyson Roberts wrote:
> 
>> Just downloaded it and got it working on mine without a hitch.
>> 
>> Requires vim built with python, but otherwise self-contained standard plugin 
>> installation.
>> 
>> I'm loving it.
>> 
>> - Tyson
>> 
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: PyClewn in MacVim?

2010-07-28 Thread Keyan
Hi,

i had the same issue, and stopped trying there.

regards,
keyan

On 28 Jul 2010, at 21:56, björn wrote:

> Hi,
> 
> I thought I'd try out PyClewn with MacVim (to test the new
> +balloon_eval feature etc.) but I can't even get it up and running.
> Has anybody else tried and succeeded?  If so, please share how you did
> this.
> 
> I did (after some hassles) manage to install PyClewn.  This is what I
> did (in case somebody else is willing to try):
> 
> DOWNLOAD:
> 
> http://pyclewn.sourceforge.net/index.html
> 
> INSTALL:
> 
> $ cd Downloads
> $ tar xf pyclewn-1.2.tar
> $ cd pyclewn-1.2
> $ EDITOR=/Applications/MacVim.app/Contents/MacOS/Vim vimdir=$HOME/.vim
> python setup.py install --force --home=$HOME
> 
> 
> After installing I got so far as to open MacVim, call ":runtime
> pyclewn.vim" then ":PyClewn" and PyClewn appears to start up.  But as
> soon as I try to run some GDB commands I get this error:
> 
> gdb busy: command discarded, please retry
> 
> 
> Björn
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: MacVim 7.3a BETA - Intel/10.6+

2010-06-10 Thread Keyan
just checked. worked fine for me. i first checked the option and restartet. 
that did not work. but when i chose the "check for updated …" menu, everything 
worked perfectly. may be should have waited a bit longer for the pop-up to 
appear by itself, but i was to impatient :)

regards,
keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


MacVim + gdb

2010-03-09 Thread Keyan
hi,

is there a way to use MacVim with gdb as in e.g. clewn?

regards,
keyan

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: projects.vim and vim 7.2-356

2010-02-18 Thread Keyan
so, i think i have nailed it down:

it does not happen with the sable version 1.2 of MacVim, and it does not happen 
with the snapshot 51 of MacVim (vim 7.2 with patches 1-303), but it does happen 
with the latest MacVim git-sources (vim 7.2, patches 1-356).

for the moment i will use the snapshot.

cheers,
keyan

On 18 Feb 2010, at 20:09, Keyan wrote:

> thanks. i will remove the runtime directory, try a clean install and report.
> 
> cheers,
> keyan
> 
> On 18 Feb 2010, at 18:57, björn wrote:
> 
>> On 18 February 2010 18:14, Keyan wrote:
>>>>> 
>>>>> i use projects.vim heavily. since the last update of MacVim (vim 7.2-356) 
>>>>> i have the following problem.
>>>>> 
>>>>> whenever i leave the project.vim window and re-enter, the content of the 
>>>>> window is automatically folded completely. i have no idea why or how to 
>>>>> suppress auto-folding.
>>>> 
>>>> What is version 7.2-356?  Are you using a snapshot or are you building
>>>> from the source?  If you are building from the source can you figure
>>>> out which commit introduced thr problem?  (It would most likely be
>>>> when the runtime files were updated.)
>>> 
>>> i am using the latest git-source of MacVim, but replaced the runtime 
>>> directory in /Applications/MacVim with the latest runtime directory from 
>>> the vim-source tree. for some reason, i had problems with missing runtime 
>>> files. i didnt trace down the problem, and this was the fastest (and most 
>>> dirty) solution i found.
>> 
>> (Posting to vim_mac only.)
>> 
>> I can't help much with script problems...all I can say that in order
>> to find the bug you'll have to do some digging yourself.  The easiest
>> way to see when the problem was introduced is to go back through the
>> git history and find which commit introduced the problem (git-bisect
>> can be helpful).
>> 
>> Most likely the problem is due to some runtime file update, but it
>> could also be due to some recent Vim patch, or (most unlikely) some
>> change in the MacVim sources.
>> 
>> Björn
>> 
>> -- 
>> You received this message from the "vim_mac" maillist.
>> For more information, visit http://www.vim.org/maillist.php
> 

-- 
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php


Re: projects.vim and vim 7.2-356

2010-02-18 Thread Keyan
thanks. i will remove the runtime directory, try a clean install and report.

cheers,
keyan

On 18 Feb 2010, at 18:57, björn wrote:

> On 18 February 2010 18:14, Keyan wrote:
>>>> 
>>>> i use projects.vim heavily. since the last update of MacVim (vim 7.2-356) 
>>>> i have the following problem.
>>>> 
>>>> whenever i leave the project.vim window and re-enter, the content of the 
>>>> window is automatically folded completely. i have no idea why or how to 
>>>> suppress auto-folding.
>>> 
>>> What is version 7.2-356?  Are you using a snapshot or are you building
>>> from the source?  If you are building from the source can you figure
>>> out which commit introduced thr problem?  (It would most likely be
>>> when the runtime files were updated.)
>> 
>> i am using the latest git-source of MacVim, but replaced the runtime 
>> directory in /Applications/MacVim with the latest runtime directory from the 
>> vim-source tree. for some reason, i had problems with missing runtime files. 
>> i didnt trace down the problem, and this was the fastest (and most dirty) 
>> solution i found.
> 
> (Posting to vim_mac only.)
> 
> I can't help much with script problems...all I can say that in order
> to find the bug you'll have to do some digging yourself.  The easiest
> way to see when the problem was introduced is to go back through the
> git history and find which commit introduced the problem (git-bisect
> can be helpful).
> 
> Most likely the problem is due to some runtime file update, but it
> could also be due to some recent Vim patch, or (most unlikely) some
> change in the MacVim sources.
> 
> Björn
> 
> -- 
> You received this message from the "vim_mac" maillist.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php


Re: projects.vim and vim 7.2-356

2010-02-18 Thread Keyan
hi,


On 18 Feb 2010, at 17:18, björn wrote:

> On 18 February 2010 12:05, Keyan wrote:
>> hi,
>> 
>> i use projects.vim heavily. since the last update of MacVim (vim 7.2-356) i 
>> have the following problem.
>> 
>> whenever i leave the project.vim window and re-enter, the content of the 
>> window is automatically folded completely. i have no idea why or how to 
>> suppress auto-folding.
> 
> What is version 7.2-356?  Are you using a snapshot or are you building
> from the source?  If you are building from the source can you figure
> out which commit introduced thr problem?  (It would most likely be
> when the runtime files were updated.)

i am using the latest git-source of MacVim, but replaced the runtime directory 
in /Applications/MacVim with the latest runtime directory from the vim-source 
tree. for some reason, i had problems with missing runtime files. i didnt trace 
down the problem, and this was the fastest (and most dirty) solution i found.

cheers,
keyan

-- 
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php


projects.vim and vim 7.2-356

2010-02-18 Thread Keyan
hi,

i use projects.vim heavily. since the last update of MacVim (vim 7.2-356) i 
have the following problem.

whenever i leave the project.vim window and re-enter, the content of the window 
is automatically folded completely. i have no idea why or how to suppress 
auto-folding. 

i apologize for mailing to vim_mac and vim_use, but i am not sure, which list 
is appropriate.

cheers,
keyan

-- 
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php


Re: Project drawer like in TextMate

2009-11-17 Thread Keyan

hi,

i am not sure if this was already discussed in this thread, but i use 
project.vim for several years now very successfully. it has its deficits, but 
one feature that makes it even better than project-drawers in IDEs such as 
eclipse, is that you can freely edit the project file. that means, you can 
rearrange the files in the way you like most, which obviously does not have to 
be alphabetical. i have project-files for all my projects, and i also have the 
drawer constantly open.

cheers,
keyan

On 16 Nov 2009, at 19:30, jason wrote:

> 
> The reason that I would like a drawer is because I want to have a
> project navigator always open.  When looking at the tree, I can think
> faster about what files I need to be editing.  I also forget the name
> of some files.  I use nerdtree now, but I dont want to open a tree in
> my editor, I want it on the side always open.  I just want to click on
> a file in the drawer and have it open. I think this would be a great
> plugin or option in macvim.
> 
> On 10月12日, 下午3時40分, Matt Tolton  wrote:
>> There is a plugin architecture in MacVim that anyone can use to
>> implement a project drawer.  There's even a sample plugin which
>> implements a very basic file browser drawer.  Should be easily
>> findable with a search over the archives.
>> 
>> 
>> 
>> On Mon, Oct 12, 2009 at 9:27 AM, Brendan  wrote:
>> 
>>> Like Rui says 'Why not just use Vim on Terminal?'
>> 
>>> Having the project drawer as a Cocoa widget allows for NERDTree-like
>>> functionality without having to learn/remember any NERDTree commands.
>>> The mouse may not be the fastest way, but there is no/very little
>>> learning curve. Renaming files is (or should be) done the same way as
>>> in the Finder, moving files is done with drag and drop etc.
>> 
>>> Moreover, I may not want to navigate my entire filesystem in my text
>>> editor, the TextMate drawer allows you to drag your project folder
>>> from your desktop, say, drop in the drawer and just work within that.
>> 
>>> Brendan
>> 
>>> On Oct 8, 4:45 pm, Wayne Seguin  wrote:
>>>> Why not just use NERDTree for this ?
>> 
>>>>~Wayne
>> 
>>>> On Oct 08, 2009, at 11:07 , Tobia Conforto wrote:
>> 
>>>>> Hello Björn and others
>> 
>>>>> Would it be simpler to just have a Cocoa drawer of open buffers?
>>>>> Much like the Buffers menu, except it wouldn't be a menu but a drawer.
>> 
>>>>> Tobia
> 
> > 


--~--~-~--~~~---~--~~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: pdfsync with TeXShop?

2009-10-15 Thread Keyan

hi,

just tried that, but it does not work in my case, with macvim and skim.

i do not have mvim, but i linked vim to /Application../Vim

could that be the case?

cheers,
keyan

On 15 Oct 2009, at 15:09, Bruno De Fraine wrote:

>
> Hello,
>
> On 14 Oct 2009, at 21:46, Andrewbt wrote:
>> I've just started using a Mac (with Snow Leopard) and want to use
>> TeXShop, but of course would like to use macvim with it as the
>> editor.  How can I set things up so that pdfsync works between the
>> two?
>
> I'm not familiar with TeXShop, but this is what you can do with Skim
> as the PDF viewer:
>
> 1) Configure Vim to run pdflatex with the flag -synctex=1.
> Alternatively, you can include \synctex=1 in the preamble of your
> document. Make sure your TeX supports this, for example, MacTeX 2008.
> (Synctex should work better than pdfsync, which could sometimes
> influence your layout.)
>
> 2) In the Skim preferences for "Sync", configure to invoke the editor
> with something such as:
> Command: mvim
> Arguments: --remote-tab-silent +%line "%file"
>
> 3) When viewing a PDF, Shift-Cmd-click somewhere to open the
> corresponding source file in MacVim at that point.
>
> If you really want to use TeXShop, probably you can find some more
> information at:
> http://mactex-wiki.tug.org/wiki/index.php?title=SyncTeX
>
> Best regards,
> Bruno
>
> >


--~--~-~--~~~---~--~~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: MacVim & --server

2009-10-08 Thread Keyan

great news!

i have been missing it, ever since i have moved from linux to mac.
just tried it, and it works perfectly! :)
now i can use my horrible find scripts open tons of files again :)

thanks!
keyan


On 8 Oct 2009, at 18:02, björn wrote:

>
> 2009/10/8 Keyan:
>>
>> are there any plans to implement the --server and --remote commands  
>> in
>> MacVim? just curious.
>
> This is already implemented (it was one of the first features to be
> requested, so it's been in MacVim since forever).  Are you having
> difficulties getting it to work?
>
> Björn
>
> >


--~--~-~--~~~---~--~~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



MacVim & --server

2009-10-08 Thread Keyan

hi,

are there any plans to implement the --server and --remote commands in  
MacVim? just curious.

cheers,
keyan

--~--~-~--~~~---~--~~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: Vim-cvs on 10.6

2009-10-02 Thread Keyan

Hi,

i tested MacVim a few weeks ago, and liked it. The only problem i had  
was that MacVim would ignore :winp settings. but i just read about the  
fullscreen, which is even better in my case. so, i switched :)

thanks,
Keyan

On 2 Oct 2009, at 01:16, björn wrote:

>
> 2009/10/1 Keyan:
>>
>> I am sorry if this has been discussed earlier, but is there any work
>> dedicated to making the vim-cvs tree compilable on snow leopard? If
>> not, what would be the preferred method to replace carbon? Qt,
>> Cocoa, ...
>
> Hi Keyan,
>
> You will want to check out MacVim:
>
> http://code.google.com/p/macvim/
>
> It runs fine on Snow Leopard...I even posted a link to a 64 bit build
> on this list just yesterday.
>
> Björn
>
> >


--~--~-~--~~~---~--~~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Vim-cvs on 10.6

2009-10-01 Thread Keyan

Hi,

I am sorry if this has been discussed earlier, but is there any work  
dedicated to making the vim-cvs tree compilable on snow leopard? If  
not, what would be the preferred method to replace carbon? Qt,  
Cocoa, ...

cheers,
Keyan

--~--~-~--~~~---~--~~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---