add settings option "findontype" to allow disabling search-on-type

This commit is contained in:
Saeed Rasooli
2021-01-04 10:29:45 +03:30
parent c2b58fe861
commit dd37ad5ce4
3 changed files with 23 additions and 14 deletions

View File

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