pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors Update to patchlevel 712.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/082d2244dbf7
branches:  trunk
changeset: 610599:082d2244dbf7
user:      morr <morr%pkgsrc.org@localhost>
date:      Tue Oct 30 22:39:07 2012 +0000

description:
Update to patchlevel 712.

Changes:

7.3.654  creating Vim dictionary from Python an empty key might be used
7.3.655  64 bit MingW xpm .a file is missing
7.3.656  internal error in :pyeval
7.3.657  Python bindings silently truncate string values containing NUL
7.3.658  NUL bytes truncate strings when converted from Python
7.3.659  recent Python changes are not tested
7.3.660  ":help !" jumps to help for ":!"
7.3.661  (after 7.3.652) SEGV in Python code
7.3.662  can't build Ruby interface with Ruby 1.9.3
7.3.663  end of color scheme name not clear in E185
7.3.664  buffer overflow in unescaping multi-byte characters
7.3.665  MSVC 11 is not supported
7.3.666  Win32.mak can't be found
7.3.667  unused variables in Perl interface
7.3.668  loading Perl dynamically still uses static library
7.3.669  when building with Cygwin loading Python dynamically fails
7.3.670  tiny memory leak when throwing exception in Python
7.3.671  more Python code can be shared between Python 2 and 3
7.3.672  not possible to lock/unlock lists in Python interface
7.3.673  "gN" while 'selection' is "exclusive" misses one character
7.3.674  can't compile with Lua/dyn on Cygwin
7.3.675  accessing uninitialized memory with a very long file name
7.3.676  Ruby compilation on Windows 32 bit doesn't work
7.3.677  buf_spname() is used inconsistently
7.3.678  Ruby .so name may not be correct
7.3.679  Ruby detection uses Config, newer Ruby versions use RbConfig
7.3.680  some files missing in the list of distributed files
7.3.681  list of distributed files picks up backup files
7.3.682  (after 7.3.677) compiler complains about incompatible types
7.3.683  ":python" may crash when vimbindeval() returns None
7.3.684  "make test" does not delete lua.vim
7.3.685  no test for what patch 7.3.673 fixes
7.3.686  cannot use CTRL-\ e mapping when entering an expression
7.3.687  test 16 fails when $DISPLAY is not set
7.3.688  Python 3.3 is not supported
7.3.689  MzScheme and Lua may use a NULL string
7.3.690  crash with directory name equal to maximum path length
7.3.691  state specific to the Python thread is discarded
7.3.692  can't build GTK version with GTK 2.0
7.3.693  can't make 'softtabstop' follow 'shiftwidth'
7.3.694  'shiftwidth' is not so easy to use in indent files
7.3.695  balloon cannot show multi-byte text
7.3.696  message about added spell language can be wrong
7.3.697  leaking resources when setting GUI font
7.3.698  Python 3 does not preserve state beween commands
7.3.699  manually set 'ttymouse' is overruled by automatic detection
7.3.700  cannot detect URXVT and SGR mouse support
7.3.701  MS-Windows: Crash with stack overflow when setting 'encoding'
7.3.702  nmake from VS6 service pack 6 is not recognized
7.3.703  when 'undofile' is reset the hash is computed unnecessarily
7.3.704  repeating "cgn" does not always work correctly
7.3.705  mouse features are not in alphabetical order
7.3.706  (after 7.3.697) can't build Motif version
7.3.707  (after 7.3.701) library name with non-latin characters fails
7.3.708  filler lines above the first line may be hidden
7.3.709  compiler warning for unused argument
7.3.710  (after 7.3.704) "fn" is broken
7.3.711  (after 7.3.688) vim.current.buffer is not available
7.3.712  nmake from VS2010 SP1 is not recognized

pkgsrc changes:
- take maintainership of package
- switch to single tarball, created from vim's hg, instead of downloading > 700 files
- which resulted in changes in PLIST in vim-share
- some minor changes to DESCR files (add more vim guis)
- reset PKGREVISION on vim-gtk2
- add new files to vim-lang

