command-t 1.11.2 → 1.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.txt +22 -15
- data/doc/command-t.txt +22 -15
- data/ruby/command-t/controller.rb +4 -4
- data/ruby/command-t/scanner/file_scanner/ruby_file_scanner.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4f598bfb3714c2b23d88a3c04a2bacb69ca8335
|
4
|
+
data.tar.gz: 0642514254597763103552c89b056f7c75f047cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d757b1ce9387215a56b6c7a2c9768bb2bc638cf9f04580a73e2f395093be62374f0b34ec1f1358c7c6a96c5f1c6f87b351a436d90618e016491a66cfee5b3eb
|
7
|
+
data.tar.gz: 5f2a2818e1221a03236ba9f29ad169aeb2cd83895aaa597d1519829968104bef34b5c8af9cdebbe2f704ec095c4bdfe5cad7ab5dd4614db721cca4c10fa4a354
|
data/README.txt
CHANGED
@@ -1107,21 +1107,22 @@ Command-T is written and maintained by Greg Hurrell <greg@hurrell.net>.
|
|
1107
1107
|
Other contributors that have submitted patches include (in alphabetical
|
1108
1108
|
order):
|
1109
1109
|
|
1110
|
-
Abhinav Gupta
|
1111
|
-
Aleksandrs Ļedovskis
|
1112
|
-
Andy Waite
|
1113
|
-
Anthony Panozzo
|
1114
|
-
Artem Nezvigin
|
1115
|
-
Ben Osheroff
|
1116
|
-
Daniel Hahler
|
1117
|
-
David Szotten
|
1118
|
-
Emily Strickland
|
1119
|
-
Felix Tjandrawibawa
|
1120
|
-
Gary Bernhardt
|
1121
|
-
Ivan Ukhov
|
1122
|
-
Jacek Wysocki
|
1123
|
-
Jeff Kreeftmeijer
|
1124
|
-
Kevin Webster
|
1110
|
+
Abhinav Gupta Marcus Brito Scott Bronson
|
1111
|
+
Aleksandrs Ļedovskis Marian Schubert Seth Fowler
|
1112
|
+
Andy Waite Matthew Todd Sherzod Gapirov
|
1113
|
+
Anthony Panozzo Mike Lundy Shlomi Fish
|
1114
|
+
Artem Nezvigin Nadav Samet Steven Moazami
|
1115
|
+
Ben Osheroff Nate Kane Sung Pae
|
1116
|
+
Daniel Hahler Nicholas Alpi Thomas Pelletier
|
1117
|
+
David Szotten Noon Silk Ton van den Heuvel
|
1118
|
+
Emily Strickland Ole Petter Bang Victor Hugo Borja
|
1119
|
+
Felix Tjandrawibawa Patrick Hayes Vít Ondruch
|
1120
|
+
Gary Bernhardt Paul Jolly Woody Peterson
|
1121
|
+
Ivan Ukhov Pavel Sergeev Yan Pritzker
|
1122
|
+
Jacek Wysocki Rainux Luo Yiding Jia
|
1123
|
+
Jeff Kreeftmeijer Richard Feldman Zak Johnson
|
1124
|
+
Kevin Webster Roland Puntaier
|
1125
|
+
Lucas de Vries Ross Lagerwall
|
1125
1126
|
|
1126
1127
|
As this was the first Vim plug-in I had ever written I was heavily influenced
|
1127
1128
|
by the design of the LustyExplorer plug-in by Stephen Bach, which I understand
|
@@ -1215,6 +1216,12 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
1215
1216
|
|
1216
1217
|
HISTORY *command-t-history*
|
1217
1218
|
|
1219
|
+
1.11.3 (10 October 2014)
|
1220
|
+
|
1221
|
+
- ignore impromperly encoded filenames (patch from Sherzod Gapirov)
|
1222
|
+
- fix failure to update path when using |:cd| in conjunction with
|
1223
|
+
|g:CommandTTraverseSCM| set to "pwd" (bug present since 1.11.2)
|
1224
|
+
|
1218
1225
|
1.11.2 (2 September 2014)
|
1219
1226
|
|
1220
1227
|
- fix error while using Command-T outside of an SCM repo (bug present since
|
data/doc/command-t.txt
CHANGED
@@ -1107,21 +1107,22 @@ Command-T is written and maintained by Greg Hurrell <greg@hurrell.net>.
|
|
1107
1107
|
Other contributors that have submitted patches include (in alphabetical
|
1108
1108
|
order):
|
1109
1109
|
|
1110
|
-
Abhinav Gupta
|
1111
|
-
Aleksandrs Ļedovskis
|
1112
|
-
Andy Waite
|
1113
|
-
Anthony Panozzo
|
1114
|
-
Artem Nezvigin
|
1115
|
-
Ben Osheroff
|
1116
|
-
Daniel Hahler
|
1117
|
-
David Szotten
|
1118
|
-
Emily Strickland
|
1119
|
-
Felix Tjandrawibawa
|
1120
|
-
Gary Bernhardt
|
1121
|
-
Ivan Ukhov
|
1122
|
-
Jacek Wysocki
|
1123
|
-
Jeff Kreeftmeijer
|
1124
|
-
Kevin Webster
|
1110
|
+
Abhinav Gupta Marcus Brito Scott Bronson
|
1111
|
+
Aleksandrs Ļedovskis Marian Schubert Seth Fowler
|
1112
|
+
Andy Waite Matthew Todd Sherzod Gapirov
|
1113
|
+
Anthony Panozzo Mike Lundy Shlomi Fish
|
1114
|
+
Artem Nezvigin Nadav Samet Steven Moazami
|
1115
|
+
Ben Osheroff Nate Kane Sung Pae
|
1116
|
+
Daniel Hahler Nicholas Alpi Thomas Pelletier
|
1117
|
+
David Szotten Noon Silk Ton van den Heuvel
|
1118
|
+
Emily Strickland Ole Petter Bang Victor Hugo Borja
|
1119
|
+
Felix Tjandrawibawa Patrick Hayes Vít Ondruch
|
1120
|
+
Gary Bernhardt Paul Jolly Woody Peterson
|
1121
|
+
Ivan Ukhov Pavel Sergeev Yan Pritzker
|
1122
|
+
Jacek Wysocki Rainux Luo Yiding Jia
|
1123
|
+
Jeff Kreeftmeijer Richard Feldman Zak Johnson
|
1124
|
+
Kevin Webster Roland Puntaier
|
1125
|
+
Lucas de Vries Ross Lagerwall
|
1125
1126
|
|
1126
1127
|
As this was the first Vim plug-in I had ever written I was heavily influenced
|
1127
1128
|
by the design of the LustyExplorer plug-in by Stephen Bach, which I understand
|
@@ -1215,6 +1216,12 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
1215
1216
|
|
1216
1217
|
HISTORY *command-t-history*
|
1217
1218
|
|
1219
|
+
1.11.3 (10 October 2014)
|
1220
|
+
|
1221
|
+
- ignore impromperly encoded filenames (patch from Sherzod Gapirov)
|
1222
|
+
- fix failure to update path when using |:cd| in conjunction with
|
1223
|
+
|g:CommandTTraverseSCM| set to "pwd" (bug present since 1.11.2)
|
1224
|
+
|
1218
1225
|
1.11.2 (2 September 2014)
|
1219
1226
|
|
1220
1227
|
- fix error while using Command-T outside of an SCM repo (bug present since
|
@@ -53,12 +53,12 @@ module CommandT
|
|
53
53
|
traverse = VIM::get_string('g:CommandTTraverseSCM') || 'file'
|
54
54
|
case traverse
|
55
55
|
when 'file'
|
56
|
-
@path = nearest_ancestor(VIM::current_file_dir, scm_markers)
|
56
|
+
@path = nearest_ancestor(VIM::current_file_dir, scm_markers) || VIM::pwd
|
57
57
|
when 'dir'
|
58
|
-
@path = nearest_ancestor(VIM::pwd, scm_markers)
|
58
|
+
@path = nearest_ancestor(VIM::pwd, scm_markers) || VIM::pwd
|
59
|
+
else
|
60
|
+
@path = VIM::pwd
|
59
61
|
end
|
60
|
-
|
61
|
-
@path = VIM::pwd unless @path
|
62
62
|
end
|
63
63
|
|
64
64
|
@active_finder = file_finder
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: command-t
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Hurrell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
Command-T provides a fast, intuitive mechanism for opening files with a
|