From bc156294aa459f8b1fb07a402e43abfa03852ee7 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Thu, 6 Sep 2018 11:40:49 -0700 Subject: [PATCH] Udated comment --- src/Buffer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.ts b/src/Buffer.ts index f872b485..ad18dd0c 100644 --- a/src/Buffer.ts +++ b/src/Buffer.ts @@ -266,7 +266,7 @@ export class Buffer implements IBuffer { } /** - * Translates a buffer line to a string, with optional start and end columns. + * Translates a buffer line to a string, including subsequent lines if they are wraps. * Wide characters will count as two columns in the resulting string. This * function is useful for getting the actual text underneath the raw selection * position.