> @@ -274,6 +274,7 @@ enum GeanyKeyBindingID > GEANY_KEYS_FORMAT_SENDTOCMD8, /**< > Keybinding. */ > GEANY_KEYS_FORMAT_SENDTOCMD9, /**< > Keybinding. */ > GEANY_KEYS_EDITOR_DELETELINETOBEGINNING, /**< Keybinding. */ > + GEANY_KEYS_GOTO_ADD_POSITION, /**< > Keybinding. */
I agree that it’s best to follow existing style. This was an oversight. Fixed. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71160501
