aboutsummaryrefslogtreecommitdiff
path: root/edit.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing newline character if existsA Farzat2022-05-141-0/+3
|
* 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
|
* 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]`.
* fixes issue1Marc Rumo2018-02-071-1/+2
|
* Allow editor configurationKeith Smiley2015-12-101-2/+7
|
* Remove file after using itKeith Smiley2015-10-181-0/+2
|
* Initial CommitKeith Smiley2015-10-181-0/+46