File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515> - [ Adding auto complete support for multi cursors #3442 ] ( https://github.com/zyedidia/micro/pull/3442 )
1616> - [ Fixing comment plugin not using user settings when overriding default setting #3424 ] ( https://github.com/zyedidia/micro/pull/3424 )
1717> - [ Add the ability lock settings.json and bindings.json for plugins #3618 ] ( https://github.com/zyedidia/micro/pull/3618 )
18- > - [ Add missing resize in TabMove # 3619 ] ( https://github.com/zyedidia/micro/pull/3619 )
18+ > - [ Adding error screen for lua functions running in status line # 3691 ] ( https://github.com/zyedidia/micro/pull/3691 )
1919>
2020> To see the diff between this and upstream master, click [ here] ( https://github.com/zyedidia/micro/compare/master...Neko-Box-Coder:micro-dev:dev )
2121
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ func SetStatusInfoFnLua(fn string) {
8383 } else {
8484 return string (v )
8585 }
86+ } else {
87+ screen .TermMessage (plFn , "failed with error\n " + err .Error ())
8688 }
8789 return ""
8890 }
You can’t perform that action at this time.
0 commit comments