Re: Patch: Recent visit folder selection in gtk2 filechooser

2007-05-09 Thread Jochen Baier
Jochen Baier wrote:
 hi,

 the attached patch will add a combobox to the gtk2 filechooser to easy
 switch between recent visit folder. (=folder you opened a file)
 maybe worth to add to gvim.

 screenshot: http://www.jochen-baier.de/vim_recent.jpg

 regards jochen
   
 

patch is obsolete, gtk+ will include something similar in the future
versions of the filechooser widget

regards jochen


Cursor always in the middle of the window

2006-09-04 Thread Jochen Baier
Hi,


with scrolloff=999 the cursor is in the middle of the
window, but not on the top or end of a file (or small file).
Is it possible to have it always in the middle of the window
? maybe with adding '~' above and below of the text.

thanks for hints,

jochen




Re: Proposal: New command/feature for quickfix

2006-06-29 Thread Jochen Baier
On Wed, Jun 28, 2006 at 03:26:04PM -0700, Yegappan Lakshmanan wrote:
 Hi,
 
 On 6/28/06, Nikolai Weibull [EMAIL PROTECTED] wrote:
 On 6/28/06, Jochen Baier [EMAIL PROTECTED] wrote:
  On Wed, Jun 28, 2006 at 11:21:00PM +0200, Mikolaj Machowski wrote:
   Dnia ?roda, 28 czerwca 2006 22:07, Jochen Baier napisa?:
i think a command like cbefore or croot could be
usefull. using this command after a quickfix trip (vimgrep,
  
   Doesn't c-o fulfill your request?
  
   m.
 
  no
 
 Good answer ;-).  Short and to the point.
 
 However, further explanation may be necessary.
 
 C-o just gets you back to the previous position in the jump list (or
 [count]), but this would be a complete reset to the point where you
 were before beginning to use the change list commands.
 
 
 You can try using the attached qf.vim plugin. Save the file to the
 $HOME/.vim/plugin or $HOME/vimfiles/plugin directory.

hi,

i used the qf.vim script to make a crestore.vim script.

see: http://www.vim.org/scripts/script.php?script_id=1592

seems to be usefull

regards jochen

 



Comments/Additional Notes for scripts

2006-06-18 Thread Jochen Baier

hi,


would it be possible to make a Commments/Additional
Notes functionallty for scripts ? Similiar to the
Additional Notes in the tips section.

with this the feedback from the user would be better. and
the developer of the script can improve the script and would
be more motivated.

regards jochen