diffstat:

 editors/vim-gtk2/Makefile         |     3 +-
 editors/vim-lang/DESCR            |     4 +-
 editors/vim-lang/PLIST            |     4 +-
 editors/vim-share/DESCR           |     4 +-
 editors/vim-share/Makefile.common |    24 +-
 editors/vim-share/PLIST           |    40 +-
 editors/vim-share/distinfo        |  1886 +------------------------------------
 editors/vim-share/version.mk      |     4 +-
 editors/vim/DESCR                 |     4 +-
 9 files changed, 56 insertions(+), 1917 deletions(-)

diffs (truncated from 2256 to 300 lines):

diff -r 66dcb136d56e -r 082d2244dbf7 editors/vim-gtk2/Makefile
--- a/editors/vim-gtk2/Makefile Tue Oct 30 22:34:20 2012 +0000
+++ b/editors/vim-gtk2/Makefile Tue Oct 30 22:39:07 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2012/10/08 23:01:30 adam Exp $
+# $NetBSD: Makefile,v 1.53 2012/10/30 22:39:07 morr Exp $
 
 PKGNAME=               vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=           3
 
 COMMENT=               Vim editor (vi clone) with X11 GTK2 GUI
 
diff -r 66dcb136d56e -r 082d2244dbf7 editors/vim-lang/DESCR
--- a/editors/vim-lang/DESCR    Tue Oct 30 22:34:20 2012 +0000
+++ b/editors/vim-lang/DESCR    Tue Oct 30 22:39:07 2012 +0000
@@ -3,5 +3,5 @@
 on-line help, filename completion, block operations, etc.
 
 This package is only a shared data-package for the `actual' vim packages.
-You also have to install one of vim, vim-xaw, or vim-gtk to get a working
-editor.
+You also have to install one of vim, vim-xaw, vim-gtk, vim-gtk2 or vim-motif
+to get a working editor.
diff -r 66dcb136d56e -r 082d2244dbf7 editors/vim-lang/PLIST
--- a/editors/vim-lang/PLIST    Tue Oct 30 22:34:20 2012 +0000
+++ b/editors/vim-lang/PLIST    Tue Oct 30 22:39:07 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2012/08/27 14:45:37 morr Exp $
+@comment $NetBSD: PLIST,v 1.12 2012/10/30 22:39:07 morr Exp $
 man/fr.ISO8859-1/man1/evim.1
 man/fr.ISO8859-1/man1/ex.1
 man/fr.ISO8859-1/man1/rview.1
@@ -91,6 +91,7 @@
 share/vim/${VIM_SUBDIR}/keymap/accents.vim
 share/vim/${VIM_SUBDIR}/keymap/arabic.vim
 share/vim/${VIM_SUBDIR}/keymap/arabic_utf-8.vim
+share/vim/${VIM_SUBDIR}/keymap/belarusian-jcuken.vim
 share/vim/${VIM_SUBDIR}/keymap/bulgarian-bds.vim
 share/vim/${VIM_SUBDIR}/keymap/bulgarian-phonetic.vim
 share/vim/${VIM_SUBDIR}/keymap/canfr-win.vim
@@ -299,6 +300,7 @@
 share/vim/${VIM_SUBDIR}/lang/menu_zh_tw.cp950.vim
 share/vim/${VIM_SUBDIR}/lang/menu_zh_tw.utf-8.vim
 share/vim/${VIM_SUBDIR}/lang/nb/LC_MESSAGES/vim.mo
+share/vim/${VIM_SUBDIR}/lang/nl/LC_MESSAGES/vim.mo
 share/vim/${VIM_SUBDIR}/lang/no/LC_MESSAGES/vim.mo
 share/vim/${VIM_SUBDIR}/lang/pl/LC_MESSAGES/vim.mo
 share/vim/${VIM_SUBDIR}/lang/pt_BR/LC_MESSAGES/vim.mo
diff -r 66dcb136d56e -r 082d2244dbf7 editors/vim-share/DESCR
--- a/editors/vim-share/DESCR   Tue Oct 30 22:34:20 2012 +0000
+++ b/editors/vim-share/DESCR   Tue Oct 30 22:39:07 2012 +0000
@@ -3,5 +3,5 @@
 on-line help, filename completion, block operations, etc.
 
 This package is only a shared data-package for the `actual' vim packages.
