summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index b3d9287..cc9f15b 100644
--- a/vimrc
+++ b/vimrc
@@ -33,6 +33,8 @@ set formatoptions-=ro
" ファイル編集時に別ファイルを開ける
set hidden
+set nofixeol
+
set completeopt+=preview,menuone
set redrawtime=3000