Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect WEECHAT_HOME. (#6) | Denis Kasak | 2019-02-13 | 1 | -1/+6 |
| | |||||
* | Use shell-style word-splitting on `editor` | C. Morgan Hamill | 2018-08-30 | 1 | -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 issue1 | Marc Rumo | 2018-02-07 | 1 | -1/+2 |
| | |||||
* | Allow editor configuration | Keith Smiley | 2015-12-10 | 1 | -2/+7 |
| | |||||
* | Remove file after using it | Keith Smiley | 2015-10-18 | 1 | -0/+2 |
| | |||||
* | Initial Commit | Keith Smiley | 2015-10-18 | 1 | -0/+46 |