diff options
author | 2013-09-15 14:41:34 -0400 | |
---|---|---|
committer | 2013-09-15 14:41:34 -0400 | |
commit | 9ccea9e562699b45ba830b8b1355571061580386 (patch) | |
tree | 0d908fa3c956254a2e3629a7398fa1c54c7863b3 /core/.buffer.luadoc | |
parent | c683ff20ef76c60cdf79df3c61f267dc3b7073ed (diff) | |
download | textadept-9ccea9e562699b45ba830b8b1355571061580386.tar.gz textadept-9ccea9e562699b45ba830b8b1355571061580386.zip |
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 6 |
1 files changed, 1 insertions, 5 deletions
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) |