| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-13 | support piping a buffer to an external process | Florian Fischer | 1 | -1/+1 | |
| Currently only Text objects can be piped to external commands. This is tedious if data not available in any file should be passed to an external process (e.g. building options and passing them to vis-menu). This adds the option to pass a buffer to _vis_pipe and provides wrapper functions for the original behavior and the new one. | |||||
| 2023-02-12 | text-io: close "cwd" in all cases | Silvan Jegen | 1 | -2/+3 | |
| 2022-12-10 | Add dealing with error value from fchdir in text-io.c | Matěj Cepl | 1 | -1/+2 | |
| 2020-12-10 | fix typos in comments | Moesasji | 1 | -2/+2 | |
| 2020-10-10 | text: move I/O related code to separate file | Marc André Tanner | 1 | -0/+548 | |
| This groups all I/O related code together to make it reusable in different core text data structure implementations. | |||||
