X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=956a3a4890c4fa1cf953ee88003edec879f541d2;hb=b41293352ea8d52890b7668f059fd07f09bd6bb6;hp=391232b8461b2765223beeae9164452f46303c4a;hpb=c8feef2e2316978b60d6cef0a5513f80966990b7;p=features.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 391232b846..956a3a4890 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -500,6 +500,11 @@ enum FuncCode LFUN_SPELLING_ADD_LOCAL, // jspitzm 20210306 // 390 LFUN_SPELLING_REMOVE_LOCAL, // jspitzm 20210307 + LFUN_BRANCH_SYNC_ALL, // sanda 20220415 + LFUN_INDEXMACRO_INSERT, // spitz 20220220 + LFUN_INSET_INSERT_COPY, // spitz 20221101 + LFUN_INDEX_TAG_ALL, // spitz 20221105 + // 395 LFUN_LASTACTION // end of the table };