Понедельник (07/16/18)

/dev/pts/0
15:29:11
#~
 41 "set showmatch          " Show matching brackets.
 42 "set ignorecase         " Do case insensitive matching
 43 "set smartcase          " Do smart case matching
 44 "set incsearch          " Incremental search
 46 "set hidden             " Hide buffers when they are abandoned
 47 "set mouse=a            " Enable mouse usage (all modes)
 45 "set autowrite          " Automatically save before commands like :next and :make                                                                                       1,1           Top
 49 " Source a global configuration file if available
 50 if filereadable("/etc/vim/vimrc.local")
                                                                                                                                                                            4,1           25%
 52 endif
 53 set number
 51   source /etc/vim/vimrc.local                                                                                                                                           7,1           50%
 55 colorscheme elflord
 56 set nowrap
 54 syntax on a
 58 set hlsearch
 58
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"/usr/share/vim/vimrc" 58L, 2267C written