ex-mode/lib
jazzpi 42a44ee9e1 Add specs; minor changes to some commands
`:tabedit` now works as an alias to `:edit` with a path and
  as an alias to `:tabnew` without.
`:tabnew` is a new command that opens a new tab with a new file if used
 without a path and works as an alias to `:tabedit` with one.
`:tabclose` now works as a proper alias to `:quit` (i.e. passes the arguments)
`:edit` now works more like before - it opens a given path in a new tab.
 It also doesn't do anything if the file was modified since the last commit,
 unless forced by using `:edit!`
`:write` works properly again and doesn't overwrite files, unless forced by
 using `:write!`
`:xit` is now called `:xit` and not just `:x`
`:substitute` now properly replaces multiple groups (`:s/(a)b(c)/X\1\2X\0`)
2015-07-29 19:13:13 +02:00
..
command-error.coffee Implement :s 2015-03-22 23:14:56 +01:00
command.coffee get some fresh air 2015-05-24 15:55:24 +02:00
ex-mode.coffee Provide the vim-mode service globally 2015-03-21 19:02:00 +01:00
ex-normal-mode-input-element.coffee Add specs; minor changes to some commands 2015-07-29 19:13:13 +02:00
ex-state.coffee Add specs; minor changes to some commands 2015-07-29 19:13:13 +02:00
ex-view-model.coffee comply with new Atom API 2015-05-24 11:49:29 +02:00
ex.coffee Add specs; minor changes to some commands 2015-07-29 19:13:13 +02:00
find.coffee debug logging removed 2015-05-24 11:47:46 +02:00
global-ex-state.coffee Provide the vim-mode service globally 2015-03-21 19:02:00 +01:00
view-model.coffee Add specs; minor changes to some commands 2015-07-29 19:13:13 +02:00
vim-option.coffee Add support for :set [option] 2015-07-13 23:06:03 +04:00