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

Removed restricted mode - Fix #11972 #11996

Merged
merged 1 commit into from Nov 11, 2020
Merged

Conversation

georg3tom
Copy link
Contributor

No description provided.

@bfredl
Copy link
Member

bfredl commented Mar 10, 2020

Some linter failures. Please check the "lint" target of travis or run "make clint" locally.

@@ -1023,10 +1023,6 @@ static void command_line_scan(mparm_T *parmp)
want_argument = true;
break;
}
case 'Z': { // "-Z" restricted mode
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want a dedicated error message here (like a reference to |nvim-features-removed|) or is the automatic nvim: Unknown option argument: "-Z" enough? cc @justinmk

@georg3tom
Copy link
Contributor Author

fixed the linter issues

@@ -34,7 +34,7 @@ syn region msidlDefine start="^[ \t]*#[ \t]*\(define\>\|undef\>\)" skip="\\$"

" Attributes
syn keyword msidlAttribute contained in out propget propput propputref retval
syn keyword msidlAttribute contained aggregatable appobject binadable coclass control custom default defaultbind defaultcollelem defaultvalue defaultvtable dispinterface displaybind dual entry helpcontext helpfile helpstring helpstringdll hidden id immediatebind lcid library licensed nonbrowsable noncreatable nonextensible oleautomation optional object public readonly requestedit restricted source string uidefault usesgetlasterror vararg version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, should not be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted it back

@bfredl bfredl added this to the 0.5 milestone Nov 11, 2020
@bfredl bfredl merged commit 4875db2 into neovim:master Nov 11, 2020
shade-of-noon added a commit to shade-of-noon/neovim that referenced this pull request Nov 21, 2020
As per neovim#11996, restricted mode (-Z) has been removed. Nonetheless in neovim#11996 the man page was not updated. Hence this PR.
shade-of-noon added a commit to shade-of-noon/neovim that referenced this pull request Nov 22, 2020
Restricted mode (-Z) has been removed per neovim#11996.
Some runtime files had lingering error handling (error
identifier `E145`) so I cleaned them up.
shade-of-noon added a commit to shade-of-noon/neovim that referenced this pull request Nov 22, 2020
Restricted mode (-Z) has been removed per neovim#11996.
Some runtime files had lingering error handling (error
identifier `E145`) so I cleaned them up.
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

Successfully merging this pull request may close these issues.

None yet

2 participants