summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2015-01-15Added some docs.Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-09-22Removed unused util_wildmatch function.Daniel Carl
2014-09-07Use for loops instead of while.Daniel Carl
2014-09-07Allow to match multiple patterns (#100).Daniel Carl
2014-09-06Added curly brace pattern matching for auto commands (#100).Daniel Carl
2014-09-05Faster return for wildmatch with trailing '*'.Daniel Carl
2014-09-04Allow multiple autocmd patterns (#100).Daniel Carl
2014-09-01Added utility function for wildcard matching.Daniel Carl
2014-08-05Added soup caching support.Daniel Carl
2014-08-03Fixed some typos.Daniel Carl
2014-07-31Removed unused param for util_str_replace.Daniel Carl
2014-07-31Implemented extended :set syntax.Daniel Carl
2014-06-09Don't write to history file for history size of 0.Daniel Carl
2014-06-06Remove obsolete GET_URI() macro.Daniel Carl
2014-06-05Fixed trailing / in ~/ expansion.Daniel Carl
2014-06-05Allow to escape all expandable chars.Daniel Carl
2014-06-04Allow to use \\$ to input \$.Daniel Carl
2014-06-04Allow to escape ~user expansion with \ char.Daniel Carl
2014-06-04Use already existing expansion logic also for ex commands.Daniel Carl
2014-05-26Added completion for :shortcut-remove.Daniel Carl
2014-04-11Another try to fixed FreeBSD compile error (#76).Daniel Carl
2014-04-09Fix compile error on FreeBSD (#76).Daniel Carl
2014-04-09Removed obsolete FILE_LOCK_SET macro.Daniel Carl
2014-03-12Allow to set empty download-dir.Daniel Carl
2014-03-12Replace G_DIR_SEPARATOR by / this is easier to read.Daniel Carl
2014-03-11Use new chartable instead of ctype.h functions.Daniel Carl
2014-03-11Don't expand string via shell.Daniel Carl
2014-03-09Added shell expansion for download paths.Daniel Carl
2014-01-19Use message logging function instead of fprintf.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2013-10-06Allow utf8 for keybinds.Daniel Carl
2013-09-21Cleaned the code a little.Daniel Carl
2013-08-14Cleaned code a little.Daniel Carl
2013-08-05Added command queue-unshift.Daniel Carl
2013-07-30Added queue commands :push and :pop.Daniel Carl
2013-07-29Use PROJECT variable instead of hard wired "vimb".Daniel Carl
2013-07-29Another history processing improvement.Daniel Carl
2013-07-28Little history precessing improvement.Daniel Carl
2013-07-26Moved functions from util to history and bookmark.Daniel Carl
2013-07-14Save also page title in history file (#46).Daniel Carl
2013-06-18Fixed function name typo.Daniel Carl
2013-06-08Added command to download current page to given path (#32).Daniel Carl
2013-06-01Changed completion of history an bookmarks (#27).Daniel Carl
2013-04-28Allow multiple placeholder in shortcuts.Daniel Carl
2013-04-14Added command to open input boxes or text areas with editor (#15).Daniel Carl
2013-03-29Moved variables to the top of function.Daniel Carl
2013-03-29Moved pointer * from type to the variables.Daniel Carl
2013-03-18Renamed the project from vimp to vimb.Daniel Carl
2013-03-03Added url completion for :open and :tabopen commands.Daniel Carl