view .editorconfig @ 28096:e8246b4a5459

link, symlink: throw error if operation fails and nargout == 0 (bug #57830). * dirfns.cc (Flink, Fsymlink): Rename "err" to "status" in documentation. Document that status variable is -1 if an error is encountered. Add nargout to DEFUN macro invocation. Based on nargout variable, either throw an error if operation failed, or return status and msg information.
author Rik <rik@octave.org>
date Tue, 18 Feb 2020 15:17:32 -0800
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab