Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add my copyright notice | A Farzat | 2022-05-17 | 2 | -2/+3 |
| | | | | Also a small fix to the readme. | ||||
* | Rename the project to weechat-edit | A Farzat | 2022-05-17 | 1 | -5/+6 |
| | | | | This is naming style is more common around weechat plugins. | ||||
* | Merge branch 'oblitum/extension-and-fences' | A Farzat | 2022-05-14 | 2 | -29/+64 |
|\ | |||||
| * | Add file type and code fences support | Francisco Lopes | 2020-11-12 | 2 | -30/+63 |
| | | | | | | | | Also fix inconsistency on usage of global variables | ||||
* | | Merge branch 'noeol' | A Farzat | 2022-05-14 | 1 | -0/+3 |
|\ \ | |||||
| * | | Remove trailing newline character if exists | A Farzat | 2022-05-14 | 1 | -0/+3 |
| |/ | |||||
* / | Use XDG_CACHE_HOME by default | A Farzat | 2022-05-14 | 1 | -2/+7 |
|/ | | | | | Previous setup broke down when XDG Base Directory Specifications were used. | ||||
* | Allow the editor to be opened in a separate terminal. (#7) | poljar | 2019-03-02 | 1 | -15/+81 |
| | | | This avoids blocking weechat while editing a message. | ||||
* | Respect WEECHAT_HOME. (#6) | Denis Kasak | 2019-02-13 | 1 | -1/+6 |
| | |||||
* | Merge pull request #4 from cmhamill/shlex-editor-config | Keith Smiley | 2018-08-30 | 1 | -1/+2 |
|\ | | | | | Use shell-style word-splitting on `editor` | ||||
| * | 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]`. | ||||
* | Merge pull request #2 from shK3Bq4d/issue1 | Keith Smiley | 2018-02-07 | 1 | -1/+2 |
|\ | | | | | Preserve current text input when opening the editor | ||||
| * | fixes issue1 | Marc Rumo | 2018-02-07 | 1 | -1/+2 |
|/ | |||||
* | Allow editor configuration | Keith Smiley | 2015-12-10 | 2 | -2/+16 |
| | |||||
* | Remove file after using it | Keith Smiley | 2015-10-18 | 1 | -0/+2 |
| | |||||
* | Fix wget URL | Keith Smiley | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Initial Commit | Keith Smiley | 2015-10-18 | 3 | -0/+85 |