aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.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/menu.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/menu.lua')
-rw-r--r--modules/textadept/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index fbb74499..2f984d8a 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -180,7 +180,7 @@ local menubar = {
{_L['Toggle View White_space'], {utils.toggle_property, 'view_ws'}},
{_L['Toggle _Virtual Space'],
{utils.toggle_property, 'virtual_space_options',
- buffer.SCVS_USERACCESSIBLE}},
+ buffer.VS_USERACCESSIBLE}},
SEPARATOR,
{_L['Zoom _In'], buffer.zoom_in},
{_L['Zoom _Out'], buffer.zoom_out},