Re: add menus or buttons to menu bar or tool bar, where is a how-to?

2014-02-16 Thread Lew_Rockwell_fan
TYVM, sir! That's a 110% response. :) I used: map F12 :set invwrapCR imap F12 C-O:set invwrapCR in /root/.vimrc ~/.vimrc /root/.gvimrc ~/.gvimrc /usr/share/vim/vim74/evim.vim and it works perfectly in evim, gvim, and vim. For the possible benefit of people reading this because they got

Re: add menus or buttons to menu bar or tool bar, where is a how-to?

2014-02-16 Thread Tony Mechelynck
On 16/02/14 09:58, Lew_Rockwell_fan wrote: TYVM, sir! That's a 110% response. :) I used: map F12 :set invwrapCR imap F12 C-O:set invwrapCR in /root/.vimrc ~/.vimrc /root/.gvimrc ~/.gvimrc /usr/share/vim/vim74/evim.vim and it works perfectly in evim, gvim, and vim. For the possible

Re: MacVim slow to quit

2014-02-16 Thread Keflavich
Thanks Christian. That's a wonderful section and solved my issue. But that is very weird in itself: going through the debug process, step by step, *SOLVED* my issue. I didn't change anything, I just diagnosed that the problem did not occur in 1) my .viminfo 2) my .vimrc 3) any plugins, then

Turning J into an operator -- found code, but...

2014-02-16 Thread BPJ
I looked for a way to turn J into an operator and found this old post which describes how to do just that: https://groups.google.com/forum/#!msg/vim_use/0hsMb4u-kUo/rObfv5MC0s8J nnoremap J :set operatorfunc=JoinoperatorCRg@ nnoremap gJ :set operatorfunc=GJoinoperatorCRg@ onoremap J j func!

Re: add menus or buttons to menu bar or tool bar, where is a how-to?

2014-02-16 Thread Steve Hall
On Sat, Feb 15, 2014 at 9:01 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: IMHO that so-called Easy Vim is a little bit too easy compared with real Vim. Maybe the way kindergarten is easy compared to high school senior year. So I would advise you to graduate out of it as soon as

syntax settings with php module files - 'after' problem

2014-02-16 Thread Tim Johnson
I'm using ver 7.3 on Mac OSX 10.7 I have the following as a group in .vimrc inside of a if has(autocmd) block in augroup module autocmd BufRead,BufNewFile *.module set filetype=php autocmd BufRead,BufNewFile *.install set filetype=php autocmd BufRead,BufNewFile *.test set

Re: syntax settings with php module files - 'after' problem

2014-02-16 Thread Ben Fritz
On Sunday, February 16, 2014 3:12:43 PM UTC-6, Tim Johnson wrote: I'm using ver 7.3 on Mac OSX 10.7 I have the following as a group in .vimrc inside of a if has(autocmd) block in augroup module autocmd BufRead,BufNewFile *.module set filetype=php autocmd

Re: [Drupal] syntax settings with php module files - 'after' problem

2014-02-16 Thread Tim Johnson
* Ben Fritz fritzophre...@gmail.com [140216 15:41]: the setlocal options from ~/.vim/after/syntax/php.vim are being ignored in buffers with .module and .install extensions What else do I need to do? I'm not sure if this is the cause, but you could try enabling nested