Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Mar 25, 2024
1 parent a03f957 commit ef3431c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ac-php-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,8 @@ will be loaded and the in-memory storage will be updated."
))
)
(ac-php--debug "Loading tags file: %s" (ac-php--reduce-path tags-file 60))
(if (and (file-exists-p tags-file ) )
(if (and (file-exists-p tags-file )
(or (not tags-vendor-file) (file-exists-p tags-vendor-file ) ) )
(ac-php-load-data tags-file tags-vendor-file project-root-dir )
(progn
(ac-php--debug (concat "The per-project tags file doesn't exist. "
Expand Down
Binary file modified phpctags
Binary file not shown.

0 comments on commit ef3431c

Please sign in to comment.