vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit ab1c80d6ebb18e8389d485726efb1d5bde61d001
parent af62195ff0b04b578ab5583c3a9aca33b10b47b5
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu,  2 Mar 2017 12:30:27 +0100

vis-lua: fix bogus URL in LDoc comment

Diffstat:
Mvis-lua.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vis-lua.c b/vis-lua.c @@ -1515,7 +1515,7 @@ static const struct luaL_Reg window_cursors_funcs[] = { * Cursors are represented as absolute byte offsets from the start of the file. * Valid cursor placements are within the closed interval `[0, file.size]`. * Cursors are currently implemented using character marks into the underlying - * persistent [text management data structure](http://google.ch/). + * persistent [text management data structure](https://github.com/martanne/vis/wiki/Text-management-using-a-piece-chain). * This has a few consequences you should be aware of: * * - A cursor becomes invalid when the underlying text range it is referencing