mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
refactor: fix clang and PVS warnings (#19532)
This commit is contained in:
@@ -491,7 +491,7 @@ fmark_T *mark_get_visual(buf_T *buf, int name)
|
||||
mark = pos_to_mark(buf, NULL, endp);
|
||||
}
|
||||
|
||||
if (mark != NULL && buf->b_visual.vi_mode == 'V') {
|
||||
if (buf->b_visual.vi_mode == 'V') {
|
||||
if (name == '<') {
|
||||
mark->mark.col = 0;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user