aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-15 14:41:34 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-15 14:41:34 -0400
commit9ccea9e562699b45ba830b8b1355571061580386 (patch)
tree0d908fa3c956254a2e3629a7398fa1c54c7863b3 /core/.buffer.luadoc
parentc683ff20ef76c60cdf79df3c61f267dc3b7073ed (diff)
downloadtextadept-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.luadoc6
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)