Skip to content

Commit

Permalink
Move GEANY_KEYS_NOTEBOOK_SORTTABS_* closest to GEANY_KEYS_COUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Jul 24, 2016
1 parent 72894fe commit 7e7d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keybindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ enum GeanyKeyBindingID
GEANY_KEYS_FORMAT_SENDTOCMD7, /**< Keybinding. */
GEANY_KEYS_FORMAT_SENDTOCMD8, /**< Keybinding. */
GEANY_KEYS_FORMAT_SENDTOCMD9, /**< Keybinding. */
GEANY_KEYS_EDITOR_DELETELINETOBEGINNING, /**< Keybinding. */
GEANY_KEYS_NOTEBOOK_SORTTABS_FILENAME, /**< Keybinding. */
GEANY_KEYS_NOTEBOOK_SORTTABS_PATHNAME, /**< Keybinding. */
GEANY_KEYS_EDITOR_DELETELINETOBEGINNING, /**< Keybinding. */
GEANY_KEYS_COUNT /* must not be used by plugins */
};

Expand Down

0 comments on commit 7e7d375

Please sign in to comment.