aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 22:02:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 22:02:02 -0400
commita274210f459e32c11c227f55c2cf7a9cb50af2ad (patch)
tree83c62bae40fe5381913a51bcd007b67107061090 /modules/textadept/keys.lua
parent095980fbbc1f5f4956afdee2802b87ce45f245e7 (diff)
downloadtextadept-a274210f459e32c11c227f55c2cf7a9cb50af2ad.tar.gz
textadept-a274210f459e32c11c227f55c2cf7a9cb50af2ad.zip
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index c140c095..d6353d1b 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -547,7 +547,7 @@ if not CURSES then
{utils.toggle_property, 'indentation_guides'}
keys[not OSX and 'caS' or 'cS'] = {utils.toggle_property, 'view_ws'}
keys[not OSX and 'caV' or 'cV'] =
- {utils.toggle_property, 'virtual_space_options', buffer.SCVS_USERACCESSIBLE}
+ {utils.toggle_property, 'virtual_space_options', buffer.VS_USERACCESSIBLE}
end
keys[not OSX and not CURSES and 'c=' or 'm='] = buffer.zoom_in
keys[not OSX and not CURSES and 'c-' or 'm-'] = buffer.zoom_out