aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
commitb3cbff3e4e80aac25f922d7fec4e198c6dde95b3 (patch)
tree603046d1d885a29b1fd3cba1c8a47eca220710e2 /core/file_io.lua
parentf7855153d938c99d506ad363e889031e1e9420a3 (diff)
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua16
1 files changed, 1 insertions, 15 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index 5d108a55..de90ec81 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -60,20 +60,6 @@ io.recent_files = {}
-- KOI8-RU, CP{1250,1251,1252,1253,1254,1257}, CP{850,866,1131},
-- Mac{Roman,CentralEurope,Iceland,Croatian,Romania},
-- Mac{Cyrillic,Ukraine,Greek,Turkish}, Macintosh.
--- * Semitic: ISO-8859-{6,8}, CP{1255,1256}, CP862, Mac{Hebrew,Arabic}.
--- * Japanese: EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP, ISO-2022-JP-2,
--- ISO-2022-JP-1.
--- * Chinese: EUC-CN, HZ, GBK, CP936, GB18030, EUC-TW, BIG5, CP950,
--- BIG5-HKSCS, BIG5-HKSCS:2004, BIG5-HKSCS:2001, BIG5-HKSCS:1999,
--- ISO-2022-CN, ISO-2022-CN-EXT.
--- * Korean: EUC-KR, CP949, ISO-2022-KR, JOHAB.
--- * Armenian: ARMSCII-8.
--- * Georgian: Georgian-Academy, Georgian-PS.
--- * Tajik: KOI8-T.
--- * Kazakh: PT154, RK1048.
--- * Thai: ISO-8859-11, TIS-620, CP874, MacThai.
--- * Laotian: MuleLao-1, CP1133.
--- * Vietnamese: VISCII, TCVN, CP1258.
-- * Unicode: UTF-8, UCS-2, UCS-2BE, UCS-2LE, UCS-4, UCS-4BE, UCS-4LE, UTF-16,
-- UTF-16BE, UTF-16LE, UTF-32, UTF-32BE, UTF-32LE, UTF-7, C99, JAVA.
--
@@ -349,7 +335,7 @@ local vcs = {'.bzr', '.git', '.hg', '.svn', '_FOSSIL_'}
-- Returns the root directory of the project that contains filesystem path
-- *path*.
-- In order to be recognized, projects must be under version control. Recognized
--- VCSes are Bazaar, Git, Mercurial, and SVN.
+-- VCSes are Bazaar, Fossil, Git, Mercurial, and SVN.
-- @param path Optional filesystem path to a project or a file contained within
-- a project. The default value is the buffer's filename or the current
-- working directory.