diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-12 10:00:47 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-12 10:00:47 +0200 |
| commit | 3939baaac101cea08c711638dfd537f4a039d0ae (patch) | |
| tree | 93b2a73faae588cbe4f2fdda38e20c99ce94d71e /sam.c | |
| parent | f58a3d82fca1a3fb44d43f2ffba68b4445947c02 (diff) | |
| parent | 4b4529f3cb885ad6427b0c5173c4054b844c6202 (diff) | |
| download | vis-3939baaac101cea08c711638dfd537f4a039d0ae.tar.gz vis-3939baaac101cea08c711638dfd537f4a039d0ae.tar.xz | |
Merge branch 'fixups' of https://github.com/tycho/vis
Diffstat (limited to 'sam.c')
| -rw-r--r-- | sam.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1080,13 +1080,13 @@ static bool cmd_filter(Vis *vis, Win *win, Command *cmd, const char *argv[], Cur /* The general idea is the following: * * 1) take a snapshot - * 2) write [range.start, range.end] to exteneral command + * 2) write [range.start, range.end] to external command * 3) read the output of the external command and insert it after the range * 4) depending on the exit status of the external command * - on success: delete original range * - on failure: revert to previous snapshot * - * 2) and 3) happend in small junks + * 2) and 3) happen in small chunks */ text_snapshot(txt); |
