diff options
author | 2016-01-29 18:36:23 -0500 | |
---|---|---|
committer | 2016-01-29 18:36:23 -0500 | |
commit | e6fe3a375cd464b2cd9709e073f9cfa4ceb2a313 (patch) | |
tree | 7c8daad030510356fb0c5d3eb8bac1251510436c /core/init.lua | |
parent | 78ea692c5a7a233716e02c5897048560353793aa (diff) | |
download | textadept-e6fe3a375cd464b2cd9709e073f9cfa4ceb2a313.tar.gz textadept-e6fe3a375cd464b2cd9709e073f9cfa4ceb2a313.zip |
Added '-v' and '--version' command line parameters.
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/init.lua b/core/init.lua index 16b4e28b..093d0faa 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,8 @@ -- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. _RELEASE = "Textadept 8.5" +_COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. + 'http://foicica.com/textadept' package.path = _HOME..'/core/?.lua;'..package.path |