[geany/geany] 313b85: Move enumerator to end of enum (oops)

Matthew Brush git-noreply at xxxxx
Wed Jul 13 23:06:17 UTC 2016


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Wed, 13 Jul 2016 23:06:17 UTC
Commit:      313b85a149dcb71940073062839087dd0245af04
             https://github.com/geany/geany/commit/313b85a149dcb71940073062839087dd0245af04

Log Message:
-----------
Move enumerator to end of enum (oops)

This fixes the plugin ABI break that happened in previous commmit.


Modified Paths:
--------------
    src/keybindings.h

Modified: src/keybindings.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -185,7 +185,6 @@ enum GeanyKeyBindingID
 	GEANY_KEYS_GOTO_TAGDEFINITION,				/**< Keybinding. */
 	GEANY_KEYS_SEARCH_NEXTMESSAGE,				/**< Keybinding. */
 	GEANY_KEYS_EDITOR_DELETELINETOEND,			/**< Keybinding. */
-	GEANY_KEYS_EDITOR_DELETELINETOBEGINNING,	/**< Keybinding. */
 	GEANY_KEYS_FORMAT_AUTOINDENT,				/**< Keybinding. */
 	GEANY_KEYS_FILE_OPENSELECTED,				/**< Keybinding. */
 	GEANY_KEYS_GOTO_BACK,						/**< Keybinding. */
@@ -274,6 +273,7 @@ enum GeanyKeyBindingID
 	GEANY_KEYS_FORMAT_SENDTOCMD7,				/**< Keybinding. */
 	GEANY_KEYS_FORMAT_SENDTOCMD8,				/**< Keybinding. */
 	GEANY_KEYS_FORMAT_SENDTOCMD9,				/**< Keybinding. */
+	GEANY_KEYS_EDITOR_DELETELINETOBEGINNING,	/**< Keybinding. */
 	GEANY_KEYS_COUNT	/* must not be used by plugins */
 };
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list