]> Zhao Yanbai Git Server - acecode.git/commitdiff
....
authorAceVest <zhaoyanbai@126.com>
Fri, 5 Apr 2019 16:33:55 +0000 (00:33 +0800)
committerAceVest <zhaoyanbai@126.com>
Fri, 5 Apr 2019 16:33:55 +0000 (00:33 +0800)
learn/doc/vimrc
tools/hack/synflood.c

index a24b438c1d777585e1deb54b955ec8c2b7dde6ec..a6490f27f527f5419760ba4d20aa691ecb32aded 100644 (file)
@@ -115,14 +115,13 @@ imap jj <Esc>
 
 filetype off
 set rtp+=~/.vim/bundle/Vundle.vim
-call vundle#begin()
-
-Plugin 'VundleVim/Vundle.vim'
-Plugin 'fatih/vim-go'
-Plugin 'Valloric/YouCompleteMe'
-Plugin 'Lokaltog/vim-powerline'
-Plugin 'scrooloose/nerdtree'
-call vundle#end()
+"call vundle#begin()
+"Plugin 'VundleVim/Vundle.vim'
+"Plugin 'fatih/vim-go'
+"Plugin 'Valloric/YouCompleteMe'
+"Plugin 'Lokaltog/vim-powerline'
+"Plugin 'scrooloose/nerdtree'
+"call vundle#end()
 filetype plugin indent on
 
 " youcompleteme插件相关配置
index 6462747b566c0cace3bbfc2e3a83cdd0f543eec7..82bf13c7d9379edf219872b8608b7d27b16b8dc1 100644 (file)
@@ -81,7 +81,6 @@ int main(int argc, char *argv[]) {
     signal(SIGINT, sig_int);
 
     while(!terminated) {
-
         l = libnet_init(
                 LIBNET_RAW4,
                 iface,