diff options
author | 2013-09-16 22:02:02 -0400 | |
---|---|---|
committer | 2013-09-16 22:02:02 -0400 | |
commit | a274210f459e32c11c227f55c2cf7a9cb50af2ad (patch) | |
tree | 83c62bae40fe5381913a51bcd007b67107061090 /modules/textadept/menu.lua | |
parent | 095980fbbc1f5f4956afdee2802b87ce45f245e7 (diff) | |
download | textadept-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.lua | 2 |
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}, |