-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.2.17: Merge without including the current subtitle
* subed/subed-common.el (merge-region): Merge without including the current subtitle if the point is at the beginning. (subed-create-file): Update docstring. (subtitle-start-pos): * tests/test-subed-tsv.el ("subed-tsv"): Add test for merging and subtitle-start-pos. * tests/test-subed-srt.el ("subed-srt"): Add test for subtitle-start-pos. * tests/test-subed-vtt.el ("subed-vtt"): Add test for subtitle-start-pos.
- Loading branch information
Showing
7 changed files
with
97 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; subed.el --- A major mode for editing subtitles -*- lexical-binding: t; -*- | ||
|
||
;; Version: 1.2.16 | ||
;; Version: 1.2.17 | ||
;; Maintainer: Sacha Chua <[email protected]> | ||
;; Author: Random User | ||
;; Keywords: convenience, files, hypermedia, multimedia | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters