mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
quickfix: Remove unneeded condition
fmt_ptr was checked for being NULL in if() condition earlier.
This commit is contained in:
@@ -856,7 +856,7 @@ restofline:
|
||||
if (fmt_ptr == NULL) {
|
||||
qi->qf_multiline = qi->qf_multiignore = false;
|
||||
}
|
||||
} else if (fmt_ptr != NULL) {
|
||||
} else {
|
||||
// honor %> item
|
||||
if (fmt_ptr->conthere) {
|
||||
fmt_start = fmt_ptr;
|
||||
|
Reference in New Issue
Block a user