|
|
1a117bddf9
|
Clean up save logic (fixes #75)
|
2015-07-29 16:36:55 +02:00 |
|
|
|
84c548a444
|
don't :e an unsaved file
|
2015-07-29 16:31:42 +02:00 |
|
|
|
da8405b387
|
Prepare 0.6.1 release
|
2015-07-28 12:03:04 +02:00 |
|
|
|
8fd1fe14c8
|
Added ~ support
Thanks to @romgrk in PR #48
|
2015-07-28 12:02:03 +02:00 |
|
|
|
cdf65d6e27
|
Prepare 0.6.0 release
|
2015-07-28 11:57:07 +02:00 |
|
|
|
ea919ada29
|
update changelog
|
2015-07-28 11:56:45 +02:00 |
|
|
|
add34853ac
|
Merge pull request #61 from ardrigh/patch-1
Display ':' at start of the command input line
|
2015-07-28 11:34:05 +02:00 |
|
|
|
a187e68497
|
Merge pull request #74 from mleeds95/fix-write
Simplify how :write works and make it work when no projects are open.
|
2015-07-28 11:30:51 +02:00 |
|
|
|
e679604c21
|
Merge pull request #69 from nzyuzin/set_options
Add support for :set [option]
|
2015-07-28 11:30:35 +02:00 |
|
|
|
7450d05e64
|
Merge pull request #55 from jazzpi/fix-54
Replace `\#{delimiter}` with `#{delimiter}` in :s
|
2015-07-28 11:30:03 +02:00 |
|
Matthew Leeds
|
656ed90f7e
|
Simplify how :write works and make it work when no projects are open.
|
2015-07-27 16:52:47 -05:00 |
|
Nikita Zyuzin
|
0f38fd195a
|
Add support for :set [option]
|
2015-07-13 23:06:03 +04:00 |
|
|
|
13c5c84688
|
Merge pull request #59 from jazzpi/use-texteditor-transact
Use TextEditor.transact
|
2015-06-28 19:03:49 +02:00 |
|
Dagan McGregor
|
44f296999b
|
Update ex-mode.less
Change to div to avoid conflict with vim-mode search
|
2015-06-23 18:12:02 +12:00 |
|
Dagan McGregor
|
928e5626fd
|
Update ex-mode.less
Display ':' at start of the command input
|
2015-06-21 03:29:18 +12:00 |
|
jazzpi
|
7c202faefa
|
Use TextEditor.transact
This fixes #57 and atom/atom#703
|
2015-06-18 18:52:24 +02:00 |
|
jazzpi
|
4cccef79a5
|
Replace \#{delimiter} with #{delimiter} in :s
|
2015-06-10 18:19:59 +02:00 |
|
|
|
bf0f492740
|
Merge pull request #45 from jazzpi/fix-write
Fix :write behaviour
|
2015-05-28 09:12:18 +02:00 |
|
jazzpi
|
5ee749cb0b
|
Fix :write behaviour
|
2015-05-27 17:29:37 +02:00 |
|
|
|
e33dc15392
|
Prepare 0.5.1 release
|
2015-05-24 15:57:13 +02:00 |
|
|
|
c43b2658ef
|
stop spurious cancels
|
2015-05-24 15:56:53 +02:00 |
|
|
|
3c17b6e670
|
history even bad commands (easing fixups)
|
2015-05-24 15:56:11 +02:00 |
|
|
|
cb2d79a1e3
|
get some fresh air
|
2015-05-24 15:55:24 +02:00 |
|
|
|
a32c04e898
|
Prepare 0.5.0 release
|
2015-05-24 11:51:55 +02:00 |
|
|
|
a0121dc1cc
|
update changelog for next version
|
2015-05-24 11:49:49 +02:00 |
|
|
|
3f75ca3a30
|
comply with new Atom API
|
2015-05-24 11:49:29 +02:00 |
|
|
|
1c064ec13a
|
debug logging removed
|
2015-05-24 11:47:46 +02:00 |
|
|
|
8eeb2dc57e
|
Merge pull request #38 from jazzpi/fix-x
Fix `:x` throwing an error
|
2015-05-15 09:07:35 +02:00 |
|
jazzpi
|
5d06604d41
|
Fix :x throwing an error
|
2015-04-18 12:37:45 +02:00 |
|
|
|
be8bac62f1
|
Merge pull request #35 from jazzpi/implement-d
Implement d
|
2015-04-11 19:33:07 +02:00 |
|
jazzpi
|
8087ca3aeb
|
Implement d
|
2015-04-06 13:18:31 +02:00 |
|
jazzpi
|
657a92e84e
|
handle range starting at 0 (fixes #30)
|
2015-03-30 14:12:21 +02:00 |
|
|
|
e97964dd5c
|
Prepare 0.4.1 release
|
2015-03-30 10:42:39 +02:00 |
|
|
|
6e0ef96e06
|
changelog
|
2015-03-30 10:42:25 +02:00 |
|
|
|
5b62897712
|
Merge branch 'fix_length_error'
|
2015-03-30 10:22:05 +02:00 |
|
jazzpi
|
f2508d7be2
|
Fix #23
|
2015-03-30 10:21:25 +02:00 |
|
|
|
470935ddc9
|
Prepare 0.4.0 release
|
2015-03-30 10:13:09 +02:00 |
|
|
|
4da6f2d987
|
Merge pull request #26 from jazzpi/patch-3
Implement parsing following ex spec and :s, fix behaviour of :e
|
2015-03-30 10:11:17 +02:00 |
|
jazzpi
|
241abdb9d0
|
Fix :s behaviour
|
2015-03-26 15:35:14 +01:00 |
|
jazzpi
|
822d5fcf97
|
Stop debug logging
|
2015-03-22 23:30:01 +01:00 |
|
jazzpi
|
f662a96afd
|
Implement :s
|
2015-03-22 23:14:56 +01:00 |
|
jazzpi
|
161c55c94f
|
Style
|
2015-03-22 15:19:41 +01:00 |
|
jazzpi
|
477b2a6b6b
|
Fix double comprehension
|
2015-03-22 14:34:37 +01:00 |
|
jazzpi
|
433b1dd6ac
|
Yes we can
|
2015-03-22 14:17:43 +01:00 |
|
jazzpi
|
d1295587ee
|
Update commands
|
2015-03-22 02:56:48 +01:00 |
|
jazzpi
|
8b658db090
|
Update commands
|
2015-03-22 01:11:34 +01:00 |
|
jazzpi
|
054473a3d1
|
Fix
|
2015-03-22 01:11:01 +01:00 |
|
jazzpi
|
e5e944656c
|
is instead of ==
|
2015-03-22 00:58:53 +01:00 |
|
jazzpi
|
5fd7a8b6dd
|
Fix line length
|
2015-03-22 00:53:26 +01:00 |
|
jazzpi
|
548f9b75c4
|
Add actual command calling
|
2015-03-21 23:36:08 +01:00 |
|