#include<iostream>#include<vector>#include<string>#include<cstring>#include<cstdlib>#include<unistd.h>#include<sys/stat.h>#include<sys/wait.h>//把5个子进程要管理起来,要先描述再组织const int processnum=5;//先
set nocompatible set backspace=2 "--------------display----------------- set nu "行号 syntax on "语法高亮 set ruler "显示当前行和列 set showcmd "显示部分命令 set showmode "最后一行显示当前模式 "set match "显示括号匹配 "--------------di