Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/aa7e5d53264f5fd174f8a45f40e6b8131af354ec
>---------------------------------------------------------------
commit aa7e5d53264f5fd174f8a45f40e6b8131af354ec
Author: Shmuel Zeigerman <
solo...@gmail.com>
Date: Fri Dec 12 21:35:41 2025 +0200
Update LuaFAR manual
>---------------------------------------------------------------
aa7e5d53264f5fd174f8a45f40e6b8131af354ec
enc/enc_lua/luafar_manual.tsi | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/enc/enc_lua/luafar_manual.tsi b/enc/enc_lua/luafar_manual.tsi
index 5b019a678..5e1c7ad3e 100644
--- a/enc/enc_lua/luafar_manual.tsi
+++ b/enc/enc_lua/luafar_manual.tsi
@@ -6756,7 +6756,7 @@ lv=2
dt=Text
nm=far.FindPlugin
ctime=3536863835
-mtime=3536864018
+mtime=3974736527
<article>
#_plugin_handle = far.FindPlugin (Param1, Param2)
#_
@@ -6767,6 +6767,10 @@ mtime=3536864018
#_**Returns:**
#_ plugin_handle: userdata, or nil
#_
+#_ **plugin_handle:rawhandle()**
+#_ returns the original value of handle received from Far Manager
+#_ that is suitable for using with LuaJIT FFI and as a table key.
+#_
#_**Far API used:**
#_ PluginsControl
#_
@@ -6781,7 +6785,7 @@ lv=2
dt=Text
nm=far.ForcedLoadPlugin
ctime=3536781579
-mtime=3536863890
+mtime=3974736579
<article>
#_plugin_handle = far.ForcedLoadPlugin (Param1, Param2)
#_
@@ -6792,6 +6796,10 @@ mtime=3536863890
#_**Returns:**
#_ plugin_handle: userdata, or nil
#_
+#_ **plugin_handle:rawhandle()**
+#_ returns the original value of handle received from Far Manager
+#_ that is suitable for using with LuaJIT FFI and as a table key.
+#_
#_**Far API used:**
#_ PluginsControl
#_
@@ -6900,7 +6908,7 @@ lv=2
dt=Text
nm=far.LoadPlugin
ctime=3536781563
-mtime=3536863897
+mtime=3974736628
<article>
#_plugin_handle = far.LoadPlugin (Param1, Param2)
#_
@@ -6911,6 +6919,10 @@ mtime=3536863897
#_**Returns:**
#_ plugin_handle: userdata, or nil
#_
+#_ **plugin_handle:rawhandle()**
+#_ returns the original value of handle received from Far Manager
+#_ that is suitable for using with LuaJIT FFI and as a table key.
+#_
#_**Far API used:**
#_ PluginsControl
#_