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