comparison runtime/doc/if_lua.txt @ 8673:ed7251c3e2d3

commit https://github.com/vim/vim/commit/e18c0b39815c5a746887a509c2cd9f11fadaba07 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 21:08:34 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Mar 2016 21:15:06 +0100
parents 42717d048817
children 715d6c5707b8
comparison
equal deleted inserted replaced
8672:7d1058fed5fb 8673:ed7251c3e2d3
408 408
409 This means that Vim will search for the Lua DLL or shared library file only 409 This means that Vim will search for the Lua DLL or shared library file only
410 when needed. When you don't use the Lua interface you don't need it, thus 410 when needed. When you don't use the Lua interface you don't need it, thus
411 you can use Vim without this file. 411 you can use Vim without this file.
412 412
413 On MS-Windows to use the Lua interface the Lua DLL must be in your search path. 413
414 In a console window type "path" to see what directories are used. The version 414 MS-Windows ~
415 of the DLL must match the Lua version Vim was compiled with. 415
416 416 To use the Lua interface the Lua DLL must be in your search path. In a
417 On Unix the 'luadll' option can be used to specify the Lua shared library file 417 console window type "path" to see what directories are used. The 'luadll'
418 instead of DYNAMIC_LUA_DLL file what was specified at compile time. The 418 option can be also used to specify the Lua DLL. The version of the DLL must
419 version of the shared library must match the Lua version Vim was compiled with. 419 match the Lua version Vim was compiled with.
420
421
422 Unix ~
423
424 The 'luadll' option can be used to specify the Lua shared library file instead
425 of DYNAMIC_LUA_DLL file what was specified at compile time. The version of
426 the shared library must match the Lua version Vim was compiled with.
420 427
421 428
422 ============================================================================== 429 ==============================================================================
423 vim:tw=78:ts=8:noet:ft=help:norl: 430 vim:tw=78:ts=8:noet:ft=help:norl: