summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/django.vim
AgeCommit message (Collapse)AuthorFiles
2026-04-18vim-patch:68d3129: runtime(django): Removed unsupported template statements ↵zeertzjq1
and filters by current LTS. Removed djangoStatement: - ifequal: Depricated version 4.0. - endifequal: Depricated version 4.0. - ifnotequal: Depricated version 4.0. - endifnotequal: Depricated version 4.0. - parsed - trans: Renamed to `translate` in version 4.0. - blocktrans: Renamed to `blocktranslate` in version 4.0. - endblocktrans: Renamed to `endblocktranslate` in version 4.0. Removed djangoFilter: - fix_ampersands: Removed in version 1.8. - length_is: Removed in version 5.1. sources: - Current LTS is version [5.2](https://www.djangoproject.com/download/#supported-versions). - Documentation template builtins [5.2](https://docs.djangoproject.com/en/5.2/ref/templates/builtins/#truncatechars-html). - Documentation template builtins [6](https://docs.djangoproject.com/en/6.0/ref/templates/builtins). - [Django Deprecation Timeline](https://docs.djangoproject.com/en/6.0/internals/deprecation) closes: vim/vim#19994 https://github.com/vim/vim/commit/68d3129a05f0c97682126e51dcd7122fc6c2fbba Co-authored-by: tecis <67809811+tecis@users.noreply.github.com>
2026-04-18vim-patch:8bcae3c: runtime(django): Add missing djangoStatement ↵zeertzjq1
`get_language_info`. Source: [get_language_info](https://docs.djangoproject.com/en/6.0/topics/i18n/translation/#get-language-info) . related: vim/vim#19994 https://github.com/vim/vim/commit/8bcae3ca5d26218b2f9f3b4b33faedc2b4026d1b Co-authored-by: tecis <67809811+tecis@users.noreply.github.com>
2026-04-18vim-patch:6b26afe: runtime(django): Add missing statements and filters.zeertzjq1
Added the fallowing. djangoStatement: - querystring: Added in version Django 5.2. - lorem: Added in version Django 1.8. - verbatim: Added in version Django 1.10. djangoFilter: - force_escape: Added in version Django 1.8. - iriencode: Added in version Django 1.8. - json_script: Added in version 2.1. - truncatechars_html: Added in version 1.7. > According to current documentation the added keywords are supported [Django version 6](https://docs.djangoproject.com/en/6.0/ref/templates/builtins). related: vim/vim#19994 https://github.com/vim/vim/commit/6b26afea3b95fc9f5af9b0c0c6700007f8a6ae5e Co-authored-by: tecis <67809811+tecis@users.noreply.github.com>
2026-02-13vim-patch:b27934b: runtime(django): add syntax support for partialzeertzjq1
Add djangoStatement integrated in version 6. 'partialdef', 'endpartialdef', 'partial'. [Template Reference: partial](https://docs.djangoproject.com/en/6.0/ref/templates/builtins/#partial)((introduced in Django 6.0) and 'filter'. closes: vim/vim#19386 https://github.com/vim/vim/commit/b27934bf8b77af376a758b341e41c981323b99cf Co-authored-by: tecis <67809811+tecis@users.noreply.github.com>
2026-01-02vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" ↵zeertzjq1
commits (#37192) This reverts commits: - 6b652a785033fd4164e049492a7327c1ed7c3e5f - 2f689d5abde0ccddca9e20d8c93a0299bd054e32 - a025a46d4169587145fb54f04af349cd05cb6122 Several email addresses that are known to be valid caused bounces due to an issue with my email setup. The previous commits incorrectly marked these addresses as invalid. So revert the whole thing again. https://github.com/vim/vim/commit/62d8f3dab5a0b30c31a8df86a973c5e59821a3f0 N/A patch: vim-patch:2f689d5: runtime: mark more invalid email addresses Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-01-01vim-patch:partial:2f689d5: runtime: mark more invalid email addresseszeertzjq1
https://github.com/vim/vim/commit/2f689d5abde0ccddca9e20d8c93a0299bd054e32 Skip colors/ and syntax/help_ru.vim: missing previous changes. Co-authored-by: Christian Brabandt <cb@256bit.org>
2021-12-06vim-patch:4700398e384f (#16538)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d partial skip: doc/sign.txt doc/various.txt doc/motion.txt
2017-04-28vim-patch:f37506f60f87Justin M. Keyes1
Updated runtime files. Remove HiLink commands. https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
2017-04-28vim-patch:89bcfda6834aJustin M. Keyes1
Updated runtime files. Remove version checks for Vim older than 6.0. https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
2014-07-29re-integrate runtime/ vim-patch:0 #938Justin M. Keyes1
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>