質問編集履歴

1

色が付いた時の起動方法を追加

2016/02/03 08:18

投稿

norio13
norio13

スコア53

test CHANGED
File without changes
test CHANGED
@@ -56,4 +56,18 @@
56
56
 
57
57
 
58
58
 
59
+ 色が付いてくれた時の起動方法(どれもfiletypeは空になる)
60
+
61
+ ```bash
62
+
63
+ $ vim
64
+
65
+ $ vim sample.log
66
+
67
+ $ vim aaaaaaaaaa
68
+
69
+ ```
70
+
71
+
72
+
59
73
  Vimを起動した時にfiletypeが設定されている場合でも、highlightとsyntaxを使って単語sampleの色を変更させる方法を教えてください。