diff options
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 6da89f5491..7c6013f1b2 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5698,7 +5698,6 @@ libcall({libname}, {funcname}, {argument}) If {argument} is a number, it is passed to the function as an int; if {argument} is a string, it is passed as a null-terminated string. - This function will fail in |restricted-mode|. libcall() allows you to write your own 'plug-in' extensions to Vim without having to recompile the program. It is NOT a @@ -8804,7 +8803,6 @@ system({cmd} [, {input}]) *system()* *E677* {cmd} is a string: 'shell' 'shellcmdflag' {cmd} The resulting error code can be found in |v:shell_error|. - This function will fail in |restricted-mode|. Note that any wrong value in the options mentioned above may make the function fail. It has also been reported to fail |