-You also have to install one of vim, vim-xaw, or vim-gtk to get a working
-editor.
+You also have to install one of vim, vim-xaw, vim-gtk, vim-gtk2 or vim-motif
+to get a working editor.
diff -r 66dcb136d56e -r 082d2244dbf7 editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Tue Oct 30 22:34:20 2012 +0000
+++ b/editors/vim-share/Makefile.common Tue Oct 30 22:39:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.147 2012/09/06 08:13:39 morr Exp $
+# $NetBSD: Makefile.common,v 1.148 2012/10/30 22:39:07 morr Exp $
 
 # used by editors/vim/Makefile
 # used by editors/vim-gtk/Makefile
@@ -9,30 +9,14 @@
 
 .include "../../editors/vim-share/version.mk"
 
-DISTNAME=              vim-${VIM_VERSION}
-DISTFILES=             vim-${VIM_VERSION}${EXTRACT_SUFX}
+DISTNAME=              vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
 CATEGORIES=            editors
-MASTER_SITES=          http://ftp.vim.org/pub/vim/unix/
-MASTER_SITES+=         ftp://ftp.vim.org/pub/editors/vim/unix/
-MASTER_SITES+=         ftp://ftp.fu-berlin.de/misc/editors/vim/unix/
-DIST_SUBDIR=           vim${VIM_VERSION}
+MASTER_SITES=          ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=          .tar.bz2
 
-PATCH_SITES=           http://ftp.vim.org/pub/vim/patches/${VIM_VERSION}/
-PATCH_SITES+=          ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION}/
-PATCH_SITES+=          ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION}/
-
 .include "../../mk/bsd.prefs.mk"
 
-PATCHFILES!=           ${AWK} 'BEGIN {for (i=1; i<=${VIM_PATCHLEVEL}; i++) printf "7.3.%03d\n", i; exit}'
-
-BADPATCHES= 122 225 235 246 247 252 253 336 386 387 400 434 487 491 527 569 578 579 580 581 583 584 603 611 629 640 650
-
-.for p in ${BADPATCHES}
-PATCHFILES:= ${PATCHFILES:N7.3.${p}}
-.endfor
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=            morr%NetBSD.org@localhost
 HOMEPAGE=              http://www.vim.org/
 LICENSE=               vim-license
 
diff -r 66dcb136d56e -r 082d2244dbf7 editors/vim-share/PLIST
--- a/editors/vim-share/PLIST   Tue Oct 30 22:34:20 2012 +0000
+++ b/editors/vim-share/PLIST   Tue Oct 30 22:39:07 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2012/08/27 14:45:37 morr Exp $
+@comment $NetBSD: PLIST,v 1.17 2012/10/30 22:39:07 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -73,6 +73,7 @@
 share/vim/${VIM_SUBDIR}/compiler/cucumber.vim
 share/vim/${VIM_SUBDIR}/compiler/decada.vim
 share/vim/${VIM_SUBDIR}/compiler/dot.vim
+share/vim/${VIM_SUBDIR}/compiler/erlang.vim
 share/vim/${VIM_SUBDIR}/compiler/eruby.vim
 share/vim/${VIM_SUBDIR}/compiler/fortran_F.vim
 share/vim/${VIM_SUBDIR}/compiler/fortran_cv.vim
@@ -80,10 +81,13 @@
 share/vim/${VIM_SUBDIR}/compiler/fortran_g77.vim
 share/vim/${VIM_SUBDIR}/compiler/fortran_lf95.vim
 share/vim/${VIM_SUBDIR}/compiler/fpc.vim
+share/vim/${VIM_SUBDIR}/compiler/g95.vim
 share/vim/${VIM_SUBDIR}/compiler/gcc.vim
+share/vim/${VIM_SUBDIR}/compiler/gfortran.vim
 share/vim/${VIM_SUBDIR}/compiler/gnat.vim
 share/vim/${VIM_SUBDIR}/compiler/hp_acc.vim
 share/vim/${VIM_SUBDIR}/compiler/icc.vim
