mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
coverity/74718: invalid FUNC_ATTR_NONNULL_ARG
- avoid null passed to ELOG format string - receive (char *) internally - modify identifier names for consistency - edit comments for concision and consistency
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "nvim/types.h"
|
||||
|
||||
// Flags for mch_call_shell() second argument
|
||||
// Flags for os_call_shell() second argument
|
||||
typedef enum {
|
||||
kShellOptFilter = 1, ///< filtering text
|
||||
kShellOptExpand = 2, ///< expanding wildcards
|
||||
|
Reference in New Issue
Block a user