-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.16: Changed behavior: Merging now combines lines
I kept running into this with short subtitles. If you prefer it the other way (keeping line breaks), let me know and we can make it an option. * subed/subed-srt.el (subed--merge-with-next): Add a space instead of a newline. * subed/subed-vtt.el (subed--merge-with-next): Add a space instead of a newline. * tests/test-subed-common.el ("subed-common"): Update merge test. * tests/test-subed-srt.el ("subed-srt"): Update merge test. * tests/test-subed-vtt.el ("subed-vtt"): Update merge test.
- Loading branch information
Showing
7 changed files
with
20 additions
and
15 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.15 | ||
;; Version: 1.2.16 | ||
;; 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