aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-09 12:52:36 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-09 12:52:36 -0400
commit00a2d5b27a8044fc137c206223eef40571a37ae2 (patch)
tree53272ca49646d4a813af10c76478068b5a90f1e1 /modules/textadept
parent68d4aeaad7545ebd9554b8fe549d5cfb1bd121e6 (diff)
downloadtextadept-00a2d5b27a8044fc137c206223eef40571a37ae2.tar.gz
textadept-00a2d5b27a8044fc137c206223eef40571a37ae2.zip
Fix menu item conflicts; modules/textadept/menu.lua
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/menu.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 1420d18d..af71519d 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -92,9 +92,9 @@ local ID = {
CLEAR_BOOKMARKS = 417,
GOTO_NEXT_BOOKMARK = 418,
GOTO_PREV_BOOKMARK = 419,
- SNAPOPEN_USERHOME = 420,
- SNAPOPEN_HOME = 421,
- SNAPOPEN_CURRENTDIR = 422,
+ SNAPOPEN_USERHOME = 422,
+ SNAPOPEN_HOME = 423,
+ SNAPOPEN_CURRENTDIR = 424,
-- Buffer
NEXT_BUFFER = 501,
PREV_BUFFER = 502,