diff options
Diffstat (limited to 'themes/scite')
-rw-r--r-- | themes/scite/buffer.lua | 1 | ||||
-rw-r--r-- | themes/scite/view.lua | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index 92e5dea8..a93116db 100644 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,7 +1,6 @@ -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. -local textadept = _G.textadept local buffer = buffer -- folding diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 8ee70c9e..d612377d 100644 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,8 +1,7 @@ -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. -local textadept = _G.textadept -local c = textadept.constants +local c = _SCINTILLA.constants local buffer = buffer buffer.margin_width_n[0] = 4 * buffer:text_width(c.STYLE_LINENUMBER, "9") |