[hackers] [scc] Explicitly use stdout/stdin for pipe communication || Quentin Rameau

2016-02-02 Thread git
commit f7ba49e4d1a750def40120fd78add0eda158d723 Author: Quentin Rameau AuthorDate: Tue Feb 2 17:37:11 2016 +0100 Commit: Quentin Rameau CommitDate: Tue Feb 2 17:37:11 2016 +0100 Explicitly use stdout/stdin for pipe communication diff --git a/driver/posix/scc.c b/driver/posix/scc.c i

[hackers] [vis] [PATCH] fix {, }, (, ) movements

2016-02-02 Thread Markus Teich
- Split the functions, so the algorithms are more clear - Paragraph movements work backwards - Paragraph movements work consistently with \r\n line breaks always placing the cursor on the first character of the first empty line before/after the paragraph - Sentence movements now work better at

Re: [hackers][vis][PATCH] Implement a first version of the 'gf' family of commands

2016-02-02 Thread Marc André Tanner
On Mon, Feb 01, 2016 at 09:55:32PM +0100, Silvan Jegen wrote: > There are still a lot of rough edges. We don't change the jumplist for > example, which means that we won't be able to jump back to the old > file. The jumplist is almost inexistent anyway, for starters it is currently only local to t

Re: [hackers] [vis] [PATCH] fix {, }, (, ) movements

2016-02-02 Thread Marc André Tanner
On Tue, Feb 02, 2016 at 10:14:52PM +0100, Markus Teich wrote: > - Split the functions, so the algorithms are more clear > - Paragraph movements work backwards > - Paragraph movements work consistently with \r\n line breaks always placing > the > cursor on the first character of the first empty l