mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0262: build failure without the +quickfix feature
Problem: Build failure without the +quickfix feature. Solution: Add #ifdef.
This commit is contained in:
@@ -222,7 +222,9 @@ open_buffer(
|
||||
|
||||
// Read the file if there is one.
|
||||
if (curbuf->b_ffname != NULL
|
||||
#ifdef FEAT_QUICKFIX
|
||||
&& !bt_quickfix(curbuf)
|
||||
#endif
|
||||
&& !bt_nofilename(curbuf)
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
&& netbeansReadFile
|
||||
|
Reference in New Issue
Block a user