Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Pascal filetype detection #7662

Closed
wants to merge 3 commits into from

Conversation

dkearns
Copy link
Contributor

@dkearns dkearns commented Jan 12, 2021

No description provided.

Distinguish between Pascal and Puppet for *.pp files.

Fixes vim#7305.
This is a Free Pascal tool that allows for running Pascal programs as
scripts.
@codecov
Copy link

codecov bot commented Jan 12, 2021

Codecov Report

Merging #7662 (388559e) into master (16a6f91) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7662      +/-   ##
==========================================
- Coverage   88.98%   88.91%   -0.08%     
==========================================
  Files         148      148              
  Lines      164194   162051    -2143     
==========================================
- Hits       146108   144081    -2027     
+ Misses      18086    17970     -116     
Flag Coverage Δ
huge-clang-none 86.15% <ø> (-1.86%) ⬇️
huge-gcc-none 88.44% <ø> (+0.03%) ⬆️
huge-gcc-testgui 86.94% <ø> (+0.02%) ⬆️
huge-gcc-unittests 2.48% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/help.c 89.76% <0.00%> (-1.08%) ⬇️
src/textobject.c 91.69% <0.00%> (-0.71%) ⬇️
src/ops.c 91.80% <0.00%> (-0.57%) ⬇️
src/clipboard.c 82.90% <0.00%> (-0.55%) ⬇️
src/ex_cmds2.c 90.68% <0.00%> (-0.54%) ⬇️
src/move.c 93.60% <0.00%> (-0.54%) ⬇️
src/netbeans.c 84.03% <0.00%> (-0.54%) ⬇️
src/bufwrite.c 76.47% <0.00%> (-0.53%) ⬇️
src/drawline.c 84.49% <0.00%> (-0.47%) ⬇️
src/getchar.c 85.72% <0.00%> (-0.46%) ⬇️
... and 93 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16a6f91...388559e. Read the comment docs.

@brammool brammool closed this in a0122dc Jan 12, 2021
janlazo added a commit to janlazo/neovim that referenced this pull request Jan 13, 2021
Problem:    Pascal-like filetypes not always detected.
Solution:   Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
            closes vim/vim#7662)
vim/vim@a0122dc
mikesart pushed a commit to mikesart/neovim that referenced this pull request Mar 10, 2021
Problem:    Pascal-like filetypes not always detected.
Solution:   Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
            closes vim/vim#7662)
vim/vim@a0122dc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant