Enable ignorecase by default

Closes #1908
This commit is contained in:
Zachary Yedidia
2020-11-05 15:39:05 -05:00
parent a424a0dca1
commit 19067a9bf0
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -269,7 +269,7 @@ var defaultCommonSettings = map[string]interface{}{
"fastdirty": false,
"fileformat": "unix",
"filetype": "unknown",
"ignorecase": false,
"ignorecase": true,
"indentchar": " ",
"keepautoindent": false,
"matchbrace": true,

View File

@@ -161,7 +161,7 @@ Here are the available options:
* `ignorecase`: perform case-insensitive searches.
default value: `false`
default value: `true`
* `indentchar`: sets the indentation character.