aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-11-30 16:36:03 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-11-30 16:36:03 -0500
commit197536863d516dedca8defe61c3c06d6d7e1ef62 (patch)
treeab1320f1c66a94f9029a2ceebfdb45d198b0ebf0 /core/iface.lua
parent410afcb80b294743293e82bcc8ee9140279eb443 (diff)
Scintilla 1.75 adds a new iface function; core/iface.lua
Diffstat (limited to 'core/iface.lua')
-rw-r--r--core/iface.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/iface.lua b/core/iface.lua
index 3a0da0cd..aab576c3 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -525,6 +525,7 @@ textadept.buffer_functions = {
del_line_right = {2396, 0, 0, 0},
del_word_left = {2335, 0, 0, 0},
del_word_right = {2336, 0, 0, 0},
+ del_word_right_end = {2518, 0, 0, 0},
delete_back = {2326, 0, 0, 0},
delete_back_not_line = {2344, 0, 0, 0},
doc_line_from_visible = {2221, 1, 1, 0},