pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   morr
Date:           Sat May 11 11:14:58 UTC 2024

Modified Files:
        pkgsrc/editors/vim-share: Makefile PLIST distinfo version.mk

Log Message:
Update to newest patchlevel

Changelog:

9.1.0407: Stuck with long line and half-page scrolling
9.1.0406: Divide by zero with getmousepos() and 'smoothscroll'
9.1.0405: tests: xxd buffer overflow fails on 32-bit
9.1.0404: [security] xxd: buffer-overflow with specific flags
9.1.0403: Vim9: not able to import file from start dir
9.1.0402: filetype: mdd files detected as zsh filetype
9.1.0401: filetype: zsh module files are not recognized
9.1.0400: Vim9: confusing error message for unknown type
9.1.0399: block_editing errors out when using del
9.1.0398: Vim9: imported vars are not properly type checked
9.1.0397: Wrong display with 'smoothscroll' when changing quickfix list
9.1.0396: filetype: jj files are not recognized
9.1.0395: getregionpos() may leak memory on error
9.1.0394: Cannot get a list of positions describing a region
9.1.0393: 'viewdir' not respecting $XDG_CONFIG_HOME
9.1.0392: tests: Vim9 debug tests may be flaky
9.1.0391: Vim9: could improve testing
9.1.0390: filetype: inko files are not recognized
9.1.0389: filetype: templ files are not recognized
9.1.0388: cursor() and getregion() don't handle v:maxcol well
9.1.0387: Vim9: null value tests not sufficient
9.1.0386: filetype: stylus files not recognized
9.1.0385: Vim9: crash with null_class and null_object
9.1.0384: tests: vt420 terminfo entry may not be found
9.1.0383: filetype: .out files recognized as tex files
9.1.0382: filetype: Kbuild files are not recognized
9.1.0381: cbuffer and similar commands don't accept a range
9.1.0380: Calculating line height for unnecessary amount of lines
9.1.0379: There are a few typos
9.1.0378: Vim9: no comments allowed after class vars
9.1.0377: Formatting text wrong when 'breakindent' is set
9.1.0376: Vim9: Trailing commands after class/enum keywords ignored
9.1.0375: tests: 1-second delay after Test_BufEnter_botline()
9.1.0374: wrong botline in BufEnter
9.1.0373: ops.c code uses too many strlen() calls
9.1.0372: Calling CLEAR_FIELD() on the same struct twice
9.1.0371: Vim9: compile_def_function() still too long
9.1.0370: MS-Windows: patch number is zero in installer
9.1.0369: Vim9: problem when importing autoloaded scripts
9.1.0368: MS-Windows: Hard to define the Vim Patchlevel with leading zeroes
9.1.0367: compile_def_function is too long
9.1.0366: filetype: ondir files are not recognized
9.1.0365: Crash when typing many keys with D- modifier
9.1.0364: tests: test_vim9_builtin is a bit slow
9.1.0363: tests: test_winfixbuf is a bit slow
9.1.0362: expanding rc config files does not work well
9.1.0361: Vim9: vim9type.c is too complicated
9.1.0360: Vim9: does not handle autoloaded variables well
9.1.0359: MS-Windows: relative import in a script sourced from a buffer doesn't work
9.1.0358: wrong drawing in GUI with setcellwidth()
9.1.0357: Page scrolling should place cursor at window boundaries
9.1.0356: MS-Windows: --remote may change working directory
9.1.0355: filetype: flake.lock files are not recognized
9.1.0354: runtime(uci): No support for uci file types
9.1.0353: tests: Test_autoload_import_relative_compiled fails on Windows
9.1.0352: Finding cmd modifiers and cmdline-specials is inefficient
9.1.0351: No test that completing a partial mapping clears 'showcmd'
9.1.0350: tests: test_vim9_dissamble may fail
9.1.0349: Vim9: need static type for typealias
9.1.0348: X11 does not ignore smooth scroll event
9.1.0347: A few typos in test_xdg when testing gvimrc
9.1.0346: Patch v9.1.0338 fixed sourcing a script with import
9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOME
9.1.0344: Cursor wrong after using setcellwidth() in terminal
9.1.0343: 'showcmd' wrong for partial mapping with multibyte
9.1.0342: tests: test_taglist fails when 'helplang' contains non-english
9.1.0341: Problem: a few memory leaks are found
9.1.0340: Problem: Error with matchaddpos() and empty list
9.1.0339: tests: xdg test uses screen dumps
9.1.0338: Vim9: import through symlinks not correctly handled
9.1.0337: Missing entry for XDG vimrc file in :version
9.1.0336: tests: typo in test_xdg
9.1.0335: String interpolation fails for List type
9.1.0334: No test for highlight behavior with 'ambiwidth'
9.1.0333: tests: test_xdg fails on the appimage repo
9.1.0332: tests: some assert_equal() calls have wrong order of args
9.1.0331: make install does not install all files
9.1.0330: v9.1.0327 contains an unrelated change
9.1.0329: String interpolation fails for Dict type
9.1.0328: CI fails with t_?? test
9.1.0327: No support for using $XDG_CONFIG_HOME
9.1.0326: filetype: some requirements files are not recognized
9.1.0325: filetype: CMakeCache.txt files not recognized
9.1.0324: filetype: some json files are not recognized
9.1.0323: filetype: cabal config files may not be recognized
9.1.0322: filetype: some mail tools not recognized
9.1.0321: Garbled output on serial terminals with XON/XOFF flow control
9.1.0320: Wrong cursor position after using setcellwidths()
9.1.0319: Using heredoc in string not tested with :execute
9.1.0318: filetype: translate shell config files are not recognized
9.1.0317: filetype: matplotlibrc files are not recognized
9.1.0316: filetype: some sh and confini files not recognized
9.1.0315: filetype: a few more dosini files are not recognized
9.1.0314: Vim9: Can define a class in a function
9.1.0313: Crash when using heredoc with comment in command block
9.1.0312: heredocs are not supported for :commands
9.1.0311: filetype: Some config files are not recognized
9.1.0310: Filler lines not checked properly in get_scroll_overlap()
9.1.0309: crash when 'textwidth' > MAX_INT
9.1.0308: configure: msgfmt hardcoded
9.1.0307: filetype: texdoc config files is not recognized
9.1.0306: filetype: x11vnc config file is not recognized
9.1.0305: filetype: some history files are not recognized
9.1.0304: filetype: cgdb config file is not recognized
9.1.0303: filetype: some protocol buffer files not recognized
9.1.0302: filetype: blueprint files are not recognized
9.1.0301: Vim9: heredoc start may be recognized in string
9.1.0300: Missing test for what patch v9.1.0285 fixes
9.1.0299: Vim9: return type not set for a lambda assigned to script var
9.1.0298: MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.mak
9.1.0297: Patch 9.1.0296 causes too many issues
9.1.0296: regexp: engines do not handle case-folding well
9.1.0295: filetype: pip config files are not recognized
9.1.0294: Text height function does not respect it's argument
9.1.0293: filetype: lxqt config files are not recognized
9.1.0292: filetype: XDG mimeapps.list file is not recognized
9.1.0291: filetype: libreoffice config files are not recognized
9.1.0290: filetype: xilinx files are not recognized
9.1.0289: filetype: some TeX files are not recognized
9.1.0288: MS-Windows: compiler warning for size_t to int conversion
9.1.0287: Vim9: comment may be treated as heredoc start
9.1.0286: Vim9: E1027 with defcompile for abstract methods
9.1.0285: Still problems with cursor position for CTRL-D/U
9.1.0284: make testclean is not able to delete failed screendumps
9.1.0282: Several small issues in doc and tests
9.1.0282: Finding highlighting attributes is inefficient
9.1.0281: CI: fails Test_compiler_completion
9.1.0280: several issues with 'smoothscroll' support
9.1.0279: filetype: roc files are not recognized
9.1.0278: filetype: zathurarc files not recognized
9.1.0277: Cannot highlight the Command-line
9.1.0276: No pandoc syntax support
9.1.0275: filetype: R history files are not recognized
9.1.0274: MS-Windows: a few compiler warnings
9.1.0273: filetype: keymap files are not recognized
9.1.0272: autocmd may change cwd after :tcd and :lcd
9.1.0271: CI sound test aborts with undefined variable
9.1.0270: a few minor issues to fix
9.1.0269: Test for TextChanged is still flaky with ASAN
9.1.0268: Two tests in test_filechanged.vim are slow
9.1.0267: File name entered in GUI dialog is ignored
9.1.0266: filetype: earthfile files are not recognized
9.1.0265: console dialog cannot save unnamed buffers
9.1.0264: libgpm may delete some signal handlers
9.1.0263: Vim9: Problem with lambda blocks in enums and classes
9.1.0262: Test for TextChanged is flaky with ASAN
9.1.0261: Vim9: protected class and funcrefs accessible outside the class
9.1.0260: Problems with "zb" and scrolling to new topline with 'smoothscroll'
9.1.0259: Normal mode TextChanged isn't tested properly
9.1.0258: half-page scrolling broke backward compatibility
9.1.0257: Vim9: :call may not find imported class members
9.1.0256: Finding autocmd events is inefficient
9.1.0255: Vim9: no indication of script nr in stack trace of classes
9.1.0254: [security]: Heap buffer overflow when calling complete_add() in 'cfu'
9.1.0253: filetype: typespec files are not recognized
9.1.0252: Vim9: segfault with static in super class
9.1.0251: Filetype test fails
9.1.0250: filetype: ldscripts cannot be recognized
9.1.0249: filetype: rock_manifest and config.ld files are not recognized
9.1.0248: filetype: yarn lock files are not recognized
9.1.0247: filetype: bundle config files are not recognized
9.1.0246: filetype: fontconfig files are not recognized
9.1.0245: filetype: zsh theme, history and zunit files are not recognized
9.1.0244: filetype: bash history files are not recognized
9.1.0243: filetype: netrw history file is not recognized
9.1.0242: filetype: octave history files are not recognized
9.1.0241: filetype: mysql history files are not recognized
9.1.0240: filetype: some python tools config files are not recognized
9.1.0239: filetype: gnuplot history files are not recognised
9.1.0238: filetype: jupyterlab and sublime config are not recognized
9.1.0237: filetype: mplstyle files are not recognized
9.1.0236: filetype: texlua files are not recognized
9.1.0235: filetype: supertux files are not recognized
9.1.0234: filetype: support for Intel HEX files is lacking
9.1.0233: Vim9: string() output of enum is problematic
9.1.0232: Conceal test fails when rightleft feature is disabled
9.1.0231: Filetype may be undetected when SwapExists sets ft in other buf
9.1.0230: TextChanged autocommand not triggered under some circumstances
9.1.0229: Error E877 is not translated
9.1.0228: Two unrelated things are tested by a single test
9.1.0227: Recording may still be wrong in Select mode
9.1.0226: Not able to assign enum values to an enum static variable
9.1.0225: test_matchparen not run in CI
9.1.0224: cursor may move too many lines over "right" & "below" virt text
9.1.0223: code duplication in loop to add active text properties
9.1.0222: missing 'below' virt text if truncation precedes after/right text
9.1.0221: lines following virt text (that fills the window)  might be truncated
9.1.0220: Few typos in source and test files
9.1.0219: Vim9: No enum support
9.1.0218: Unnecessary multiplications in backspace code
9.1.0217: regexp: verymagic cannot match before/after a mark
9.1.0216: Error on exit with EXITFREE and 'winfixbuf'
9.1.0215: Half-page scrolling does not support smooth-scrolling
9.1.0214: Duplicate condition in win_lbr_chartabsize()
9.1.0213: CI: MS-Windows fails in test_winfixbuf
9.1.0212: CI: MS-Windows fails in test_winfixbuf
9.1.0211: page-wise scrolling does not support smooth-scrolling
9.1.0210: Motif: leaking memory when mui_mch_dialog() fails
9.1.0209: leaking memory in exe_newdict() on error
9.1.0208: winfixbuf does not allow to re-edit current buffer
9.1.0207: No autocommand when writing session file
9.1.0206: unused display_text_first boolean var in win_line()
9.1.0205: Cannot use modifiers before :-Ntabmove
9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'
9.1.0203: build-error on GNU/Hurd
9.1.0202: leaking memory in add_user() on failure
9.1.0201: gM not working correctly with virt text
9.1.0200: `gj`/`gk` not skipping over outer virtual text lines
9.1.0199: Not enough tests for the slice() function
9.1.0198: Vim9: compound operators broken for lambdas in an object
9.1.0197: Vim9: problem evaluating negated boolean logic
9.1.0196: filetype: support for gnuplot files is lacking
9.1.0195: memleak with ex_drop, NULL dereference
9.1.0194: gcc complains about uninitialized var
9.1.0193: May leak memory in completion when ga_grow() fails
9.1.0192: drop: don't rewind when editing the same file
9.1.0191: Installer does not remove all files
9.1.0190: complete_info() returns wrong order of items
9.1.0189: Memory leak with "above" virttext and 'relativenumber'
9.1.0188: filetype: no support for Vento files
9.1.0187: filetype: no support for Dafny files
9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and conceal
9.1.0185: 'wincolor' hl missing with 'rightleft', "below" virttext, 'nowrap'
9.1.0184: Cursor pos wrong when clicking with conceal and wrap
9.1.0183: Wrong display or screenpos() result when toggling diff mode
9.1.0182: Can define function with invalid name inside 'formatexpr'
9.1.0181: no overflow check for string formatting
9.1.0180: Cursor pos wrong when double-width chars are concealed
9.1.0179: 'wincolor' highlight missing with "below" virtual text
9.1.0178: E1513 might be confusing
9.1.0177: Coverity reports dead code
9.1.0176: Cursor column wrong with 'virtualedit' and conceal
9.1.0175: wrong window positions with 'winfix{width,height}'
9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap
9.1.0173: msgfmt ver. 0.22 forcibly converts text to UTF-8
9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
9.1.0171: Small split-move related improvements
9.1.0170: Re-allow curwin == prevwin, but document it instead
9.1.0169: current window number returned by tabpagewinnr may be outdated
9.1.0168: too many STRLEN() calls
9.1.0167: Changing buffer in another window causes it to show matchparen
9.1.0166: Internal error with blockwise getregion() in another buffer
9.1.0165: Vim9: Importing an autoload imported script fails
9.1.0164: Internal error when passing invalid position to getregion()
9.1.0163: Calling STRLEN() to compute ml_line_textlen when not needed
9.1.0162: problem with writing extended attributes on failure
9.1.0161: expand() removes slash after env variable that ends with colon
9.1.0160: Vim9: Add support for using a class type of itself in an object method
9.1.0159: Crash in WinClosed after BufUnload closes other windows
9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'
9.1.0157: Duplicate assignment in f_getregion()
9.1.0156: Make 'wfb' failing to split still report E1513
9.1.0155: can only get getregion() from current buffer
9.1.0154: shm=F not respected when reloading buffer with 'autoread'
9.1.0153: Text properties corrupted with fo+=aw and backspace
9.1.0152: Coverity complains about ignoring return value
9.1.0151: ml_get_buf_len() does not consider text properties
9.1.0150: Several minor 'winfixbuf' issues
9.1.0149: null pointer member access when accessing 'winfixbuf' property
9.1.0148: Vim9: can't call internal methods with objects
9.1.0147: Cannot keep a buffer focused in a window
9.1.0146: v:echospace wrong with invalid value of 'showcmdloc'
9.1.0145: v:echospace not correct when 'showcmdloc' != last
9.1.0144: getregion() needs more tests
9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()
9.1.0142: getregion() can be improved
9.1.0141: Put in Visual mode wrong if it replaces fold marker
9.1.0140: cursor on wrong row after 1 char 'below' virtual text when EOL is shown
9.1.0139: MS-Windows: ligatures map cleared on startup
9.1.0138: too many STRLEN calls when getting a memline
9.1.0137: <Del> in cmdline mode doesn't delete composing chars
9.1.0136: Vim9: need more test for exists() methods
9.1.0135: Insufficient testing for 'delcombine'
9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14
9.1.0133: MS-Windows: ligatures not rendering correctly
9.1.0132: "C" doesn't include composing chars with 'virtualedit'
9.1.0131: buffer-completion may not always find all matches
9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp"
9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL list char
9.1.0128: win_gotoid() may abort even when not switching a window
9.1.0127: Naming a non-pointer variable "oap" is strange
9.1.0126: Internal error when using upper-case mark in getregion()
9.1.0125: unused init of text_prop_idxs in win_line()
9.1.0124: display of below/right virtual text with non-virtual text overlap
9.1.0123: MS-Windows: system() may deadlock
9.1.0122: Some minor issues with the getregion() function
9.1.0121: Infinite loop or signed overflow with 'smoothscroll'
9.1.0120: hard to get visual region using Vim script
9.1.0119: can move away from cmdwin using win_splitmove()
9.1.0118: Use different restoration strategy in win_splitmove
9.1.0117: Stop split-moving from firing WinNew and WinNewPre autocommands
9.1.0116: win_split_ins may not check available room
9.1.0115: Using freed memory with full tag stack and user data
9.1.0114: Setting some options may change curswant
9.1.0113: duplicate code when cleaning undo stack
9.1.0112: Remove undo information, when cleaning quickfix buffer
9.1.0111: filetype: no support for bats files
9.1.0110: filetype: add 'Config.in' filetype detection
9.1.0109: filetype: no support for its files
9.1.0108: filetype: no support for dtso files
9.1.0107: CI: Fix MacOS-14 tests
9.1.0106: Visual highlight hard to read with 'termguicolors'
9.1.0105: Style: typos found
9.1.0104: Linking fails with -lto because of PERL_CFLAGS
9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn'
9.1.0102: settabvar() may change the last accessed tabpage
9.1.0101: upper-case of German sharp s should be U+1E9E
9.1.0100: Redrawing can be improved with undo and 'spell'
9.1.0099: Not able to use diff() with 'diffexpr'
9.1.0098: CompletionChanged not triggered when new leader added without matches
9.1.0097: 'breakindent' behaves inconsistently with 'list' and splits
9.1.0096: diff() function uses 'diffexpr'
9.1.0095: tests: test_restricted() fails
9.1.0094: xxd: buffer-overflow when writing color output
9.1.0093: Still a qsort() comparison function that returns result of subtraction
9.1.0092: Compiler warning for missing type in scroll_event()
9.1.0091: Syntax test fails when run with non C locale
9.1.0090: Assigning wrong colors when parsing terminal OSC response
9.1.0089: qsort() comparison functions should be transitive
9.1.0088: TextChanged not triggered for :norm! commands
9.1.0087: Restoring lastused_tabpage too early in do_arg_all()
9.1.0086: Problem when scrolling using slow touchpads scroll event
9.1.0085: X11 scroll size changes after accessing clipboard
9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'
9.1.0083: Redrawing can be improved when deleting lines with 'number'
9.1.0082: Redrawing can be improved when deleting lines with 'cursorline'
9.1.0081: X11 mouse-scrolling stutters
9.1.0080: unexpected error for modifying final list using +=
9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines
9.1.0078: GTK3: using wrong style for pre-edit area
9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousescroll()
9.1.0076: luau config file not detected
9.1.0075: insert completion not correct when adding new leader
9.1.0074: did_set_breakat() should be in optionstr.c
9.1.0073: Looping over modifier_keys_table unnecessarily
9.1.0072: Not able to build without FEAT_DIFF
9.1.0071: Need a diff() Vim script function
9.1.0070: CI: testsuite not run on M1 Mac
9.1.0069: ScreenLines may not be correctly initialized, causing hang
9.1.0068: Visual highlighting can still be improved
9.1.0067: gcc still complains about use of uninitialized var
9.1.0066: gcc complains about use of uninitialized var
9.1.0065: Segfault with CompleteChanged autocommand
9.1.0064: No Wayland support
9.1.0063: GTK code can be improved
9.1.0062: Internal error when :luado/perldo/pydo etc delete lines
9.1.0061: UX of visual highlighting can be improved
9.1.0060: Recorded register cannot be translated using keytrans()
9.1.0059: No event triggered before creating a window
9.1.0058: Cannot map Super Keys in GTK UI
9.1.0057: MS-Windows: Key event test still fails
9.1.0056: wrong number of trailing spaces inserted after blockwise put
9.1.0055: formatting long lines is slow
9.1.0054: 'linebreak' may still apply to leading whitespace
9.1.0053: MS-Windows: Key event test still fails
9.1.0052: Patch 9.1.0041 causes regressions for users
9.1.0051: MS-Windows: Key event test fail
9.1.0050: Win32 Keyboard handling is sub-optimal
9.1.0049: Make "[Command Line]" a special buffer name
9.1.0048: Abort opening cmdwin if autocmds screw things up
9.1.0047: issues with temp curwin/buf while cmdwin is open
9.1.0046: :drop does not re-use empty buffer
9.1.0045: --remote-* does not ignore `wilidignore`
9.1.0044: po Makefiles can be improved
9.1.0043: ml_get: invalid lnum when :s replaces visual selection
9.1.0042: Missing test for Chuck Filetype
9.1.0041: xxd -i may generate incorrect C statements
9.1.0040: issue with prompt buffer and hidden buffer
9.1.0039: too vague errors for 'listchars'/'fillchars'
9.1.0038: Unnecessary loop in getvcol()
9.1.0037: Calling get_breakindent_win() repeatedly when computing virtcol
9.1.0036: MS-Windows: Warning about unused variable
9.1.0035: i_CTRL-] triggers InsertCharPre
9.1.0034: Window scrolls unexpectedly when 'scrollbind' is set
9.1.0033: Insert mode not stopped if closing prompt buffer modifies hidden buffer
9.1.0032: MS-Windows installer misses keymaps
9.1.0031: Link Error on Windows
9.1.0030: Cannot use terminal alternate font
9.1.0029: Cannot act on various terminal response codes
9.1.0028: win32: Ctrl-D cannot be used to close a pipe
9.1.0027: Vim is missing a foreach() func
9.1.0026: win32: Windows default font lacking
9.1.0025: A few typos in tests and justify.vim
9.1.0024: z/OS (MVS) support can be improved
9.1.0023: xxd: few problems with EBCDIC for z/OS (MVS)
9.1.0022: Coverity complains about improper use of negative value
9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace mode
9.1.0020: Vim9: cannot compile all methods in a class
9.1.0019: cmdline may disappear when changing 'cmdheight'
9.1.0018: use of #if instead of #ifdef
9.1.0017: [security]: use-after-free in eval1_emsg()
9.1.0016: default diff highlighting is too noisy
9.1.0015: i_CTRL-R- no longer works in replace mode
9.1.0014: incorrect use of W_WINROW in edit.c
9.1.0013: Modula2 filetype support lacking
9.1.0012: regression with empty inner blocks introduced
9.1.0011: regexp cannot match combining chars in collection
9.1.0010: Keymap completion is not available
9.1.0009: Cannot easily get the list of matches
9.1.0008: NSIS installer includes syntax testdir
9.1.0007: can select empty inner text blocks
9.1.0006: is*() and to*() function may be unsafe
9.1.0005: OpenVMS does not support python3 and xterm_save
9.1.0004: reloading colorscheme when not changing 'background'
9.1.0003: Cannot build against Ruby 33 dynamically
9.1.0002: a closing fold expr, may start a new fold
9.1.0001: when closing window, wincmd p may fail
9.1.0000: Vim 9.1 release
9.0.2190: proto files need update
9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent'
9.0.2188: cursor wrong after { in single line buffer
9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit
9.0.2186: LTCG compile error ARM64 for write_chars
9.0.2185: Coverity complains about not checking return value
9.0.2184: Vim9: inconsistent :type/:class messages
9.0.2183: Maximum callback depth is not configurable
9.0.2182: Vim9: need a way to reserve future extension
9.0.2181: Vim9: missing error messages
9.0.2180: POSIX function name in exarg causes issues
9.0.2179: no filetype detection for execline scripts
9.0.2178: reg_executing() wrong for :normal with range
9.0.2177: Wrong cursor position when dragging out of window
9.0.2175: Compile error with Motif UI + mouse support
9.0.2175: Compiler warning for uninitialized var
9.0.2174: Vim9: segfault when assigning to type
9.0.2173: Vim9: crash when compiling for statement and non-existing type
9.0.2172: Vim9: compiling :defer may fail
9.0.2171: The options[] array is still not sorted alphabetically
9.0.2170: Vim9: no support for const/final class/objects vars
9.0.2169: Vim9: builtin funcs may accept a non-value
9.0.2168: Moving tabpages on :drop may cause an endless loop
9.0.2167: Vim9: not consistently using :var for declarations
9.0.2166: Memory leak in Configure Script when checking GTK
9.0.2165: Vim9: can simplify arg type checking code
9.0.2164: Vim9: can use type a func arg/return value
9.0.2163: Vim9: type can be assigned to list/dict
9.0.2162: Vim9: type documentation out-dated
9.0.2161: Vim9: not able to use imported interfaces and classes
9.0.2160: instanceof() should use varargs as second arg
9.0.2159: screenpos() may crash with neg. column
9.0.2158: [security]: use-after-free in check_argument_type
9.0.2157: Vim9: incorrectly parses :def func definitions
9.0.2156: Vim9: can use typealias in assignment
9.0.2155: Vim9: type not kept when assigning vars
9.0.2154: The option[] array is not sorted
9.0.2153: no support to build on OpenVMS
9.0.2152: Using type unknown for List/Dict containers
9.0.2151: 'breakindent' is not drawn after diff filler lines
9.0.2150: Using int for errbuflen in option funcs
9.0.2149: [security]: use-after-free in exec_instructions()
9.0.2148: Vim does not detect pacman.log file
9.0.2147: Type check tests fail without the channel feature
9.0.2146: text-property without type errors when joining
9.0.2145: wrong scrolling in insert mode with smoothscroll
9.0.2144: Text properties causes wrong line wrapping
9.0.2143: [security]: buffer-overflow in ex_substitute
9.0.2142: [security]: stack-buffer-overflow in option callback functions
9.0.2141: [security]: buffer-overflow in suggest_trie_walk
9.0.2140: [security]: use-after-free in win-enter
9.0.2139: html.angular ft is problematic
9.0.2138: Overflow logic requires long long
9.0.2137: Can't detect angular & mustache filetypes
9.0.2136: MSVC errorformat can be improved
9.0.2135: No test for mode() when executing Ex commands
9.0.2134: ml_get error when scrolling
9.0.2133: Cannot detect overstrike mode in Cmdline mode
9.0.2132: Duplicate Netbeans Error Message
9.0.2131: not all nushell files detected
9.0.2130: some errors with translation Makefiles
9.0.2129: [security]: use-after-free in call_dfunc()
9.0.2128: runtime(swig): add syntax and filetype plugins
9.0.2127: translation Makefiles can be improved
9.0.2126: unused assignments when checking 'listchars'
9.0.2125: File info disappears when 'cmdheight' has decreased
9.0.2124: INT overflow detection logic can be simplified
9.0.2123: Problem with initializing the length of range() lists


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/editors/vim-share/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.206 -r1.207 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.145 -r1.146 pkgsrc/editors/vim-share/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/Makefile
diff -u pkgsrc/editors/vim-share/Makefile:1.65 pkgsrc/editors/vim-share/Makefile:1.66
--- pkgsrc/editors/vim-share/Makefile:1.65      Sat Feb 10 14:42:38 2024
+++ pkgsrc/editors/vim-share/Makefile   Sat May 11 11:14:57 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/02/10 14:42:38 taca Exp $
+# $NetBSD: Makefile,v 1.66 2024/05/11 11:14:57 morr Exp $
 
 PKGNAME=               vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=           1
 COMMENT=               Data files for the vim editor (vi clone)
 
 .include               "Makefile.common"

Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.67 pkgsrc/editors/vim-share/PLIST:1.68
--- pkgsrc/editors/vim-share/PLIST:1.67 Thu Nov 23 19:10:01 2023
+++ pkgsrc/editors/vim-share/PLIST      Sat May 11 11:14:57 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.67 2023/11/23 19:10:01 morr Exp $
+@comment $NetBSD: PLIST,v 1.68 2024/05/11 11:14:57 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -11,6 +11,7 @@ share/vim/${VIM_SUBDIR}/autoload/ada.vim
 share/vim/${VIM_SUBDIR}/autoload/adacomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/bitbake.vim
 share/vim/${VIM_SUBDIR}/autoload/cargo.vim
+share/vim/${VIM_SUBDIR}/autoload/cargo/quickfix.vim
 share/vim/${VIM_SUBDIR}/autoload/ccomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/clojurecomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/context.vim
@@ -18,6 +19,7 @@ share/vim/${VIM_SUBDIR}/autoload/context
 share/vim/${VIM_SUBDIR}/autoload/csscomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/decada.vim
 share/vim/${VIM_SUBDIR}/autoload/dist/ft.vim
+share/vim/${VIM_SUBDIR}/autoload/dist/json.vim
 share/vim/${VIM_SUBDIR}/autoload/dist/man.vim
 share/vim/${VIM_SUBDIR}/autoload/dist/script.vim
 share/vim/${VIM_SUBDIR}/autoload/dist/vim.vim
@@ -30,6 +32,7 @@ share/vim/${VIM_SUBDIR}/autoload/gzip.vi
 share/vim/${VIM_SUBDIR}/autoload/haskellcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/htmlcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/javascriptcomplete.vim
+share/vim/${VIM_SUBDIR}/autoload/modula2.vim
 share/vim/${VIM_SUBDIR}/autoload/netrw.vim
 share/vim/${VIM_SUBDIR}/autoload/netrwFileHandlers.vim
 share/vim/${VIM_SUBDIR}/autoload/netrwSettings.vim
@@ -39,8 +42,10 @@ share/vim/${VIM_SUBDIR}/autoload/phpcomp
 share/vim/${VIM_SUBDIR}/autoload/python.vim
 share/vim/${VIM_SUBDIR}/autoload/python3complete.vim
 share/vim/${VIM_SUBDIR}/autoload/pythoncomplete.vim
+share/vim/${VIM_SUBDIR}/autoload/racket.vim
 share/vim/${VIM_SUBDIR}/autoload/rubycomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/rust.vim
+share/vim/${VIM_SUBDIR}/autoload/rust/debugging.vim
 share/vim/${VIM_SUBDIR}/autoload/rustfmt.vim
 share/vim/${VIM_SUBDIR}/autoload/spellfile.vim
 share/vim/${VIM_SUBDIR}/autoload/sqlcomplete.vim
@@ -133,6 +138,7 @@ share/vim/${VIM_SUBDIR}/compiler/gcc.vim
 share/vim/${VIM_SUBDIR}/compiler/gfortran.vim
 share/vim/${VIM_SUBDIR}/compiler/ghc.vim
 share/vim/${VIM_SUBDIR}/compiler/gjs.vim
+share/vim/${VIM_SUBDIR}/compiler/gm2.vim
 share/vim/${VIM_SUBDIR}/compiler/gnat.vim
 share/vim/${VIM_SUBDIR}/compiler/go.vim
 share/vim/${VIM_SUBDIR}/compiler/haml.vim
@@ -148,6 +154,7 @@ share/vim/${VIM_SUBDIR}/compiler/javac.v
 share/vim/${VIM_SUBDIR}/compiler/jest.vim
 share/vim/${VIM_SUBDIR}/compiler/jikes.vim
 share/vim/${VIM_SUBDIR}/compiler/jjs.vim
+share/vim/${VIM_SUBDIR}/compiler/jq.vim
 share/vim/${VIM_SUBDIR}/compiler/jshint.vim
 share/vim/${VIM_SUBDIR}/compiler/jsonlint.vim
 share/vim/${VIM_SUBDIR}/compiler/mcs.vim
@@ -160,10 +167,12 @@ share/vim/${VIM_SUBDIR}/compiler/msvc.vi
 share/vim/${VIM_SUBDIR}/compiler/neato.vim
 share/vim/${VIM_SUBDIR}/compiler/ocaml.vim
 share/vim/${VIM_SUBDIR}/compiler/onsgmls.vim
+share/vim/${VIM_SUBDIR}/compiler/pandoc.vim
 share/vim/${VIM_SUBDIR}/compiler/pbx.vim
 share/vim/${VIM_SUBDIR}/compiler/perl.vim
 share/vim/${VIM_SUBDIR}/compiler/perlcritic.vim
 share/vim/${VIM_SUBDIR}/compiler/php.vim
+share/vim/${VIM_SUBDIR}/compiler/pip_compile.vim
 share/vim/${VIM_SUBDIR}/compiler/podchecker.vim
 share/vim/${VIM_SUBDIR}/compiler/powershell.vim
 share/vim/${VIM_SUBDIR}/compiler/pylint.vim
@@ -174,6 +183,7 @@ share/vim/${VIM_SUBDIR}/compiler/racoset
 share/vim/${VIM_SUBDIR}/compiler/racotest.vim
 share/vim/${VIM_SUBDIR}/compiler/rake.vim
 share/vim/${VIM_SUBDIR}/compiler/rhino.vim
+share/vim/${VIM_SUBDIR}/compiler/rime_deployer.vim
 share/vim/${VIM_SUBDIR}/compiler/rspec.vim
 share/vim/${VIM_SUBDIR}/compiler/rst.vim
 share/vim/${VIM_SUBDIR}/compiler/rubocop.vim
@@ -196,6 +206,7 @@ share/vim/${VIM_SUBDIR}/compiler/tidy.vi
 share/vim/${VIM_SUBDIR}/compiler/ts-node.vim
 share/vim/${VIM_SUBDIR}/compiler/tsc.vim
 share/vim/${VIM_SUBDIR}/compiler/typedoc.vim
+share/vim/${VIM_SUBDIR}/compiler/vimdoc.vim
 share/vim/${VIM_SUBDIR}/compiler/xbuild.vim
 share/vim/${VIM_SUBDIR}/compiler/xmllint.vim
 share/vim/${VIM_SUBDIR}/compiler/xmlwf.vim
@@ -301,6 +312,7 @@ share/vim/${VIM_SUBDIR}/doc/starting.txt
 share/vim/${VIM_SUBDIR}/doc/syntax.txt
 share/vim/${VIM_SUBDIR}/doc/tabpage.txt
 share/vim/${VIM_SUBDIR}/doc/tags
+share/vim/${VIM_SUBDIR}/doc/tags-ru
 share/vim/${VIM_SUBDIR}/doc/tagsrch.txt
 share/vim/${VIM_SUBDIR}/doc/term.txt
 share/vim/${VIM_SUBDIR}/doc/terminal.txt
@@ -308,6 +320,7 @@ share/vim/${VIM_SUBDIR}/doc/testing.txt
 share/vim/${VIM_SUBDIR}/doc/textprop.txt
 share/vim/${VIM_SUBDIR}/doc/tips.txt
 share/vim/${VIM_SUBDIR}/doc/todo.txt
+share/vim/${VIM_SUBDIR}/doc/uganda.rux
 share/vim/${VIM_SUBDIR}/doc/uganda.txt
 share/vim/${VIM_SUBDIR}/doc/undo.txt
 share/vim/${VIM_SUBDIR}/doc/userfunc.txt
@@ -377,14 +390,17 @@ share/vim/${VIM_SUBDIR}/ftplugin/ant.vim
 share/vim/${VIM_SUBDIR}/ftplugin/apache.vim
 share/vim/${VIM_SUBDIR}/ftplugin/arch.vim
 share/vim/${VIM_SUBDIR}/ftplugin/art.vim
+share/vim/${VIM_SUBDIR}/ftplugin/asciidoc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/asm.vim
 share/vim/${VIM_SUBDIR}/ftplugin/aspvbs.vim
+share/vim/${VIM_SUBDIR}/ftplugin/astro.vim
 share/vim/${VIM_SUBDIR}/ftplugin/automake.vim
 share/vim/${VIM_SUBDIR}/ftplugin/awk.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bash.vim
 share/vim/${VIM_SUBDIR}/ftplugin/basic.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bdf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bitbake.vim
+share/vim/${VIM_SUBDIR}/ftplugin/bp.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bst.vim
 share/vim/${VIM_SUBDIR}/ftplugin/btm.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bzl.vim
@@ -392,6 +408,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/c.vim
 share/vim/${VIM_SUBDIR}/ftplugin/calendar.vim
 share/vim/${VIM_SUBDIR}/ftplugin/cdrdaoconf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/cfg.vim
+share/vim/${VIM_SUBDIR}/ftplugin/cgdbrc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/ch.vim
 share/vim/${VIM_SUBDIR}/ftplugin/changelog.vim
 share/vim/${VIM_SUBDIR}/ftplugin/chatito.vim
@@ -413,6 +430,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/csh.vim
 share/vim/${VIM_SUBDIR}/ftplugin/css.vim
 share/vim/${VIM_SUBDIR}/ftplugin/cucumber.vim
 share/vim/${VIM_SUBDIR}/ftplugin/cvsrc.vim
+share/vim/${VIM_SUBDIR}/ftplugin/deb822sources.vim
 share/vim/${VIM_SUBDIR}/ftplugin/debchangelog.vim
 share/vim/${VIM_SUBDIR}/ftplugin/debcontrol.vim
 share/vim/${VIM_SUBDIR}/ftplugin/debsources.vim
@@ -428,6 +446,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/dosbatc
 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/dts.vim
 share/vim/${VIM_SUBDIR}/ftplugin/dune.vim
 share/vim/${VIM_SUBDIR}/ftplugin/eiffel.vim
 share/vim/${VIM_SUBDIR}/ftplugin/elinks.vim
@@ -452,6 +471,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/fvwm.vi
 share/vim/${VIM_SUBDIR}/ftplugin/gdb.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gdscript.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gdshader.vim
+share/vim/${VIM_SUBDIR}/ftplugin/git.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gitattributes.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gitcommit.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gitconfig.vim
@@ -477,6 +497,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/hostcon
 share/vim/${VIM_SUBDIR}/ftplugin/hostsaccess.vim
 share/vim/${VIM_SUBDIR}/ftplugin/html.vim
 share/vim/${VIM_SUBDIR}/ftplugin/htmldjango.vim
+share/vim/${VIM_SUBDIR}/ftplugin/hurl.vim
 share/vim/${VIM_SUBDIR}/ftplugin/i3config.vim
 share/vim/${VIM_SUBDIR}/ftplugin/icon.vim
 share/vim/${VIM_SUBDIR}/ftplugin/indent.vim
@@ -486,7 +507,9 @@ share/vim/${VIM_SUBDIR}/ftplugin/j.vim
 share/vim/${VIM_SUBDIR}/ftplugin/java.vim
 share/vim/${VIM_SUBDIR}/ftplugin/javascript.vim
 share/vim/${VIM_SUBDIR}/ftplugin/javascriptreact.vim
+share/vim/${VIM_SUBDIR}/ftplugin/jj.vim
 share/vim/${VIM_SUBDIR}/ftplugin/jproperties.vim
+share/vim/${VIM_SUBDIR}/ftplugin/jq.vim
 share/vim/${VIM_SUBDIR}/ftplugin/json.vim
 share/vim/${VIM_SUBDIR}/ftplugin/json5.vim
 share/vim/${VIM_SUBDIR}/ftplugin/jsonc.vim
@@ -550,6 +573,8 @@ share/vim/${VIM_SUBDIR}/ftplugin/obse.vi
 share/vim/${VIM_SUBDIR}/ftplugin/ocaml.vim
 share/vim/${VIM_SUBDIR}/ftplugin/occam.vim
 share/vim/${VIM_SUBDIR}/ftplugin/octave.vim
+share/vim/${VIM_SUBDIR}/ftplugin/odin.vim
+share/vim/${VIM_SUBDIR}/ftplugin/ondir.vim
 share/vim/${VIM_SUBDIR}/ftplugin/openvpn.vim
 share/vim/${VIM_SUBDIR}/ftplugin/pamconf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/pascal.vim
@@ -583,11 +608,13 @@ share/vim/${VIM_SUBDIR}/ftplugin/racket.
 share/vim/${VIM_SUBDIR}/ftplugin/raku.vim
 share/vim/${VIM_SUBDIR}/ftplugin/readline.vim
 share/vim/${VIM_SUBDIR}/ftplugin/registry.vim
+share/vim/${VIM_SUBDIR}/ftplugin/requirements.vim
 share/vim/${VIM_SUBDIR}/ftplugin/reva.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rhelp.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rmd.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rnc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rnoweb.vim
+share/vim/${VIM_SUBDIR}/ftplugin/roc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/routeros.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rpl.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rrst.vim
@@ -618,11 +645,13 @@ share/vim/${VIM_SUBDIR}/ftplugin/spec.vi
 share/vim/${VIM_SUBDIR}/ftplugin/sql.vim
 share/vim/${VIM_SUBDIR}/ftplugin/ssa.vim
 share/vim/${VIM_SUBDIR}/ftplugin/sshconfig.vim
+share/vim/${VIM_SUBDIR}/ftplugin/stylus.vim
 share/vim/${VIM_SUBDIR}/ftplugin/sudoers.vim
 share/vim/${VIM_SUBDIR}/ftplugin/svg.vim
 share/vim/${VIM_SUBDIR}/ftplugin/swayconfig.vim
 share/vim/${VIM_SUBDIR}/ftplugin/swift.vim
 share/vim/${VIM_SUBDIR}/ftplugin/swiftgyb.vim
+share/vim/${VIM_SUBDIR}/ftplugin/swig.vim
 share/vim/${VIM_SUBDIR}/ftplugin/sysctl.vim
 share/vim/${VIM_SUBDIR}/ftplugin/systemd.vim
 share/vim/${VIM_SUBDIR}/ftplugin/systemverilog.vim
@@ -639,6 +668,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/treetop
 share/vim/${VIM_SUBDIR}/ftplugin/tt2html.vim
 share/vim/${VIM_SUBDIR}/ftplugin/typescript.vim
 share/vim/${VIM_SUBDIR}/ftplugin/typescriptreact.vim
+share/vim/${VIM_SUBDIR}/ftplugin/uci.vim
 share/vim/${VIM_SUBDIR}/ftplugin/udevconf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/udevperm.vim
 share/vim/${VIM_SUBDIR}/ftplugin/udevrules.vim
@@ -667,6 +697,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/xs.vim
 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/zathurarc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zig.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zimbu.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zsh.vim
@@ -679,6 +710,8 @@ share/vim/${VIM_SUBDIR}/indent/README.tx
 share/vim/${VIM_SUBDIR}/indent/aap.vim
 share/vim/${VIM_SUBDIR}/indent/ada.vim
 share/vim/${VIM_SUBDIR}/indent/ant.vim
+share/vim/${VIM_SUBDIR}/indent/asm.vim
+share/vim/${VIM_SUBDIR}/indent/astro.vim
 share/vim/${VIM_SUBDIR}/indent/automake.vim
 share/vim/${VIM_SUBDIR}/indent/awk.vim
 share/vim/${VIM_SUBDIR}/indent/bash.vim
@@ -743,6 +776,7 @@ share/vim/${VIM_SUBDIR}/indent/java.vim
 share/vim/${VIM_SUBDIR}/indent/javascript.vim
 share/vim/${VIM_SUBDIR}/indent/javascriptreact.vim
 share/vim/${VIM_SUBDIR}/indent/json.vim
+share/vim/${VIM_SUBDIR}/indent/json5.vim
 share/vim/${VIM_SUBDIR}/indent/jsonc.vim
 share/vim/${VIM_SUBDIR}/indent/jsp.vim
 share/vim/${VIM_SUBDIR}/indent/julia.vim
@@ -770,6 +804,7 @@ share/vim/${VIM_SUBDIR}/indent/objc.vim
 share/vim/${VIM_SUBDIR}/indent/obse.vim
 share/vim/${VIM_SUBDIR}/indent/ocaml.vim
 share/vim/${VIM_SUBDIR}/indent/occam.vim
+share/vim/${VIM_SUBDIR}/indent/odin.vim
 share/vim/${VIM_SUBDIR}/indent/pascal.vim
 share/vim/${VIM_SUBDIR}/indent/perl.vim
 share/vim/${VIM_SUBDIR}/indent/php.vim
@@ -808,6 +843,7 @@ share/vim/${VIM_SUBDIR}/indent/solidity.
 share/vim/${VIM_SUBDIR}/indent/sql.vim
 share/vim/${VIM_SUBDIR}/indent/sqlanywhere.vim
 share/vim/${VIM_SUBDIR}/indent/sshconfig.vim
+share/vim/${VIM_SUBDIR}/indent/stylus.vim
 share/vim/${VIM_SUBDIR}/indent/systemverilog.vim
 share/vim/${VIM_SUBDIR}/indent/tcl.vim
 share/vim/${VIM_SUBDIR}/indent/tcsh.vim
@@ -817,6 +853,7 @@ 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/typescript.vim
+share/vim/${VIM_SUBDIR}/indent/typescriptreact.vim
 share/vim/${VIM_SUBDIR}/indent/vb.vim
 share/vim/${VIM_SUBDIR}/indent/verilog.vim
 share/vim/${VIM_SUBDIR}/indent/vhdl.vim
@@ -866,6 +903,9 @@ share/vim/${VIM_SUBDIR}/menu.vim
 share/vim/${VIM_SUBDIR}/mswin.vim
 share/vim/${VIM_SUBDIR}/optwin.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/cfilter/plugin/cfilter.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/comment/autoload/comment.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/comment/doc/comment.txt
+share/vim/${VIM_SUBDIR}/pack/dist/opt/comment/plugin/comment.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/dvorak/dvorak/disable.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/dvorak/dvorak/enable.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/dvorak/plugin/dvorak.vim
@@ -990,6 +1030,7 @@ share/vim/${VIM_SUBDIR}/syntax/aspperl.v
 share/vim/${VIM_SUBDIR}/syntax/aspvbs.vim
 share/vim/${VIM_SUBDIR}/syntax/asterisk.vim
 share/vim/${VIM_SUBDIR}/syntax/asteriskvm.vim
+share/vim/${VIM_SUBDIR}/syntax/astro.vim
 share/vim/${VIM_SUBDIR}/syntax/atlas.vim
 share/vim/${VIM_SUBDIR}/syntax/autodoc.vim
 share/vim/${VIM_SUBDIR}/syntax/autohotkey.vim
@@ -1025,6 +1066,7 @@ share/vim/${VIM_SUBDIR}/syntax/cdrdaocon
 share/vim/${VIM_SUBDIR}/syntax/cdrtoc.vim
 share/vim/${VIM_SUBDIR}/syntax/cf.vim
 share/vim/${VIM_SUBDIR}/syntax/cfg.vim
+share/vim/${VIM_SUBDIR}/syntax/cgdbrc.vim
 share/vim/${VIM_SUBDIR}/syntax/ch.vim
 share/vim/${VIM_SUBDIR}/syntax/chaiscript.vim
 share/vim/${VIM_SUBDIR}/syntax/change.vim
@@ -1035,11 +1077,13 @@ share/vim/${VIM_SUBDIR}/syntax/cheetah.v
 share/vim/${VIM_SUBDIR}/syntax/chicken.vim
 share/vim/${VIM_SUBDIR}/syntax/chill.vim
 share/vim/${VIM_SUBDIR}/syntax/chordpro.vim
+share/vim/${VIM_SUBDIR}/syntax/chuck.vim
 share/vim/${VIM_SUBDIR}/syntax/cl.vim
 share/vim/${VIM_SUBDIR}/syntax/clean.vim
 share/vim/${VIM_SUBDIR}/syntax/clipper.vim
 share/vim/${VIM_SUBDIR}/syntax/clojure.vim
 share/vim/${VIM_SUBDIR}/syntax/cmake.vim
+share/vim/${VIM_SUBDIR}/syntax/cmakecache.vim
 share/vim/${VIM_SUBDIR}/syntax/cmod.vim
 share/vim/${VIM_SUBDIR}/syntax/cmusrc.vim
 share/vim/${VIM_SUBDIR}/syntax/cobol.vim
@@ -1234,8 +1278,10 @@ share/vim/${VIM_SUBDIR}/syntax/javascrip
 share/vim/${VIM_SUBDIR}/syntax/javascriptreact.vim
 share/vim/${VIM_SUBDIR}/syntax/jess.vim
 share/vim/${VIM_SUBDIR}/syntax/jgraph.vim
+share/vim/${VIM_SUBDIR}/syntax/jj.vim
 share/vim/${VIM_SUBDIR}/syntax/jovial.vim
 share/vim/${VIM_SUBDIR}/syntax/jproperties.vim
+share/vim/${VIM_SUBDIR}/syntax/jq.vim
 share/vim/${VIM_SUBDIR}/syntax/json.vim
 share/vim/${VIM_SUBDIR}/syntax/json5.vim
 share/vim/${VIM_SUBDIR}/syntax/jsonc.vim
@@ -1315,6 +1361,9 @@ share/vim/${VIM_SUBDIR}/syntax/modconf.v
 share/vim/${VIM_SUBDIR}/syntax/model.vim
 share/vim/${VIM_SUBDIR}/syntax/modsim3.vim
 share/vim/${VIM_SUBDIR}/syntax/modula2.vim
+share/vim/${VIM_SUBDIR}/syntax/modula2/opt/iso.vim
+share/vim/${VIM_SUBDIR}/syntax/modula2/opt/pim.vim
+share/vim/${VIM_SUBDIR}/syntax/modula2/opt/r10.vim
 share/vim/${VIM_SUBDIR}/syntax/modula3.vim
 share/vim/${VIM_SUBDIR}/syntax/mojo.vim
 share/vim/${VIM_SUBDIR}/syntax/monk.vim
@@ -1353,15 +1402,19 @@ share/vim/${VIM_SUBDIR}/syntax/objcpp.vi
 share/vim/${VIM_SUBDIR}/syntax/obse.vim
 share/vim/${VIM_SUBDIR}/syntax/ocaml.vim
 share/vim/${VIM_SUBDIR}/syntax/occam.vim
+share/vim/${VIM_SUBDIR}/syntax/odin.vim
 share/vim/${VIM_SUBDIR}/syntax/omnimark.vim
+share/vim/${VIM_SUBDIR}/syntax/ondir.vim
 share/vim/${VIM_SUBDIR}/syntax/opam.vim
 share/vim/${VIM_SUBDIR}/syntax/openroad.vim
 share/vim/${VIM_SUBDIR}/syntax/openscad.vim
 share/vim/${VIM_SUBDIR}/syntax/openvpn.vim
 share/vim/${VIM_SUBDIR}/syntax/opl.vim
 share/vim/${VIM_SUBDIR}/syntax/ora.vim
+share/vim/${VIM_SUBDIR}/syntax/pacmanlog.vim
 share/vim/${VIM_SUBDIR}/syntax/pamconf.vim
 share/vim/${VIM_SUBDIR}/syntax/pamenv.vim
+share/vim/${VIM_SUBDIR}/syntax/pandoc.vim
 share/vim/${VIM_SUBDIR}/syntax/papp.vim
 share/vim/${VIM_SUBDIR}/syntax/pascal.vim
 share/vim/${VIM_SUBDIR}/syntax/passwd.vim
@@ -1433,6 +1486,7 @@ share/vim/${VIM_SUBDIR}/syntax/redif.vim
 share/vim/${VIM_SUBDIR}/syntax/registry.vim
 share/vim/${VIM_SUBDIR}/syntax/rego.vim
 share/vim/${VIM_SUBDIR}/syntax/remind.vim
+share/vim/${VIM_SUBDIR}/syntax/requirements.vim
 share/vim/${VIM_SUBDIR}/syntax/resolv.vim
 share/vim/${VIM_SUBDIR}/syntax/reva.vim
 share/vim/${VIM_SUBDIR}/syntax/rexx.vim
@@ -1537,12 +1591,14 @@ share/vim/${VIM_SUBDIR}/syntax/stata.vim
 share/vim/${VIM_SUBDIR}/syntax/stp.vim
 share/vim/${VIM_SUBDIR}/syntax/strace.vim
 share/vim/${VIM_SUBDIR}/syntax/structurizr.vim
+share/vim/${VIM_SUBDIR}/syntax/stylus.vim
 share/vim/${VIM_SUBDIR}/syntax/sudoers.vim
 share/vim/${VIM_SUBDIR}/syntax/svg.vim
 share/vim/${VIM_SUBDIR}/syntax/svn.vim
 share/vim/${VIM_SUBDIR}/syntax/swayconfig.vim
 share/vim/${VIM_SUBDIR}/syntax/swift.vim
 share/vim/${VIM_SUBDIR}/syntax/swiftgyb.vim
+share/vim/${VIM_SUBDIR}/syntax/swig.vim
 share/vim/${VIM_SUBDIR}/syntax/syncolor.vim
 share/vim/${VIM_SUBDIR}/syntax/synload.vim
 share/vim/${VIM_SUBDIR}/syntax/syntax.vim
@@ -1587,6 +1643,7 @@ share/vim/${VIM_SUBDIR}/syntax/tt2js.vim
 share/vim/${VIM_SUBDIR}/syntax/typescript.vim
 share/vim/${VIM_SUBDIR}/syntax/typescriptreact.vim
 share/vim/${VIM_SUBDIR}/syntax/uc.vim
+share/vim/${VIM_SUBDIR}/syntax/uci.vim
 share/vim/${VIM_SUBDIR}/syntax/udevconf.vim
 share/vim/${VIM_SUBDIR}/syntax/udevperm.vim
 share/vim/${VIM_SUBDIR}/syntax/udevrules.vim
@@ -1651,6 +1708,7 @@ share/vim/${VIM_SUBDIR}/syntax/xxd.vim
 share/vim/${VIM_SUBDIR}/syntax/yacc.vim
 share/vim/${VIM_SUBDIR}/syntax/yaml.vim
 share/vim/${VIM_SUBDIR}/syntax/z8a.vim
+share/vim/${VIM_SUBDIR}/syntax/zathurarc.vim
 share/vim/${VIM_SUBDIR}/syntax/zig.vim
 share/vim/${VIM_SUBDIR}/syntax/zimbu.vim
 share/vim/${VIM_SUBDIR}/syntax/zir.vim
@@ -1681,6 +1739,7 @@ share/vim/${VIM_SUBDIR}/tools/vimspell.t
 share/vim/${VIM_SUBDIR}/tools/xcmdsrv_client.c
 share/vim/${VIM_SUBDIR}/tutor/README.el.cp737.txt
 share/vim/${VIM_SUBDIR}/tutor/README.el.txt
+share/vim/${VIM_SUBDIR}/tutor/README.ru.utf-8.txt
 share/vim/${VIM_SUBDIR}/tutor/README.txt
 share/vim/${VIM_SUBDIR}/tutor/tutor
 share/vim/${VIM_SUBDIR}/tutor/tutor.bar
@@ -1718,6 +1777,7 @@ share/vim/${VIM_SUBDIR}/tutor/tutor.ja.u
 share/vim/${VIM_SUBDIR}/tutor/tutor.ko
 share/vim/${VIM_SUBDIR}/tutor/tutor.ko.euc
 share/vim/${VIM_SUBDIR}/tutor/tutor.ko.utf-8
+share/vim/${VIM_SUBDIR}/tutor/tutor.lt.utf-8
 share/vim/${VIM_SUBDIR}/tutor/tutor.lv.utf-8
 share/vim/${VIM_SUBDIR}/tutor/tutor.nb
 share/vim/${VIM_SUBDIR}/tutor/tutor.nb.utf-8

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.206 pkgsrc/editors/vim-share/distinfo:1.207
--- pkgsrc/editors/vim-share/distinfo:1.206     Thu Nov 23 19:10:01 2023
+++ pkgsrc/editors/vim-share/distinfo   Sat May 11 11:14:57 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.206 2023/11/23 19:10:01 morr Exp $
+$NetBSD: distinfo,v 1.207 2024/05/11 11:14:57 morr Exp $
 
-BLAKE2s (vim-9.0.2122.tar.gz) = e67314db2a22acc08f371e2be696a50d2691aab7c1bb9feec75d5af9f1fd3a52
-SHA512 (vim-9.0.2122.tar.gz) = bc173f459edde1b10b3ae8653b3ab059fbafc06b67d52d6e46f90729d783b50bd9691610f29db68cfeeb318ff1aba2bb107ac05de2cca4ea37945aa7f094b8c8
-Size (vim-9.0.2122.tar.gz) = 17367484 bytes
+BLAKE2s (vim-9.1.0407.tar.gz) = 96df18e44fb409d6e9d8be9737e55c213b4de436391e0185f4691201fd0c53cf
+SHA512 (vim-9.1.0407.tar.gz) = 033dc176b9cf6ef75af763f8c93acd60da63b8b7cf10f472eff6895b3d6fff0eca7119d02929246ebf7c204a0436ddef0a451450f2e84af0a10328179436ac55
+Size (vim-9.1.0407.tar.gz) = 17885151 bytes
 SHA1 (patch-Makefile) = fc8903a5625e3bc6a915cd68136cb18b5cdf42eb
 SHA1 (patch-feature.h) = e7d3385dc09e0ed7d45577344e9988264c0de4dd

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.145 pkgsrc/editors/vim-share/version.mk:1.146
--- pkgsrc/editors/vim-share/version.mk:1.145   Thu Nov 23 19:10:01 2023
+++ pkgsrc/editors/vim-share/version.mk Sat May 11 11:14:57 2024
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.145 2023/11/23 19:10:01 morr Exp $
+# $NetBSD: version.mk,v 1.146 2024/05/11 11:14:57 morr Exp $
 
-VIM_VERSION=           9.0
-VIM_PATCHLEVEL=                2122
+VIM_VERSION=           9.1
+VIM_PATCHLEVEL=                0407
 # Changelog: see http://ftp.vim.org/pub/vim/patches/9.0/
-VIM_SUBDIR=            vim90
+VIM_SUBDIR=            vim91
 
 PRINT_PLIST_AWK+=      { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; }



Home | Main Index | Thread Index | Old Index