index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ex.c
Age
Commit message (
Expand
)
Author
2015-11-22
Use sorting for completion by default.
Daniel Carl
2015-11-22
Show typed text as last completion entry (#253).
Daniel Carl
2015-09-21
Fixed none shown command error if used by :source command.
Daniel Carl
2015-09-21
Added path completion for :save command too.
Daniel Carl
2015-09-21
Add :source command
Yutao Yuan
2015-03-16
Allow to escape escape char to in commands (#191).
Daniel Carl
2015-02-21
Merged code from mode.c into main.c
Daniel Carl
2015-02-08
Don't remove error message if command is not known.
Daniel Carl
2015-01-24
Don't end :open command at pipe (#159).
Daniel Carl
2015-01-14
Don't write autocmd to command history.
Daniel Carl
2015-01-02
Don't end shell cmd at pipe char.
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-12-13
Exclude ex cmd from history and register.
Daniel Carl
2014-12-11
Removed unneeded result overwriting.
Daniel Carl
2014-12-11
Record command history and register after command.
Daniel Carl
2014-12-04
Don't give key presses to hint mode if this is off.
Daniel Carl
2014-12-04
Don't remove error message if ex cmd is not known.
Daniel Carl
2014-12-03
Avoid input clear in case autocmd is run.
Daniel Carl
2014-12-02
Allow whitespace around '=' in :set command.
Daniel Carl
2014-12-01
Don't clear inputbox after :normal command.
Daniel Carl
2014-11-23
Fixed gcc warning for possible uninitialized variable.
Daniel Carl
2014-11-23
Clear inputbox after running command successfully (#104).
Daniel Carl
2014-11-20
Renamed cutbuf variables and constants to reg.
Daniel Carl
2014-11-19
Removed unneeded key in ex cutbuf.
Daniel Carl
2014-11-19
Add :reg[ister] command to show register contents.
Daniel Carl
2014-11-19
Fixed duplicate shown showcmd in command mode.
Daniel Carl
2014-09-22
Merge branch 'feature/autocmd'
Daniel Carl
2014-09-22
Added bang for :eval.
Daniel Carl
2014-09-08
Added completion for :autocmd and :augroup (#100).
Daniel Carl
2014-09-07
Fixed compiler warning if autocmd feature is disabled (#100).
Daniel Carl
2014-09-04
Merge branch 'master' into feature/autocmd
Daniel Carl
2014-09-04
Fixed wrong showcmd in status bar.
Daniel Carl
2014-08-31
Added basic logic for :autocmd.
Daniel Carl
2014-08-24
Allow :normal and :eval commands to contain | chars.
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-08-02
Don't split tags of bookmarks if not needed.
Daniel Carl
2014-07-30
Give context to js functions instead of web frame.
Daniel Carl
2014-07-14
Don't allow to quit vimb if there are running downloads.
Daniel Carl
2014-06-29
Used g_slice_new instead of g_new.
Daniel Carl
2014-06-06
Remove obsolete GET_URI() macro.
Daniel Carl
2014-06-05
Allow to escape all expandable chars.
Daniel Carl
2014-06-05
Fixed unused variable.
Daniel Carl
2014-06-05
Remove unneeded SHELL_CMD.
Daniel Carl
2014-06-04
Allow to use \\$ to input \$.
Daniel Carl
2014-06-04
Allow to escape ~user expansion with \ char.
Daniel Carl
2014-06-04
Use already existing expansion logic also for ex commands.
Daniel Carl
2014-06-03
Allow to escape % with \ in expanded commands.
Daniel Carl
2014-06-03
Use g_return_*() function to avoid programming issues.
Daniel Carl
2014-06-03
Moved char related macro to ascii.h.
Daniel Carl
2014-06-03
Don't write register or history during setup.
Daniel Carl
[prev]
[next]