Add CurPane and CurTab functions for plugins

This commit is contained in:
Zachary Yedidia
2020-02-01 12:20:08 -05:00
parent 2598d8ad70
commit b0b5d7b392
2 changed files with 8 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ var defaultGlobalSettings = map[string]interface{}{
// a list of settings that should never be globally modified
var LocalSettings = []string{
"fileformat",
"filetype",
"readonly",
}