From 9ccea9e562699b45ba830b8b1355571061580386 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 15 Sep 2013 14:41:34 -0400 Subject: Do not convert filenames to UTF-8; keep them in `_CHARSET`. --- core/.buffer.luadoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 1c359304..ac94b191 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -277,11 +277,7 @@ -- The amount of pixel padding below line text. -- The default is `0`. -- @field filename (string) --- The UTF-8-encoded absolute path to the file associated with the buffer. --- Use [`string.iconv()`][] and [`_G._CHARSET`][] for charset conversions. --- --- [`string.iconv()`]: string.html#iconv --- [`_G._CHARSET`]: _G.html#_CHARSET +-- The absolute path to the file associated with the buffer. -- @field first_visible_line (number) -- The line number of the line at the top of the view, starting from zero. -- @field fold_expanded (table) -- cgit v1.2.3