Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/20f9568143bfc43e41fe3758de272d997fc4dc1e
>---------------------------------------------------------------
commit 20f9568143bfc43e41fe3758de272d997fc4dc1e
Author: Alex Alabuzhev <
alab...@gmail.com>
Date: Mon Oct 13 19:58:50 2025 +0100
Fix typo
>---------------------------------------------------------------
20f9568143bfc43e41fe3758de272d997fc4dc1e
enc/enc_rus/meta/service_functions/editor.html | 2 +-
far/plugin.hpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/enc/enc_rus/meta/service_functions/editor.html b/enc/enc_rus/meta/service_functions/editor.html
index 3e299b5c8..52b307d8e 100644
--- a/enc/enc_rus/meta/service_functions/editor.html
+++ b/enc/enc_rus/meta/service_functions/editor.html
@@ -74,7 +74,7 @@ intptr_t WINAPI Editor(
<td class="cont" width="60%">При открытии файла запретить редактирование. Пользователь сможет снять блокировку с помощью клавиш <kbd>Ctrl</kbd>+<kbd>L</kbd>.</td></tr>
<tr class="cont"><td class="cont" width="40%"><a name="EF_DISABLESAVEPOS">EF_DISABLESAVEPOS</a></td>
<td class="cont" width="60%">Не сохранять позицию в редактируемом файле.</td></tr>
- <tr class="cont"><td class="cont" width="40%"><a name="EN_NONE">EN_NONE</a></td>
+ <tr class="cont"><td class="cont" width="40%"><a name="EF_NONE">EF_NONE</a></td>
<td class="cont" width="60%">Нулевой флаг.</td></tr>
<tr class="cont"><td class="cont" width="40%"><a name="EF_OPENMODE_MASK">EF_OPENMODE_MASK</a></td>
diff --git a/far/plugin.hpp b/far/plugin.hpp
index 71ce09b88..2f3704fd4 100644
--- a/far/plugin.hpp
+++ b/far/plugin.hpp
@@ -1268,7 +1268,7 @@ FAR_INLINE_CONSTANT EDITOR_FLAGS
#ifdef FAR_USE_INTERNALS
EF_SERVICEREGION = 0x0000000000001000ULL,
#endif // END FAR_USE_INTERNALS
- EN_NONE = 0;
+ EF_NONE = 0;
enum EDITOR_EXITCODE
{