+share/vim/${VIM_SUBDIR}/compiler/ifort.vim
 share/vim/${VIM_SUBDIR}/compiler/intel.vim
 share/vim/${VIM_SUBDIR}/compiler/irix5_c.vim
 share/vim/${VIM_SUBDIR}/compiler/irix5_cpp.vim
@@ -288,13 +292,16 @@
 share/vim/${VIM_SUBDIR}/ftplugin/dictdconf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/diff.vim
 share/vim/${VIM_SUBDIR}/ftplugin/dircolors.vim
+share/vim/${VIM_SUBDIR}/ftplugin/docbk.vim
 share/vim/${VIM_SUBDIR}/ftplugin/dosbatch.vim
 share/vim/${VIM_SUBDIR}/ftplugin/dosini.vim
 share/vim/${VIM_SUBDIR}/ftplugin/dtd.vim
 share/vim/${VIM_SUBDIR}/ftplugin/dtrace.vim
 share/vim/${VIM_SUBDIR}/ftplugin/elinks.vim
+share/vim/${VIM_SUBDIR}/ftplugin/erlang.vim
 share/vim/${VIM_SUBDIR}/ftplugin/eruby.vim
 share/vim/${VIM_SUBDIR}/ftplugin/eterm.vim
+share/vim/${VIM_SUBDIR}/ftplugin/falcon.vim
 share/vim/${VIM_SUBDIR}/ftplugin/fetchmail.vim
 share/vim/${VIM_SUBDIR}/ftplugin/flexwiki.vim
 share/vim/${VIM_SUBDIR}/ftplugin/fortran.vim
@@ -406,6 +413,7 @@
 share/vim/${VIM_SUBDIR}/ftplugin/tcsh.vim
 share/vim/${VIM_SUBDIR}/ftplugin/terminfo.vim
 share/vim/${VIM_SUBDIR}/ftplugin/tex.vim
+share/vim/${VIM_SUBDIR}/ftplugin/treetop.vim
 share/vim/${VIM_SUBDIR}/ftplugin/udevconf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/udevperm.vim
 share/vim/${VIM_SUBDIR}/ftplugin/udevrules.vim
@@ -424,6 +432,7 @@
 share/vim/${VIM_SUBDIR}/ftplugin/xsd.vim
 share/vim/${VIM_SUBDIR}/ftplugin/xslt.vim
 share/vim/${VIM_SUBDIR}/ftplugin/yaml.vim
+share/vim/${VIM_SUBDIR}/ftplugin/zimbu.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zsh.vim
 share/vim/${VIM_SUBDIR}/ftplugof.vim
 share/vim/${VIM_SUBDIR}/gvimrc_example.vim
@@ -460,9 +469,11 @@
 share/vim/${VIM_SUBDIR}/indent/erlang.vim
 share/vim/${VIM_SUBDIR}/indent/eruby.vim
 share/vim/${VIM_SUBDIR}/indent/eterm.vim
+share/vim/${VIM_SUBDIR}/indent/falcon.vim
 share/vim/${VIM_SUBDIR}/indent/fortran.vim
 share/vim/${VIM_SUBDIR}/indent/framescript.vim
 share/vim/${VIM_SUBDIR}/indent/gitconfig.vim
+share/vim/${VIM_SUBDIR}/indent/gitolite.vim
 share/vim/${VIM_SUBDIR}/indent/haml.vim
 share/vim/${VIM_SUBDIR}/indent/hamster.vim
 share/vim/${VIM_SUBDIR}/indent/html.vim
@@ -495,6 +506,7 @@
 share/vim/${VIM_SUBDIR}/indent/prolog.vim
 share/vim/${VIM_SUBDIR}/indent/pyrex.vim
 share/vim/${VIM_SUBDIR}/indent/python.vim
+share/vim/${VIM_SUBDIR}/indent/r.vim
 share/vim/${VIM_SUBDIR}/indent/readline.vim
 share/vim/${VIM_SUBDIR}/indent/rpl.vim
 share/vim/${VIM_SUBDIR}/indent/rst.vim
