Re: Setting the TEXINPUTS and BIBINPUTS varibles for latex inside vim/gVim

2013-04-02 Thread Christoph Wiesmeyr
The setting of the $TEXINPUTS variable and the g:Tex_TEXINPUTS variable is covered in :help custom-packages :help Tex_TEXINPUTS Something that doesn't seem to be covered very well by the LaTeX Suite documentation is where to set the g:Tex_TEXINPUTS variable.

Re: Setting the TEXINPUTS and BIBINPUTS varibles for latex inside vim/gVim

2013-04-02 Thread Christoph Wiesmeyr
Setting environment variables from within an app affects that app and its child apps. So, are you compiling from within vim? ie. do you leave vim and then try latex, bibtex, etc? I do not really know how this is implemented in the latex package, but I guess I do leave vim for

Re: netrw copy fails, trouble installing v.147

2013-04-02 Thread Charles Campbell
Paul wrote: I took a jab at a problem that experienced with netrw 140 for gvim on Windows 7. Within the past year some time, I dabbled in some of the more advanced features netrw, namely copy marked files to a marked target directory. (yes, I've been posting from different gmails depending on

Re: netrw copy fails, trouble installing v.147

2013-04-02 Thread Tony Mechelynck
On 02/04/13 18:23, Charles Campbell wrote: Paul wrote: I took a jab at a problem that experienced with netrw 140 for gvim on Windows 7. Within the past year some time, I dabbled in some of the more advanced features netrw, namely copy marked files to a marked target directory. (yes, I've been

clicking to open folds in Gui?

2013-04-02 Thread Linda W
Is there an option or .vim addon that would allow me to click on the plus of a folded section and have it expand it? Closing might not be as intuitive -- if using fold method marker (#{{{1), maybe clicking on that marker would close it? It's just that I saw the + there on a fold and it

Re: clicking to open folds in Gui?

2013-04-02 Thread Ben Fritz
On Tuesday, April 2, 2013 12:15:12 PM UTC-5, Linda W wrote: Is there an option or .vim addon that would allow me to click on the plus of a folded section and have it expand it? Closing might not be as intuitive -- if using fold method marker (#{{{1), maybe clicking on that marker

Re: netrw copy fails, trouble installing v.147

2013-04-02 Thread Charles Campbell
Tony Mechelynck wrote: Dear Dr. Chip: Vim's system files should be in c:/Program Files (x86)/Vim/vim73/ aka $VIMRUNTIME -- c:/Program Files (x86)/Vim/vimfiles/ is $VIM/vimfiles/ which is where system-wide Vim full-fledged script customizations are kept. Thank you, Tony -- I was going to check

Re: clicking to open folds in Gui?

2013-04-02 Thread Christian Brabandt
Hi Linda! On Di, 02 Apr 2013, Linda W wrote: Is there an option or .vim addon that would allow me to click on the plus of a folded section and have it expand it? Closing might not be as intuitive -- if using fold method marker (#{{{1), maybe clicking on that marker would close it? It's

Re: clicking to open folds in Gui?

2013-04-02 Thread Charles Campbell
Ben Fritz wrote: On Tuesday, April 2, 2013 12:15:12 PM UTC-5, Linda W wrote: Is there an option or .vim addon that would allow me to click on the plus of a folded section and have it expand it? Closing might not be as intuitive -- if using fold method marker (#{{{1), maybe clicking on that

Is there already a solution for mapping ALT in Terminal (urxvt)?

2013-04-02 Thread Kent
Hi everybody, I knew this is not a new topic. I had that problem years ago, tried a lot and finally gave up. Recently, I went through my vimrc, and found my very old commented out codes: mapping a-j in unxvt doesn't work, gave up!! about 3,4 years have past, I did some tests just now, it

Re: netrw copy fails, trouble installing v.147

2013-04-02 Thread Paul
On Apr 2, 2:15 pm, Charles Campbell charles.e.campb...@nasa.gov wrote: Tony Mechelynck wrote: Vim's system files should be in c:/Program Files (x86)/Vim/vim73/ aka $VIMRUNTIME -- c:/Program Files (x86)/Vim/vimfiles/ is $VIM/vimfiles/ which is where system-wide Vim full-fledged script

Re: netrw copy fails, trouble installing v.147

2013-04-02 Thread Paul
On Apr 2, 5:30 pm, Paul wrote: On Apr 2, 2:15 pm, Charles Campbell wrote: Tony Mechelynck wrote: Vim's system files should be in c:/Program Files (x86)/Vim/vim73/ aka $VIMRUNTIME -- c:/Program Files (x86)/Vim/vimfiles/ is $VIM/vimfiles/ which is where system-wide Vim full-fledged script

Re: clicking to open folds in Gui?

2013-04-02 Thread Linda W
Ben Fritz wrote: I think you're looking for the 'foldcolumn' option. Clicking the + or - in the column displayed when this option is set to non-zero will expand or collapse folds. Christian Brabandt wrote: You can, if you set the foldcolumn option to some value larger than zero. A

Re: clicking to open folds in Gui?

2013-04-02 Thread tooth pik
On Tue, Apr 02, 2013 at 04:19:50PM -0700, Linda W wrote: Ben Fritz wrote: Christian Brabandt wrote: Charles Campbell wrote: nnosilent space:exe 'silent! normal! '.((foldclosed('.')0)? 'zMzx' : 'zc')cr I suppose that instead of space one could put leftmouse or whatever. (and

Re: clicking to open folds in Gui?

2013-04-02 Thread AK
On 04/02/2013 02:17 PM, Charles Campbell wrote: I use the following mapping: nnosilent space:exe 'silent! normal! '.((foldclosed('.')0)? 'zMzx' : 'zc')cr Its not a click mapping, obviously -- but it makes the space bar a toggle for the folding under the cursor. I suppose that instead

Re: Is there already a solution for mapping ALT in Terminal (urxvt)?

2013-04-02 Thread Tony Mechelynck
On 02/04/13 22:47, Kent wrote: Hi everybody, I knew this is not a new topic. I had that problem years ago, tried a lot and finally gave up. Recently, I went through my vimrc, and found my very old commented out codes: mapping a-j in unxvt doesn't work, gave up!! about 3,4 years have

Re: Is there already a solution for mapping ALT in Terminal (urxvt)?

2013-04-02 Thread Tony Mechelynck
For some reason, the message arrived garbled when sent in Latin1 so I'm sending it again, but in UTF-8 this time. On 02/04/13 22:47, Kent wrote: Hi everybody, I knew this is not a new topic. I had that problem years ago, tried a lot and finally gave up. Recently, I went through my vimrc, and

correctly setting terminal in SunOS for vim

2013-04-02 Thread skeept
I am trying to use vim in a computer sunos computer uname -a: SunOS cmc01 5.10 Generic_142910-17 i86pc i386 i86pc At this point I was able to compile ncurses, screen and vim. I can only login to the machine from the work laptop. If ssh into the machine and use vim with the vim setting t_Co=256

How to determine where Vim will be writing special files?

2013-04-02 Thread Ben Fritz
I'm trying to write a plugin that will set the 'hidden' attribute in Windows for: swap files undo files backup files viminfo file Undo files have a nice undofile() function, and swap files have the :swapname command (although that isn't as nice). Is there a similar way to get the file

Is there an autocmd event that fires after saving the undo file?

2013-04-02 Thread Ben Fritz
I'm trying to write a plugin that will set the 'hidden' attribute in Windows for: swap files undo files backup files viminfo file I can update swap files on CursorHold and file write, I can update the viminfo file on VimLeave, and the backup file on BufWritePost. But I can't figure out

Re: Is there an autocmd event that fires after saving the undo file?

2013-04-02 Thread Ben Fritz
On Wednesday, April 3, 2013 12:15:45 AM UTC-5, Ben Fritz wrote: I'm trying to write a plugin that will set the 'hidden' attribute in Windows for: swap files undo files backup files viminfo file I can update swap files on CursorHold and file write, I can update the viminfo file on