aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-04-23 23:00:59 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-04-23 23:43:39 +0200
commit23e8d6d94b74c7b6d4e4c766e34500ff220abe96 (patch)
tree3f123ab5a045953af2a8985385df30be78f1fa96 /src/nvim/if_cscope.c
parent445f0d7eed7c96aa30780622e6ee437794529547 (diff)
downloadrneovim-23e8d6d94b74c7b6d4e4c766e34500ff220abe96.tar.gz
rneovim-23e8d6d94b74c7b6d4e4c766e34500ff220abe96.tar.bz2
rneovim-23e8d6d94b74c7b6d4e4c766e34500ff220abe96.zip
Linting.
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r--src/nvim/if_cscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c
index c8bf93b546..2f9ec0b3ff 100644
--- a/src/nvim/if_cscope.c
+++ b/src/nvim/if_cscope.c
@@ -1063,7 +1063,7 @@ static int cs_find_common(char *opt, char *pat, int forceit, int verbose,
*qfpos == '-', cmdline) > 0) {
if (postponed_split != 0) {
(void)win_split(postponed_split > 0 ? postponed_split : 0,
- postponed_split_flags);
+ postponed_split_flags);
RESET_BINDING(curwin);
postponed_split = 0;
}