Skip to content

Commit c7c32fc

Browse files
committed
Renamed repository and changed message file names
Renamed message files to see if Package Control will load them after updating the plugin.
1 parent 26f9035 commit c7c32fc

File tree

9 files changed

+22
-17
lines changed

9 files changed

+22
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ On Windows and Linux, press the <kbd>ctrl</kbd> key instead of the <kbd>⌘</kbd
1313
Feedback
1414
--------
1515

16-
https://github.com/davidpeckham/FilterLines/issues
16+
https://github.com/davidpeckham/sublime-filterlines/issues
1717

1818
Demo
1919
----

messages.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"install": "messages/install.md",
3-
"st3-2.0.0": "messages/st3-2.0.0.md",
4-
"st3-2.0.1": "messages/st3-2.0.1.md",
5-
"st3-2.0.2": "messages/st3-2.0.2.md"
3+
"2.0.0": "messages/2.0.0.md",
4+
"2.0.1": "messages/2.0.1.md",
5+
"2.0.2": "messages/2.0.2.md",
6+
"2.0.3": "messages/2.0.3.md"
67
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
st3-2.0.0 (2014-12-26)
2-
----------------------
1+
2.0.0 (2014-12-26)
2+
------------------
33

44
- Moved support for Sublime Text 2 into a branch
55
- Cleaned up the documentation

messages/2.0.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2.0.1 (2014-12-27)
2+
------------------
3+
4+
- Added changelog

messages/2.0.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2.0.3 (2014-12-28)
2+
------------------
3+
4+
- Renamed GitHub repository as sublimetext-filterlines

messages/2.0.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2.0.3 (2014-12-28)
2+
------------------
3+
4+
- Renamed GitHub repository as sublime-filterlines
5+
- Renamed message files to get them to show on update

messages/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Filter Lines
2-
============
1+
Quickly find lines that match a string or regular expression.
32

43
To filter your file to lines that contain a string or match a regex:
54

@@ -16,4 +15,4 @@ On Windows and Linux, use the ctrl key instead of the cmd key.
1615

1716
For feedback, bugs, and source code:
1817

19-
https://github.com/davidpeckham/FilterLines
18+
https://github.com/davidpeckham/sublimetext-filterlines

messages/st3-2.0.1.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

messages/st3-2.0.2.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)