|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /home/www/p141464/etc/vim/ |
Upload File : |
set nocompatible
set backspace=2
set enc=utf8
set fenc=utf8
set ruler
set nohlsearch
set nobackup
set viminfo='10,\"100,:20,%,n/tmp/.viminfo
syntax on
filetype on
scriptencoding utf-8
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif