Re: [hackers][vis][PATCH] Handle quote matching in its own function

2016-02-18 Thread Marc André Tanner
On Mon, Feb 15, 2016 at 06:22:58PM +0100, Silvan Jegen wrote: > On Mon, Feb 15, 2016 at 05:50:12PM +0100, Marc André Tanner wrote: > > On Mon, Feb 15, 2016 at 04:01:48PM +0100, Silvan Jegen wrote: > > > > [...] > > > > What would be more interesting is to add a w

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

2016-02-07 Thread Marc André Tanner
The attached patches on top of current git HEAD should provide the same functionality you provided. Not sure whether they should be merged. Could be useful when displaying grep search results in a window as in: :| grep something *.c -- Marc André Tanner >< http://www.brain-dump.org/

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

2016-02-03 Thread Marc André Tanner
d of the last line i.e. LA See also[1], cff6ed5b and 2f4b69cc. Thanks, Marc [1] https://github.com/martanne/vis/issues/148#issuecomment-172090470 -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: 10C93617

Re: [hackers] [vis] [PATCH] Rename stderr field to err

2016-01-31 Thread Marc André Tanner
On Sun, Jan 31, 2016 at 05:36:49PM +0100, Markus Teich wrote: > The name `stderr` was confused by the compiler with the following defines: Thanks, applied. -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: 10C93617

Re: [hackers][vis][PATCH] Don't use an offset of 1 for the 'L' command by default

2016-01-31 Thread Marc André Tanner
Thanks for the patch! I think I fixed the issue in a slightly different way. -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: 10C93617

Re: [hackers][vis][PATCH] Make normal mode 'S' behave like in Vim

2015-12-20 Thread Marc André Tanner
would be to check within the change operator whether the range is linewise and if so insert a line break after the deletion. This should result in the desired behaviour when given a count. -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: 10C93617

Re: [hackers][vis][PATCH] Use VisMotionType enum consistently

2015-12-20 Thread Marc André Tanner
linewise properties in the public API as the other flags are implementation details. An improvement would probably be to initialize LINEWISE and CHARWISE in vis-core.h with the constants from vis.h. -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: 10C93617

Re: [hackers] dvtm: fix Mod-C and eliminate redundant shell process

2015-11-29 Thread Marc André Tanner
On Tue, Nov 24, 2015 at 10:19:34AM -0500, Greg Reagle wrote: > See attached. Thanks committed. Could you please confirm that my clean up patch did not break anything? Thanks -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: 10C93617

Re: [hackers] [dvtm] Command keys in status bar patch

2015-10-07 Thread Marc André Tanner
. I would place curly braces around the while block. Also maybe drawbar should reposition the cursor in the selected window (yes the (re)drawing code is a bit of a mess). -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0

Re: [hackers] [dvtm] pertag patch addition

2015-10-07 Thread Marc André Tanner
here your page is referenced. -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0

Re: [hackers] [dvtm] [PATCH] Redraw border with URGENT_ATTR as soon as possible

2015-08-07 Thread Marc André Tanner
the same until draw_border() is eventually called as a result of other events, such as layout changing. The following patch is intended to fix this: Thanks, applied! -- Marc André Tanner http://www.brain-dump.org/ GPG key: CF7D56C0

Re: [hackers] [abduco] [PATCH] Allow squashing of command line flags together

2015-08-07 Thread Marc André Tanner
. Yes please also submit the getopt based one. From a quick glance the one you posted probably has issues handling the -e option which takes an argument (and hence advances the arg variable). -- Marc André Tanner http://www.brain-dump.org/ GPG key: CF7D56C0

Re: [hackers] [PATCH][vis] Change op_put to repeat put operation count times

2015-08-06 Thread Marc André Tanner
On Thu, Jul 30, 2015 at 09:14:06PM +0200, Silvan Jegen wrote: On Thu, Jul 30, 2015 at 06:51:21PM +0200, Marc André Tanner wrote: On Wed, Jul 29, 2015 at 08:52:07PM +0200, Silvan Jegen wrote: This is the quick-and-dirty way to implement a feature I miss from Vim. Thanks. Yes the count

Re: [hackers] [dvtm] Status bar aesthetic patch

2015-07-27 Thread Marc André Tanner
, applied! -- Marc André Tanner http://www.brain-dump.org/ GPG key: CF7D56C0