index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
command.c
Age
Commit message (
Expand
)
Author
2021-09-24
Removed History and Last Opened History
rafa_99
2018-10-29
Fixed none freed command variable.
Daniel Carl
2018-10-25
Fix possible memory leak #361.
Daniel Carl
2018-10-25
Add command_spawn_editor() and implement normal_view_source()
Leonardo Taccari
2018-05-28
Fix wrong search hit count shown on prev/next.
Daniel Carl
2018-04-28
Shop the numbers of search matches in status bar.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-10-28
n/N restart the previous search if none is active
Yoann Blein
2017-06-24
Use Uppercase bool value from glib.
Daniel Carl
2017-06-14
Fix O after searching caused empty inputbox.
Daniel Carl
2017-05-26
Update license year.
Daniel Carl
2017-05-07
Make the ";y" (yanking) hint command work
Virgil Dupras
2017-04-23
fixes incsearch history handling
Robert Timm
2017-04-21
Fixed none printed :open .. on O.
Daniel Carl
2017-04-21
Clear input after load commited during search.
Daniel Carl
2017-04-20
Added :save command.
Daniel Carl
2017-02-28
Allow to manage bookmarks and queue.
Daniel Carl
2016-09-28
Fixes comment style
Robert Timm
2016-09-28
Adds yank command
Robert Timm
2016-09-28
Allow link activation from search result.
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-26
Yank alway also into default register "".
Daniel Carl
2014-08-30
Show the number of search results in status bar.
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-06-06
Remove obsolete GET_URI() macro.
Daniel Carl
2014-06-03
Fixed segfault on yank without buffer.
Daniel Carl
2014-06-03
Don't write register or history during setup.
Daniel Carl
2014-06-03
Fixed not working * and # commands.
Daniel Carl
2014-05-31
Used new register "/ to continue search.
Daniel Carl
2014-05-31
Added support of read only registers ":, "/ and "%.
Daniel Carl
2014-05-31
Added support for different yank registers.
Daniel Carl
2014-02-24
Don't skip first search match after committing search query.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-12-21
Added extended hint modes g;X (#53).
Daniel Carl
2013-09-29
Moved command_history to ex.c
Daniel Carl
2013-09-28
Simplified the command_search function.
Daniel Carl
2013-09-28
Removed nor more used count.
Daniel Carl
2013-09-21
Cleaned the code a little.
Daniel Carl
2013-09-20
Changed the way keys are processed.
Daniel Carl
2013-08-14
Allow to clear the inputbox on <esc> also if it's focused.
Daniel Carl
2013-08-14
Allow the inputbox to show multiple lines.
Daniel Carl
2013-08-06
Renamed the insert mode to input mode.
Daniel Carl
2013-08-06
Made pass through mode to a submode (#48).
Daniel Carl
2013-08-06
Added command focus-input and new keybinding 'g-i'.
Daniel Carl
2013-08-05
Fixed non working hinting mode for ;o and ;t.
Daniel Carl
2013-08-05
Added command pass-through to switch to pass through mode.
Daniel Carl
2013-08-05
Added new hinting mode to hint element to the beginning of queue.
Daniel Carl
2013-08-05
Added command queue-unshift.
Daniel Carl
[next]