aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-10-21 16:26:54 +0200
committerGitHub <noreply@github.com>2022-10-21 16:26:54 +0200
commitfa6556515f1d3b1e51ba9e2c84f0b575d69eef44 (patch)
tree91d74115f420dcf9313c6fa62e6f6dcd630aa7e2 /src/nvim/tag.c
parent784e498c4a9c1f03266ced5ec3f55c3a6c94b80d (diff)
parenta11e96edfc2dec57be5773b6ce64a1323ce8431d (diff)
downloadrneovim-fa6556515f1d3b1e51ba9e2c84f0b575d69eef44.tar.gz
rneovim-fa6556515f1d3b1e51ba9e2c84f0b575d69eef44.tar.bz2
rneovim-fa6556515f1d3b1e51ba9e2c84f0b575d69eef44.zip
Merge pull request #20664 from dundargoc/refactor/uncrustify
refactor(uncrustify): improved formatting rules
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r--src/nvim/tag.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index 07aee92d92..8c0c2e8f57 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -252,8 +252,7 @@ void do_tag(char *tag, int type, int count, int forceit, int verbose)
new_tag = true;
} else {
- if (
- g_do_tagpreview != 0 ? ptag_entry.tagname == NULL :
+ if (g_do_tagpreview != 0 ? ptag_entry.tagname == NULL :
tagstacklen == 0) {
// empty stack
emsg(_(e_tagstack));