aboutsummaryrefslogtreecommitdiff
path: root/edit.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'oblitum/extension-and-fences'A Farzat2022-05-141-23/+45
|\
| * Add file type and code fences supportFrancisco Lopes2020-11-121-24/+44
| | | | | | | | Also fix inconsistency on usage of global variables
* | Merge branch 'noeol'A Farzat2022-05-141-0/+3
|\ \
| * | Remove trailing newline character if existsA Farzat2022-05-141-0/+3
| |/
* / Use XDG_CACHE_HOME by defaultA Farzat2022-05-141-2/+7
|/ | | | | Previous setup broke down when XDG Base Directory Specifications were used.
* 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