Re: [Vimprobable-users] [PATCH] fix mixed case bookmarks
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hut <hu...@la...> - 2011-10-21 12:47:43
|
On Fri, Oct 21, 2011 at 02:45:27PM +0200, Hut wrote: > Opening bookmarks to a mixed-case URL break when complete_case_sensitive > is FALSE, since this causes the URL to become all lowercase. This patch > fixes that. > > To reproduce the error: > > bookmark this: http://en.gentoo-wiki.com/wiki/DM-Crypt_with_LUKS > set complete_case_sensitive in config.h to FALSE > type :open gent<TAB> until the bookmark appears. It's all lowercase and > won't work. Forgot to attach the patch, here it is. |