Re: Differently colored folds in the same file

2010-01-31 Thread KKde
I believe the answer is no. You cannot have different colors for different closed folds. All closed folds will have same color scheme. Regards, Kkde On Jan 30, 10:29 pm, Viktor Rosenfeld listuse...@googlemail.com wrote: Hi, is it possible to have two closed folds in the same file that use a

Re: Vim, NERDtree and remote files editing

2010-01-31 Thread Tony Mechelynck
On 13/12/09 09:53, caruso_g wrote: Hi, I am using Vim to edit files downloading them with a FTP application (Transmit) that just makes me choose edit with in is contextual menu. I also use the excellent NERDtree plugin to browse folders and files. Is there a way to use directly Vim to edit

Re: Builing Vim on slack for console with clipboard enabled

2010-01-31 Thread Agathoklis D. Hatzimanikas
On Sat, Jan 30, at 04:00 Tim Johnson wrote: I'm using vim 7.2 on Slackware 13.0 32-bit. This system has two 'vims': the gui version compiled as gvim and `vim' compiled without the gui. I would like to recompile the console `vim' with support for the clipboard and without the embedding of

Re: Vim, NERDtree and remote files editing

2010-01-31 Thread Marc Weber
Is there a way to use directly Vim to edit remote files (like in modern IDE)? And, more, is there a way to also use NERDtree to do that? If you're using Linux or Mac you can mount FTP locations. However you should either switch swap files off then or put them into a different location. Marc

Re: Change vim/gvim colorschemes

2010-01-31 Thread Athunye
How would I change this line: let g:mycolors = split(globpath(rtp,**/colors/*.vim),\n) to get only colorschemes from ~/.vim/colors/ instead of colorschemes from every color directory in the runtimepath ? -- You received this message from the vim_use maillist. For more information, visit

Re: Builing Vim on slack for console with clipboard enabled

2010-01-31 Thread Tim Johnson
* Tim Johnson t...@johnsons-web.com [100130 16:43]: * bill lam cbill@gmail.com [100130 16:12]: sab, 30 Jan 2010, Tim Johnson skribis: I could really use some tips on how to recompile with the following changes: +clipboard +xterm_clipboard, -python, -perl Thus far, I have not

Re: concatenate with '.' or without

2010-01-31 Thread Gary Johnson
On 2010-01-30, Bee wrote: On Jan 29, 10:52 am, Benjamin R. Haskell v...@benizi.com wrote: On Fri, 29 Jan 2010, Bee wrote: On Jan 29, 7:43 am, Benjamin R. Haskell v...@benizi.com wrote: ... :redir @a ... How to save directly to a filename? [...] But this creates a file

Re: Single-column 'set'?

2010-01-31 Thread Benjamin R. Haskell
On Fri, 29 Jan 2010, Gary Johnson wrote: On 2010-01-29, Benjamin R. Haskell wrote: I just managed to clobber one machine's ~/.vim.local directory (where I keep machine-specific settings). Luckily I have an instance of 'vim' still running with the old settings. Armed with my recent

Re: Control-arrow

2010-01-31 Thread Gary Johnson
On 2010-01-30, Paul wrote: On Tue, Jan 26, 2010 at 11:35:08AM -0800, Gary Johnson wrote: One solution is to set the value of TERM to one that vim recognizes and whose terminfo database accurately reflects the capabilities of your terminal. I think the ones vim recognizes are: xterm

Re: Control-arrow

2010-01-31 Thread Benjamin R. Haskell
On Sun, 31 Jan 2010, Gary Johnson wrote: On 2010-01-30, Paul wrote: On Tue, Jan 26, 2010 at 11:35:08AM -0800, Gary Johnson wrote: One solution is to set the value of TERM to one that vim recognizes and whose terminfo database accurately reflects the capabilities of your terminal. I

Re: Control-arrow

2010-01-31 Thread Benjamin R. Haskell
On Sun, 31 Jan 2010, Benjamin R. Haskell wrote: On Sun, 31 Jan 2010, Gary Johnson wrote: [...] That suggests to me that vim is properly configuring itself to accept the escape sequences for those keys from both terminal types, but that your mlterm is emitting different sequences

Re: Control-arrow

2010-01-31 Thread Benjamin R. Haskell
On Sun, 31 Jan 2010, Benjamin R. Haskell wrote: On Sun, 31 Jan 2010, Gary Johnson wrote: [...] That suggests to me that vim is properly configuring itself to accept the escape sequences for those keys from both terminal types, but that your mlterm is emitting different sequences

Re: Windows gVim cannot read Chinese from clipboard created in Cygwin vim

2010-01-31 Thread Sean
Further investigation shows (1) from console vim, we can send kind of binary version of content to clipboard by: :%y|call system('/bin/putclip', @@) (2) from gVim, we can correct the clipboard contents by: :let @+=system('/bin/getclip') (But we suffer a flash DOS box on the status line.) (3)

Re: New Vim plugin system (automatic installation of plugins)

2010-01-31 Thread Marc Weber
Hi @ll. There are some news: vim-addon-manager supports marking addons as deprecated. So if you know some plugins which should not be used because they are superseded by another package I'd like to ask you telling me about them. By the way does someone has a script which uploads new versions

Commnad over a window

2010-01-31 Thread JuanPablo
hi, if I have multiple windows. How can I apply a command on a specified window without having to move to this? example: g/text/d only in the first window the same question in buffers case. Many thanks. -- JuanPablo -- You received this message from the vim_use maillist. For more information,

Re: [CURIOUSITY] am i using

2010-01-31 Thread pansz
Raúl Núñez de Arenas Coronado 写道: Saluton pansz :) pansz p...@routon.com skribis: open-source software != free-as-in-freedom software. Vim is open-source, but it is not free-as-in-freedom software. I don't want to start a flamewar on this issue There won't be a flamewar on this issue: I'm

ANN: YankRing 10.0

2010-01-31 Thread David Fishburn
YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/script.php?script_id=1234 What does it do? Allows you to retrieve previous yanks, deletes and changed text and cycle through them choosing which item you need. It also works across Vim instances

gvim window size on Windows

2010-01-31 Thread meino . cramer
Hi, at work I am using gvim on Windows. Is it possible to instruct gvim to open in full size (whole screen) instead of a quarter of the screen size??? I am tired of clicking the title bar each time I start gvim... Thank you very much for any help in advance! :) Have a nice week! Best

RE: gvim window size on Windows

2010-01-31 Thread Gene Kwiecinski
Is it possible to instruct gvim to open in full size (whole screen) instead of a quarter of the screen size??? Ancient tip that's been done to death, no? Set your rows/cols to or something huge, should max out to the actual screen dimensions. Or there's the simalt trick to maXimise it, as

Re: gvim window size on Windows

2010-01-31 Thread KKde
 at work I am using gvim on Windows.  Is it possible to instruct gvim to open in full size  (whole screen) instead of a quarter of the screen size???  I am tired of clicking the title bar each time I start  gvim... If you are opening gvim from shortcut then right click on the shortcut and

Selection problem with mouse

2010-01-31 Thread Pan Xiaoku
Hi at work I am using gvim on Windows. When I want to select something using Mouse, the area selected is highlighted.But When I release the button, the area disappears at once?my slm is mouse,key. Thanks. -- You received this message from the vim_use maillist. For more information, visit

Re: gvim window size on Windows

2010-01-31 Thread Tony Mechelynck
On 01/02/10 06:03, Gene Kwiecinski wrote: Is it possible to instruct gvim to open in full size (whole screen) instead of a quarter of the screen size??? Ancient tip that's been done to death, no? Set your rows/cols to or something huge, should max out to the actual screen dimensions.