We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c6037 commit e2d74dbCopy full SHA for e2d74db
2 files changed
src/tag.c
@@ -1754,7 +1754,11 @@ find_tags(
1754
* The file name is followed by a ','.
1755
* Remember etag file name in ebuf.
1756
*/
1757
- if (*lbuf == Ctrl_L && !use_cscope)
+ if (*lbuf == Ctrl_L
1758
+# ifdef FEAT_CSCOPE
1759
+ && !use_cscope
1760
+# endif
1761
+ )
1762
{
1763
is_etag = 1; /* in case at the start */
1764
state = TS_LINEAR;
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 217,
769
/**/
770
216,
771
0 commit comments