@@ -509,8 +521,10 @@
 share/vim/${VIM_SUBDIR}/indent/sqlanywhere.vim
 share/vim/${VIM_SUBDIR}/indent/tcl.vim
 share/vim/${VIM_SUBDIR}/indent/tcsh.vim
+share/vim/${VIM_SUBDIR}/indent/tex.vim
 share/vim/${VIM_SUBDIR}/indent/tf.vim
 share/vim/${VIM_SUBDIR}/indent/tilde.vim
+share/vim/${VIM_SUBDIR}/indent/treetop.vim
 share/vim/${VIM_SUBDIR}/indent/vb.vim
 share/vim/${VIM_SUBDIR}/indent/verilog.vim
 share/vim/${VIM_SUBDIR}/indent/vhdl.vim
@@ -522,6 +536,7 @@
 share/vim/${VIM_SUBDIR}/indent/xsd.vim
 share/vim/${VIM_SUBDIR}/indent/xslt.vim
 share/vim/${VIM_SUBDIR}/indent/yacc.vim
+share/vim/${VIM_SUBDIR}/indent/zimbu.vim
 share/vim/${VIM_SUBDIR}/indent/zsh.vim
 share/vim/${VIM_SUBDIR}/indoff.vim
 share/vim/${VIM_SUBDIR}/macros/README.txt
@@ -531,6 +546,7 @@
 share/vim/${VIM_SUBDIR}/macros/hanoi/hanoi.vim
 share/vim/${VIM_SUBDIR}/macros/hanoi/poster
 share/vim/${VIM_SUBDIR}/macros/justify.vim
+share/vim/${VIM_SUBDIR}/macros/less.bat
 share/vim/${VIM_SUBDIR}/macros/less.sh
 share/vim/${VIM_SUBDIR}/macros/less.vim
 share/vim/${VIM_SUBDIR}/macros/life/click.me
@@ -610,6 +626,7 @@
 share/vim/${VIM_SUBDIR}/spell/en.utf-8.sug
 share/vim/${VIM_SUBDIR}/spell/fixdup.vim
 share/vim/${VIM_SUBDIR}/spell/he.vim
+share/vim/${VIM_SUBDIR}/spell/spell.vim
 share/vim/${VIM_SUBDIR}/spell/yi.vim
 share/vim/${VIM_SUBDIR}/synmenu.vim
 share/vim/${VIM_SUBDIR}/syntax/2html.vim
@@ -633,6 +650,7 @@
 share/vim/${VIM_SUBDIR}/syntax/antlr.vim
 share/vim/${VIM_SUBDIR}/syntax/apache.vim
 share/vim/${VIM_SUBDIR}/syntax/apachestyle.vim
+share/vim/${VIM_SUBDIR}/syntax/aptconf.vim
 share/vim/${VIM_SUBDIR}/syntax/arch.vim
 share/vim/${VIM_SUBDIR}/syntax/art.vim
 share/vim/${VIM_SUBDIR}/syntax/asm.vim
@@ -724,9 +742,11 @@
 share/vim/${VIM_SUBDIR}/syntax/dictdconf.vim
 share/vim/${VIM_SUBDIR}/syntax/diff.vim
 share/vim/${VIM_SUBDIR}/syntax/dircolors.vim
+share/vim/${VIM_SUBDIR}/syntax/dirpager.vim
 share/vim/${VIM_SUBDIR}/syntax/diva.vim
 share/vim/${VIM_SUBDIR}/syntax/django.vim
 share/vim/${VIM_SUBDIR}/syntax/dns.vim
+share/vim/${VIM_SUBDIR}/syntax/dnsmasq.vim
 share/vim/${VIM_SUBDIR}/syntax/docbk.vim
 share/vim/${VIM_SUBDIR}/syntax/docbksgml.vim
 share/vim/${VIM_SUBDIR}/syntax/docbkxml.vim
@@ -739,6 +759,7 @@
 share/vim/${VIM_SUBDIR}/syntax/dtd.vim
 share/vim/${VIM_SUBDIR}/syntax/dtml.vim
 share/vim/${VIM_SUBDIR}/syntax/dtrace.vim
