Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
70e2149f81
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -664,7 +664,7 @@ vnoremap <C-CR> ""y<CR>
|
|||
\ :call setreg("\"", substitute(getreg("\""), "\n", "", ""), "v")<CR>
|
||||
\ :<C-r>"<CR>`<
|
||||
|
||||
let $LUA_PATH = $LUA_PATH.";".expand("<sfile>:p:h")."/lua/?.lua"
|
||||
let $LUA_PATH = system("lua -e 'print(package.path)'").";".expand("<sfile>:p:h")."/lua/?.lua"
|
||||
let g:mooncompile = "!moonc ".expand("<sfile>:p:h")."/lua"
|
||||
command! Mooncompile silent exec g:mooncompile
|
||||
let g:exe_prg = "moonc -- \| lua -l vim -"
|
||||
|
|
Loading…
Reference in a new issue