Re: [dev] [vis] vis lua integration not working when using lua 5.3

2016-01-20 Thread Marc André Tanner
On Wed, Jan 20, 2016 at 03:07:28PM +0100, Silvan Jegen wrote: > Has anyone used vis successfully with lua 5.3? Yes I had it running with 5.3 at some point. I guess you do not have LPeg installed (for 5.3). A first try would be to change into the `lexers` sub directory inside the vis source tree a

[dev] [vis] vis lua integration not working when using lua 5.3

2016-01-20 Thread Silvan Jegen
Hey hey When building vis with lua 5.3, the lua integration does not seem to work for me even though vis compiles without issues. $ make cc -DCONFIG_LUA=1 -DCONFIG_SELINUX=0 -DCONFIG_ACL=0 -I/usr/include/ -D_GNU_SOURCE -std=c99 -Os -DVERSION="v0.1.r63.ge1bf543" -DNDEBUG -D_POSIX_C_SOURCE=200809

Re: [dev] [vis] text_line_end() in insert mode

2016-01-20 Thread Marc André Tanner
On Wed, Jan 20, 2016 at 07:58:39AM +0100, Markus Teich wrote: > Heyho Marc, > > something I don't seem to be able to figure out: When pressing the END key in > insert mode, in vim the cursor moves after the last regular character in the > current line, basically over the newline character, if you

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-20 Thread Marc André Tanner
On Wed, Jan 20, 2016 at 07:47:27AM +0100, Markus Teich wrote: > Marc André Tanner wrote: > > There were some other (slightly ugly) changes necessary, but it should now > > work as you want? > > In visual line mode it still behaves a little strange. Shifting right seems to > work fine, but when shi