+share/vim/${VIM_SUBDIR}/syntax/dts.vim
 share/vim/${VIM_SUBDIR}/syntax/dylan.vim
 share/vim/${VIM_SUBDIR}/syntax/dylanintr.vim
 share/vim/${VIM_SUBDIR}/syntax/dylanlid.vim
@@ -758,6 +779,7 @@
 share/vim/${VIM_SUBDIR}/syntax/exim.vim
 share/vim/${VIM_SUBDIR}/syntax/expect.vim
 share/vim/${VIM_SUBDIR}/syntax/exports.vim
+share/vim/${VIM_SUBDIR}/syntax/falcon.vim
 share/vim/${VIM_SUBDIR}/syntax/fan.vim
 share/vim/${VIM_SUBDIR}/syntax/fasm.vim
 share/vim/${VIM_SUBDIR}/syntax/fdcc.vim
@@ -780,9 +802,11 @@
 share/vim/${VIM_SUBDIR}/syntax/git.vim
 share/vim/${VIM_SUBDIR}/syntax/gitcommit.vim
 share/vim/${VIM_SUBDIR}/syntax/gitconfig.vim
+share/vim/${VIM_SUBDIR}/syntax/gitolite.vim
 share/vim/${VIM_SUBDIR}/syntax/gitrebase.vim
 share/vim/${VIM_SUBDIR}/syntax/gitsendemail.vim
 share/vim/${VIM_SUBDIR}/syntax/gkrellmrc.vim
+share/vim/${VIM_SUBDIR}/syntax/gnash.vim
 share/vim/${VIM_SUBDIR}/syntax/gnuplot.vim
 share/vim/${VIM_SUBDIR}/syntax/gp.vim
 share/vim/${VIM_SUBDIR}/syntax/gpg.vim
@@ -803,9 +827,11 @@
 share/vim/${VIM_SUBDIR}/syntax/help.vim
 share/vim/${VIM_SUBDIR}/syntax/hercules.vim
 share/vim/${VIM_SUBDIR}/syntax/hex.vim
+share/vim/${VIM_SUBDIR}/syntax/hgcommit.vim
 share/vim/${VIM_SUBDIR}/syntax/hitest.vim
 share/vim/${VIM_SUBDIR}/syntax/hog.vim
 share/vim/${VIM_SUBDIR}/syntax/hostconf.vim
+share/vim/${VIM_SUBDIR}/syntax/hostsaccess.vim
 share/vim/${VIM_SUBDIR}/syntax/html.vim
 share/vim/${VIM_SUBDIR}/syntax/htmlcheetah.vim
 share/vim/${VIM_SUBDIR}/syntax/htmldjango.vim
@@ -834,6 +860,7 @@
 share/vim/${VIM_SUBDIR}/syntax/javascript.vim
 share/vim/${VIM_SUBDIR}/syntax/jess.vim
 share/vim/${VIM_SUBDIR}/syntax/jgraph.vim
+share/vim/${VIM_SUBDIR}/syntax/jovial.vim
 share/vim/${VIM_SUBDIR}/syntax/jproperties.vim
 share/vim/${VIM_SUBDIR}/syntax/jsp.vim
 share/vim/${VIM_SUBDIR}/syntax/kconfig.vim
@@ -917,6 +944,7 @@
 share/vim/${VIM_SUBDIR}/syntax/ncf.vim
 share/vim/${VIM_SUBDIR}/syntax/netrc.vim
 share/vim/${VIM_SUBDIR}/syntax/netrw.vim
+share/vim/${VIM_SUBDIR}/syntax/ninja.vim
 share/vim/${VIM_SUBDIR}/syntax/nosyntax.vim
 share/vim/${VIM_SUBDIR}/syntax/nqc.vim
 share/vim/${VIM_SUBDIR}/syntax/nroff.vim
@@ -1091,6 +1119,7 @@
 share/vim/${VIM_SUBDIR}/syntax/tli.vim
 share/vim/${VIM_SUBDIR}/syntax/tpp.vim



Home | Main Index | Thread Index | Old Index