Re: [dev] [PATCH] Fixed copying empty lines inside selection.

2014-06-05 Thread Roberto E. Vargas Caballero
> > The code was assuming that empty lines have implicit wrap-around attribute. > Was this issue considered a bug after all? Yes, and the patch was applied in 2411308bd. Regards. -- Roberto E. Vargas Caballero

Re: [dev] [PATCH] Fixed copying empty lines inside selection.

2014-06-05 Thread Alexander S.
2014-05-26 9:23 GMT+04:00 Alexander : > The code was assuming that empty lines have implicit wrap-around attribute. Was this issue considered a bug after all? -- Best regards, Alexander Sedov.

[dev] [PATCH] Fixed copying empty lines inside selection.

2014-05-25 Thread Alexander
The code was assuming that empty lines have implicit wrap-around attribute. --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 6424b54..506be0f 100644 --- a/st.c +++ b/st.c @@ -949,7 +949,7 @@ getsel(void) { * st. * FIXM