index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shortcut.c
Age
Commit message (
Expand
)
Author
2018-06-14
Added tests for shortcuts #357.
Daniel Carl
2018-04-16
Don't memory slices for single structs.
Daniel Carl
2018-04-15
Do not propagate the shortcut struct.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-05-26
Update license year.
Daniel Carl
2017-03-03
allows shortcuts without parameters
Robert Timm
2017-03-02
Added completion for shortcuts.
Daniel Carl
2016-06-01
Update license year.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-11-21
Fixed missed uri escaping for '+' (#152).
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-07-31
Removed unused param for util_str_replace.
Daniel Carl
2014-07-31
Implemented extended :set syntax.
Daniel Carl
2014-06-09
Don't use g_shell_parse_argv for shortcuts (#88).
Daniel Carl
2014-06-09
Allow shortcut params with spaces (#88).
Daniel Carl
2014-06-07
Added test for shortcut feature.
Daniel Carl
2014-05-26
Added completion for :shortcut-remove.
Daniel Carl
2014-03-12
Fixed segfault of not shortcut default is set.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-05-05
Simplified the shortcut system.
Daniel Carl
2013-04-28
Allow multiple placeholder in shortcuts.
Daniel Carl
2013-04-28
Split the shortcut uri lookup into two functions.
Daniel Carl
2013-04-27
Renamed the shortcut handle to key.
Daniel Carl
2013-04-27
Use hashtable to store the uri shortcuts.
Daniel Carl
2013-04-27
Renamed searchengine to shortcut.
Daniel Carl