This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
set vi compatible
pull/1/head
10sr
13 years ago
parent
bb64cc5443
commit
d946fd2d1b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.vimrc
+ 1
- 1
.vimrc
View File
@@ -8,7 +8,7 @@ endif
"""""""""""""""""""""""""""""""""""
filetype plugin indent on
"
set
no
compatible "vi互換
にしない
set compatible "vi互換
"バックアップファイルを作るディレクトリ
if !isdirectory(expand('~/.vim/backup'))
call mkdir(expand('~/.vim/backup'))
Write
Preview
Loading…
Cancel
Save