]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0561: netbeans: variable used un-initialized (Coverity) v9.1.0561
authorChristian Brabandt <cb@256bit.org>
Thu, 11 Jul 2024 19:41:23 +0000 (21:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 11 Jul 2024 19:41:23 +0000 (21:41 +0200)
commitb7e09b04424bf2e15adba08c989ec6ddcef6191b
tree48699a171cf94622250bea43392b287c80ffcbc1
parent8252ef134f5a57e8a07b66ce79068c262a6386d8
patch 9.1.0561: netbeans: variable used un-initialized (Coverity)

Problem:  netbeans: variable used un-initialized (Coverity)
          (after v9.1.0557)
Solution: properly initialize exarg_T struct for use with netbeans

The actual exarg.cmdidx doesn't really matter, but let's use something,
that is not affected by the recent changes (going through the buffer
list) and use CMD_USER.

closes: #15211

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/netbeans.c
src/version.c