Commit graph

202 commits

Author SHA1 Message Date
Robert Paul
791c62a3ba Adds clarification comments 2017-08-08 14:02:29 -05:00
Robby
d76940dabc Adds another unit test 2017-08-06 23:40:06 -05:00
Robby
4312777508 Modifies sort function and adds a unit test 2017-08-06 23:22:13 -05:00
Robby
15296ff369 Removes accidental newline 2017-08-06 21:24:22 -05:00
Robby
117d7439ad Adds save ex-mode command 2017-08-06 21:23:41 -05:00
jazzpi
545f13294e Prepare 0.15.0 release 2017-05-25 01:45:07 +02:00
jazzpi
9b62ba70ca Add Changelog for v0.15.0 2017-05-25 01:43:49 +02:00
Jasper v. B
def663b9cc Merge pull request #180 from jazzpi/vim-mode-plus-marks-specs
vim-mode-plus marks & specs
2017-05-25 01:38:12 +02:00
jazzpi
546aa9f95c Use vim-mode-plus in ex-input-spec as well 2017-05-25 01:33:11 +02:00
jazzpi
99dd953370 Use vim-mode-plus on Travis
Also use Linux on Travis because there are more machines available
2017-05-25 01:27:09 +02:00
jazzpi
708aa94eb0 Use vim-mode-plus in specs 2017-05-25 01:08:38 +02:00
jazzpi
02ab74465c Support vim-mode-plus marks 2017-05-25 01:08:21 +02:00
Jasper v. B
ed3417c842 Merge pull request #178 from mkiken/fix-substitute-vim-mode-plus
Support vim-mode-plus substitute command
2017-05-25 01:06:58 +02:00
Jasper v. B
daaf8b3a2d Merge pull request #173 from jmarianer/vim-mode-plus
vim-mode-plus keybinding
2017-05-25 01:05:41 +02:00
mkiken
378cf6cff4 comment refactoring. 2017-03-20 14:07:44 +09:00
mkiken
0abb61fcb8 add consumeVimModePlus. 2017-03-20 14:02:05 +09:00
mkiken
50f1beb1e9 switch searchHistory 2017-03-20 13:49:33 +09:00
mkiken
f4eb1aef7d test package.json change. 2017-03-20 12:03:35 +09:00
jazzpi
28b451f33d Prepare 0.14.0 release 2017-03-15 15:01:12 +01:00
jazzpi
cf3e250ea0 Add changelog for v0.13.1 and v0.14.0 2017-03-15 14:59:12 +01:00
Jasper v. B
26781dc9a4 Merge pull request #177 from jazzpi/fix-x-closing-atom
Fix `:x` closing Atom instead of the current pane
2017-03-15 14:52:36 +01:00
jazzpi
ccf6aa22f8 Fix :x closing Atom instead of the current pane
`x` was being matched with `xall` instead of `xit`, so add an alias.
2017-03-15 14:03:25 +01:00
Jasper v. B
e2c42a6eeb Merge pull request #172 from jmarianer/tabonly
[needs tests] Support :tabonly. Code shamelessly copied from the close-other-tabs extension.
2017-01-19 21:51:01 +01:00
Joey Marianer
ba01f8a1b1 ex-mode supports vim-mode-plus 2017-01-08 17:05:30 -08:00
Joey Marianer
cd80a163cb Support :tabonly. Code shamelessly copied from the close-other-tabs extension. 2017-01-08 14:30:44 -08:00
jazzpi
d3c3603eb4 Prepare 0.13.1 release 2016-11-04 13:07:34 +01:00
Jasper v. B
02d62547c7 Merge pull request #171 from jazzpi/limit-to-last-line
Limit addresses to the last line
2016-11-04 13:05:01 +01:00
jazzpi
d5acbd3f53 Limit addresses to the last line 2016-11-04 12:58:03 +01:00
Jasper v. B
12bb28ceda Merge pull request #166 from mcnicholls/autocomplete-non-existant-directory-fix
Autocomplete non existant directory fix
2016-08-24 12:10:09 +02:00
Michael Nicholls
0441b24c21 Fix autocompleting a non existent directory 2016-08-23 07:22:01 +01:00
Michael Nicholls
fd0aa7a6c3 Add tests for autocompleting a non existent directory
Also add tests for autocompleting a file as a directory
2016-08-23 07:21:53 +01:00
jazzpi
03a36d11cd Prepare 0.13.0 release 2016-08-16 14:42:03 +02:00
jazzpi
17be8f025a Update changelog for v0.12.0 and v0.13.0 2016-08-16 13:29:31 +02:00
Jasper v. B
8e13c77a1a Merge pull request #165 from jazzpi/fix-search-without-close
Fix search not working without a closing delimiter
2016-08-16 13:16:02 +02:00
jazzpi
0f91ab5ae0 Fix search not working without a closing delimiter 2016-08-16 13:09:05 +02:00
Jasper v. B
f22ae13cfd Merge pull request #164 from jazzpi/fix-mark-address
Fix mark addresses and add specs for addresses
2016-08-16 12:37:47 +02:00
jazzpi
31ac3a98ed Fix spec for movement to mark 2016-08-16 12:33:00 +02:00
jazzpi
3c952ccbfe Fix mark addresses and add specs for addresses
Enables properly parsing marks as addresses. Also adds some specs for
addresses by checking how ex-mode behaves when used as a motion.

Fixes #70.
2016-08-16 00:36:05 +02:00
Jasper v. B
1799706e95 Merge pull request #163 from jazzpi/smartcase-option
Add 'smartcase' option
2016-08-16 00:32:56 +02:00
jazzpi
c6efc0d46c Add 'smartcase' option 2016-08-16 00:26:37 +02:00
Jasper v. B
6bb9c45793 Merge pull request #162 from jazzpi/update-github-meta
Update GitHub Meta Files
2016-08-16 00:25:09 +02:00
Jasper v. B
6c22b3b701 Merge pull request #160 from jazzpi/visual-marks
Basic support for visual marks ('<,'>)
2016-08-16 00:24:58 +02:00
Jasper v. B
a450f5853f Update contributing guidelines
LongLiveCHIEF no longer maintains this repository and I'm watching it, so the @mentions are unnecessary. Also, only collaborators can assign issues so step #2 doesn't work anyways.
2016-08-15 23:31:08 +02:00
Jasper v. B
773c3c733d Update PR template
Remove the @mentions because I'm watching the repository and LongLiveCHIEF no longer maintains it.
2016-08-15 23:24:32 +02:00
jazzpi
5f56b62b7b Fix specs
Apparently `keydown(':')` was never actually opening the Ex line (and
`keydown('escape')` wasn't closing it so it wasn't noticeable), so now
we open it directly with `ex-mode:open`.
2016-08-15 21:21:52 +02:00
jazzpi
1b8f6238c2 Add basic support for visual marks < and >
Only works with range '<,'>. If there are multiple selections, run the
command for each one.

Closes #31.
2016-08-15 21:13:32 +02:00
jazzpi
3a104fe061 Prepare 0.12.0 release 2016-08-14 21:54:02 +02:00
Jasper v. B
aca7d3b990 Merge pull request #159 from jazzpi/split-options-set
Add splitbelow and splitright options to `:set`
2016-08-14 21:52:32 +02:00
Jasper v. B
683a592979 Merge pull request #158 from jazzpi/update-new-file-save
Update editor when saving a new file with `:w` or `:saveas`
2016-08-14 21:52:22 +02:00
Jasper v. B
25ce6b59fd Merge pull request #155 from stuartquin/tab-autocomplete
Issue #29 Command and file autocomplete
2016-08-14 21:51:43 +02:00