aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow the editor to be opened in a separate terminal. (#7)poljar2019-03-021-15/+81
| | | This avoids blocking weechat while editing a message.
* Respect WEECHAT_HOME. (#6)Denis Kasak2019-02-131-1/+6
|
* Merge pull request #4 from cmhamill/shlex-editor-configKeith Smiley2018-08-301-1/+2
|\ | | | | Use shell-style word-splitting on `editor`
| * Use shell-style word-splitting on `editor`C. Morgan Hamill2018-08-301-1/+2
|/ | | | | | | | | Use `shlex.split()` on the (possibly user-provided) editor, to avoid passing a nonsensical list to `subprocess.Popen`. Allow use of `plugins.var.python.edit.editor = "vim -c 'set notitle'"`, for example, which previously was passed to `subprocess.Popen` as `["vim", "-c", "'set", "notitle'", path]`.
* Merge pull request #2 from shK3Bq4d/issue1Keith Smiley2018-02-071-1/+2
|\ | | | | Preserve current text input when opening the editor
| * fixes issue1Marc Rumo2018-02-071-1/+2
|/
* Allow editor configurationKeith Smiley2015-12-102-2/+16
|
* Remove file after using itKeith Smiley2015-10-181-0/+2
|
* Fix wget URLKeith Smiley2015-10-181-1/+1
|
* Initial CommitKeith Smiley2015-10-183-0/+85