1 " vim: et sts=2 sw=2 |
1 " vim: et sts=2 sw=2 |
2 " vim: fdm=marker |
2 " vim: fdm=marker |
|
3 |
3 set nocompatible |
4 set nocompatible |
|
5 set encoding=utf-8 |
|
6 scriptencoding utf-8 |
4 |
7 |
5 " on windows and not cygwin |
8 " on windows and not cygwin |
6 let g:on_windows = (has('win32') || has('win64')) |
9 let g:on_windows = (has('win32') || has('win64')) |
7 let g:myvim = $HOME . (g:on_windows ? '/vimfiles' : '/.vim') |
10 let g:myvim = $HOME . (g:on_windows ? '/vimfiles' : '/.vim') |
8 let g:vimcache = $HOME . '/.cache/vim' |
11 let g:vimcache = $HOME . '/.cache/vim' |