mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 12:42:13 +10:00
tag: Fix “initialized twice successively” false positive
This commit is contained in:
@@ -2534,7 +2534,7 @@ jumpto_tag (
|
||||
}
|
||||
}
|
||||
p_ws = save_p_ws;
|
||||
p_ic = save_p_ic;
|
||||
p_ic = save_p_ic; // -V519
|
||||
p_scs = save_p_scs;
|
||||
|
||||
/* A search command may have positioned the cursor beyond the end
|
||||
|
||||
Reference in New Issue
Block a user