Add parsecursor option for file:line:col syntax

This option is disabled by default, and when enabled causes micro
to parse `:line:col` as a location for the cursor rather than
as part of the filename.

Closes #1650
Closes #1685
This commit is contained in:
Zachary Yedidia
2020-05-29 14:55:24 -04:00
parent 8bd7e5807c
commit eeab114ed5
4 changed files with 22 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -254,6 +254,7 @@ var DefaultGlobalOnlySettings = map[string]interface{}{
"infobar": true,
"keymenu": false,
"mouse": true,
"parsecursor": false,
"paste": false,
"savehistory": true,
"sucmd": "sudo",