Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If user has bg=NONE or bg="" on any of the four groups... #11

Open
averms opened this issue Oct 5, 2018 · 0 comments
Open

If user has bg=NONE or bg="" on any of the four groups... #11

averms opened this issue Oct 5, 2018 · 0 comments

Comments

@averms
Copy link
Contributor

averms commented Oct 5, 2018

The Restore functions will throw an exception, and the ones after the one that throws an exception will not get executed.

lite-dfm/plugin/litedfm.vim

Lines 143 to 152 in 9420ab6

try
execute s:Restore('LineNr')
execute s:Restore('CursorLineNR')
execute s:Restore('NonText')
execute s:Restore('FoldColumn')
catch /.*/
" Attempting to Restore values fails when they were never changed to begin
" with. This is VimScript, so we don't care and just swallow the
" exception.
endtry

@averms averms changed the title If user has bg=NONE or bg="" on any of the four groups... If user has bg=NONE or bg="" on any of the four groups... Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant