[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:45:34
|
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. |