pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/vimb



Module name:	wip
Committed by:	leot1990
Date:		Tue Oct 28 17:58:59 UTC 2014

Modified Files:
	wip/vimb: Makefile distinfo

Log Message:
Update wip/vimb to vimb-2.8.

Changes:
- Added bang for :eval command to run JavaScript code silently.
- Added setting input-autohide to hide the input box if it's empty.
- Added setting statusbar to toggle visibility of the status bar.
- Added autocmd feature.
    - completion for :autocmd and :augroup
    - autocmd events for downloads
    - curly brace pattern matching for auto commands
    - unit tests for pattern matching 
    - don't put autocmd commands into history
- Added feature to read page content from stdin. Thanks to Hironao Komatsu for
  this nice patch.
- Fixed wrong showcmd in status bar if there exists a keybinding beginning
  with chars that needs more keys.
- Fixed a little memory leak in unmap logic.
- Show the number of search results in status bar.
- Fixed download with content-range header. If the server responds with an
  Accept-Range header without content the download was not started or was
  considered as failed.
- Don't apply CTRL-V to pass through mode.
- Allow to use shortcut also if query contains '://'.
- Allow :normal and :eval commands to contain '|' char.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/vimb/distinfo
cvs -z3 rdiff -u -r1.13 -r1.14 wip/vimb/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/distinfo?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/Makefile?r1=1.13&r2=1.14

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index