summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch')
-rw-r--r--debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch b/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
index cc448ab..4383084 100644
--- a/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
+++ b/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
@@ -13,10 +13,10 @@ Signed-off-by: James McCoy <jamessan@debian.org>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim
-index 2958f45..ce61f95 100644
+index 1462830..a398fa0 100644
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
-@@ -981,7 +981,7 @@ export def FTtex()
+@@ -1035,7 +1035,7 @@ export def FTtex()
var firstNC = search('^\s*[^[:space:]%]', 'c', 1000)
if firstNC > 0
# Check the next thousand lines for a LaTeX or ConTeXt keyword.