vim-pandoc / vim-markdownfootnotes

Insert Extended Markdown Footnotes in Vim
36 stars 12 forks source link

Footnote counter stops at 52 #23

Closed mawkler closed 2 years ago

mawkler commented 4 years ago

The plugin stops incrementing new footnote numbers at 52. Is there any reason for this?

alerque commented 4 years ago

I have no idea, clearly that's a bug.

Here's a test file to get started for anybody that works on this:

Foo[^1][^2][^3][^4][^5][^6][^7][^8][^9]
Foo[^10][^11][^12][^13][^14][^15][^16][^17][^18][^19]
Foo[^20][^21][^22][^23][^24][^25][^26][^27][^28][^29]
Foo[^30][^31][^32][^33][^34][^35][^36][^37][^38][^39]
Foo[^40][^41][^42][^43][^44][^45][^46][^47][^48][^49]
Foo[^50][^51][^52][^53][^54][^55][^56][^57][^58][^59]
Foo[^60][^61][^62][^63][^64][^65][^66][^67][^68][^69]

Test by making a new footnote here

[^1]: bar

[^2]: bar

[^3]: bar

[^4]: bar

[^5]: bar

[^6]: bar

[^7]: bar

[^8]: bar

[^9]: bar

[^10]: bar

[^11]: bar

[^12]: bar

[^13]: bar

[^14]: bar

[^15]: bar

[^16]: bar

[^17]: bar

[^18]: bar

[^19]: bar

[^20]: bar

[^21]: bar

[^22]: bar

[^23]: bar

[^24]: bar

[^25]: bar

[^26]: bar

[^27]: bar

[^28]: bar

[^29]: bar

[^30]: bar

[^31]: bar

[^32]: bar

[^33]: bar

[^34]: bar

[^35]: bar

[^36]: bar

[^37]: bar

[^38]: bar

[^39]: bar

[^40]: bar

[^41]: bar

[^42]: bar

[^43]: bar

[^44]: bar

[^45]: bar

[^46]: bar

[^47]: bar

[^48]: bar

[^49]: bar

[^50]: bar

[^51]: bar

[^52]: bar

[^53]: bar

[^54]: bar

[^55]: bar

[^56]: bar

[^57]: bar

[^58]: bar

[^59]: bar

[^60]: bar

[^61]: bar

[^62]: bar

[^63]: bar

[^64]: bar

[^65]: bar

[^66]: bar

[^67]: bar

[^68]: bar

[^69]: bar