pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors
Module Name: pkgsrc
Committed By: morr
Date: Wed Dec 3 22:52:01 UTC 2025
Modified Files:
pkgsrc/editors/vim-lang: PLIST
pkgsrc/editors/vim-share: Makefile PLIST distinfo version.mk
pkgsrc/editors/vim-share/patches: patch-Makefile patch-feature.h
patch-popupwin.c patch-vim.h
Log Message:
Update to version 9.1.1952.
Changes:
- patch 9.1.1952: tests: need better tests for tf files
- runtime(quarto): add missing loaded guard
- runtime(python): Highlight t-strings
- runtime(sml): Update syntax, improve special constant matching
- runtime(hog): set undo_ftplugin correctly, delete trailing whitespace
- patch 9.1.1951: tests: Test_windows_external_cmd_in_cwd() only run in huge builds
- patch 9.1.1950: tests: Test_tagjump.vim leaves swapfiles behind
- patch 9.1.1949: :stag does not use 'swichtbuf' option
- runtime(doc): Update vim9.txt Section 1
- patch 9.1.1948: Windows: Vim adds current directory to search path
- patch 9.1.1947: [security]: Windows: Vim may execute commands from current directory
- patch 9.1.1946: Cannot open the help in the current window
- patch 9.1.1945: tests: Test_getbufwintabinfo() leaves swapfiles behind
- patch 9.1.1944: getwininfo() does not return if statusline is visible
- runtime(doc): clarify the use of v:errormsg
- patch 9.1.1943: Memory leak with :breakadd expr
- runtime(lf): update syntax to support lf version r39
- runtime(vim): Update base syntax, match full :language command
- patch 9.1.1942: Vim9: Assignment to read-only registers @: and @% is allowed
- patch 9.1.1941: tests: Test_execute_register() leaves swapfile behind
- patch 9.1.1940: clipboard registers "+" and "*" synced without "autoselect"
- patch 9.1.1939: tests: test_matchfuzzy() leaves swapfiles behind
- patch 9.1.1938: tests: excessive wait in Test_matchfuzzy_initialized
- patch 9.1.1937: tests: Test_matchfuzzy_initialized() fails
- patch 9.1.1936: filetype: Erlang lexical files are not recognized
- patch 9.1.1935: filetype: not all Erlang files are recognized
- runtime(doc): Update and clarify vim9.txt Section 3
- runtime(doc): Improve :help :catch command specification
- runtime(netrw): fix undefined variable curwin in s:NetrwMenu()
- patch 9.1.1934: filetype: not all starlark files are recognized
- runtime(doc): Change termdebug_config debug value to v:true in terminal.txt
- runtime(doc): Correct typo in usr_30.txt regarding softtabstop
- runtime(doc): fix typo in "appendbufline()", builtin.txt
- runtime(defaults): Update comment for reverting C comment strings
- runtime(doc): Clarification in listener_add() doc
- patch 9.1.1933: completion: complete_match() is not useful
- patch 9.1.1932: OSC terminal response hard to detect
- runtime(doc): remove outdated help about 'completeopt' "fuzzy"
- translation: regenerate po/vim.pot after v9.1.1930
- patch 9.1.1931: completion: wrong item selected with fuzzy and noinsert
- patch 9.1.1930: completion: 'completefuzzycollect' is too obscure
- runtime(i3config/swayconfig): add all option for i3config only
- patch 9.1.1929: completion: spell completion wrong with fuzzy
- runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt
- CI: retire socketserver runner
- patch 9.1.1928: xxd: exit_with_usage() can be simplified
- patch 9.1.1927: Wayland: clipboard code too complex
- CI: Bump actions/checkout from 5 to 6
- Update link to XDG base specification in option.c comment
- runtime(doc): Add environment variable expansion note to options
- patch 9.1.1926: xdiff: Coverity warning with MAX_CNT/UINT_MAX usage
- runtime(new-tutor): update vim-02-beginner following 48940d9
- patch 9.1.1925: make depend does not include osdef.h
- runtime(tutor): Improve style for chapter 2
- runtime(tutor): Add Spanish translation for chapter 2
- runtime(tutor): Improve Spanish translation of chapter 1
- runtime(haskell): Add syntax test
- runtime(vim): Update base syntax, match full :history command
- CI: Fix triage labelling of maintainer runtime files
- patch 9.1.1924: 'commentstring' requires +folding feature
- patch 9.1.1923: wrong error when assigning to read-only register
- runtime(vim): Update base syntax, match :debug and :break* commands
- runtime(compiler): set errorformat where missing
- runtime(php): Update indent script to 1.76 (from 1.75)
- runtime(haskell): allow spaces in backticked operators in syntax script
- patch 9.1.1922: Wrong virtcol('$') with virtual text at EOL
- patch 9.1.1921: xdiff: included xdiff code is outdated
- patch 9.1.1920: tests: not enough testing for wildtrigger() pum redrawing
- CI: Switch to macOS 26 runner
- runtime(c): Update signal constants in syntax script
- patch 9.1.1919: tabpanel: cannot handle mouse clicks in command line
- runtime(netrw): Use proper UNC notation for temp files
- runtime(compiler): expand errorformats in maven compiler
- runtime(doc): Remove :runtime completion (#11447) todo item
- patch 9.1.1918: completion: crash with fuzzy completion
- translation(it): Update Italian translation
- patch 9.1.1917: Vim9: incorrect type inference with mkdir()
- patch 9.1.1916: WinEnter autocommand confuses Vim when closing tabpage
- runtime(compiler): Remove version check in rustc compiler
- runtime(compiler): add biome linter
- runtime(vim): Update base syntax and generator, match :cd commands
- patch 9.1.1915: :breaklist accepts unprocessed arguments.
- runtime(new-tutor): escape tutor filename
- patch 9.1.1914: runtime(netrw): wipes unnamed buffers
- patch 9.1.1913: Error message with :unlet! and non-existing dictionary item
- runtime(doc): Wrap overlength lines in uganda.txt
- runtime(help): Update syntax, match tables at :help :digraph-table
- patch 9.1.1912: tests: test_plugin_comment fails
- patch 9.1.1911: build failure on Solaris with gcc 5
- patch 9.1.1910: tests: test failures in Test_term_gettitle() in CI
- patch 9.1.1909: filetype: .mom files recognized as nroff files
- runtime(erlang): recognize -if/-elif as erlangPreCondit in syntax script
- runtime(doc): Improve :help :ls description formatting
- runtime(vim): Update base syntax, match :prompt command args
- patch 9.1.1908: tests: test_crash.vim times out in CI ASAN builds
- runtime(css): improve cssBoxProp matches
- patch 9.1.1907: xterm: no support for mouse buttons 8 and 9
- patch 9.1.1906: filetype: not all Ruby files are recognized
- patch 9.1.1905: tabpanel: truncates terminal output
- runtime(sqlcomplete): only set 'omnifunc' if dbext plugin was loaded
- runtime(doc): Wrap some overlength lines in vim9{,class}.txt.
- runtime(vim): Update base syntax, refine object constructor matching
- runtime(doc): Update Section 4 of vim9.txt
- runtime(sml): Fix number regex in syntax script
- patch 9.1.1904: Code still supports GTK2 versions older than 2.4
- patch 9.1.1903: GTK naming still reflects GTK1 support
- patch 9.1.1902: GTK fails to compile with !FEAT_PROP_POPUP
- runtime(vim): Update base syntax, fix :augroup error matching
- runtime(doc): Improve windows.txt formatting
- patch 9.1.1901: tests: test_vim9_generics fails without job feature
- runtime(doc): Clean up file header whitespace
- runtime(vim): Update base syntax, match :*do command arg
- runtime(spec): Add support for more tags and distributions
- runtime(vim): Update base syntax, match Vim9 object type constructor
- patch 9.1.1900: tabpanel: wrong condition after v9.1.1898
- runtime(doc): Rewrite some overlength lines
- runtime(doc): Wrap some overlength lines in the user manual
- runtime(doc): Improve :help synconcealed() description
- patch 9.1.1899: tabpanel: getcmdscreenpos() wrong when tabpanel is shown
- patch 9.1.1898: tabpanel: inconsistent use of cmdline with tabpanel
- patch 9.1.1897: Mac: Build failure on Mac OS X 10.6
- runtime(compiler): do not override &l:makeprg on :compiler!
- runtime(sml): add filetype plugin, move options from indent to ftplugin
- runtime(vim): 'iskeyword' setting not correctly restored
- patch 9.1.1896: tests: patch v9.1.1895 breaks CI
- runtime(doc): clarify W11 warning and possible options
- patch 9.1.1895: OSC terminal response hard to detect
- patch 9.1.1894: global_runtime_dir appends /after directory when using XDG
- patch 9.1.1893: ICCF charity will dissolve
- patch 9.1.1892: Not possible to know once Vim is done with sourcing vimrc
- runtime(netrw): NetrwChgPerm for files not in cwd
- runtime(log): syntax file update
- runtime(doc): Fix a few typos
- patch 9.1.1891: g<End> does not move to last non-blank in visual mode
- translation: regenerate po/vim.pot after 73a0de4a04b48cca
- patch 9.1.1890: %P in 'statusline' doesn't behave as documented
- patch 9.1.1889: filetype: not all AppleScript files are recognized
- Drop superfluous execute permissions for readable files
- runtime: regenerate helptags, update last-change header in tombi compiler
- patch 9.1.1888: Wrong display with cpo+=$, matchparen and wrapped line
- runtime(compiler): Fix escaping in Windows shell command for tombi
- patch 9.1.1887: string handling in strings.c can be improved
- runtime(compiler): Fix invalid expression in tombi compiler after d659fafcc
- runtime(compiler): add tombi compiler to lint TOML files
- runtime(vim): Update base syntax, match Vim9 lambda arg to :defer
- patch 9.1.1886: filetype: Android aconfig files are not recognized
- patch 9.1.1885: Wrong restored cursor pos when re-entering buffer after changes
- runtime(doc): Highlight [expr] arg in :help :return description
- patch 9.1.1884: :defer an empty lambda causes a crash
- runtime(doc): revert wrong 'incsearch' description
- patch 9.1.1883: Wrong display with 'smoothscroll' with -diff
- patch 9.1.1882: Vim9: Not able to use a lambda with :defer
- runtime(netrw): fix misaligned comment after #18611
- patch 9.1.1881: tests: test_popupwin fails after c8eeda9b
- runtime(doc): regenerate help tags file after eba51337
- runtime(rust): Do not use rustfmt as 'formatprg' by default
- patch 9.1.1880: Allocation error with complete_info()
- patch 9.1.1879: Crash when using a lambda funcref with :defer
- patch 9.1.1878: filetype: Soy files are not recognized
- runtime(doc): update the :split help tags.
- patch 9.1.1877: cindent: wrong indentation after an array declaration
- runtime(doc): Improve header formatting
- runtime(doc): mention that 'incsearch' ignores addresses and offset
- runtime(doc): Normalise heredoc end marker label at :help const
- patch 9.1.1876: pre-inserted text not exposed in cmdcomplete_info()
- patch 9.1.1875: username parsing bug in netrw plugin
- patch 9.1.1874: short-description
- runtime(vim): Update base syntax, improve :@ highlighting
- patch 9.1.1873: Clipboard provider feature broke clipboard support
- patch 9.1.1872: Cmdline history not updated when mapping <Up> and <CR>
- runtime(colors): Add PmenuBorder/PmenuShadow
- runtime(debversions): Add resolute (26.04) as Ubuntu release name
- CI: Include a job index in names of collected artifacts
- runtime(make): Prevent makeTargetinDefine matching extra line
- runtime(doc): Improve highlighting of the +feature-list table
- patch 9.1.1871: Wrong 'showcmd' in the cmdwin
- runtime(unison): update syntax from upstream repository
- runtime(doc): Fix option markup at :help 'pumborder'
- patch 9.1.1870: :Tutor may not work as expected
- runtime(tutor): Update German translation for the tutor
- patch 9.1.1869: tests: test failures with Python 3.14 and test_python3
- patch 9.1.1868: v:register is wrong in v_: command
- patch 9.1.1867: HAVE_STDARG_H still defined
- patch 9.1.1866: HAVE_STRCSPN define is unused
- patch 9.1.1865: tests: do not notice lines containing only a tab
- Fix incorrect spelling of Vim script and Vim9 script
- patch 9.1.1864: tests: Clipboard provider feature test failure
- runtime(vimcomplete): do not complete 'shellcmd' on WSL and Windows
- patch 9.1.1863: Cannot test for working "+" register
- patch 9.1.1862: wrong ifdefs for clipboard provider
- runtime(odin): fix indent for mis-identified case statements
- patch 9.1.1861: Amiga: Locating runtime dir and rc files can be simplified
- patch 9.1.1860: clipboard register "+" enabled with cplipboard provider feature
- patch 9.1.1859: completion: whitespace not cleared with 'ai'
- patch 9.1.1858: v:register not reset after Visual mode command
- patch 9.1.1857: Missing clipboard provider support
- patch 9.1.1856: cannot style popup window (border, shadow, etc)
- patch 9.1.1855: Makefile: using non-portable syntax
- runtime(doc): Miscellaneous documentation fixes
- runtime(doc): Fix example highlighting at :help prop_list()
- runtime(doc): Normalise formatting of builtin function descriptions
- runtime(doc): Remove accidental option name highlighting from :help channel.txt
- patch 9.1.1854: unnecessary code in optionstr.c
- patch 9.1.1853: Ctrl-F and Ctrl-B at more prompt not working with key protocol
- CI: Bump github/codeql-action from 3 to 4
- runtime(vimcomplete): do not complete on empty line
- runtime(doc): fix inconsistent alignment
- runtime(bitbake): fix multiline Python function parameter syntax
- runtime(rst): Preserve indentation of directives
- runtime(rst): Update b:undo_ftplugin variable
- runtime(rst): Style update
- runtime(rst): Enable spell checking for more syntax constructs
- runtime(rst): Inline literal escape support
- runtime(rst): Recognise numeric footnotes [1] correctly
- runtime(rst): Correctly end nested comments
- runtime(rst): Fix highlights nested in directive body
- runtime(rst): Add support for rst_minlines
- runtime(rst): Fix doctest block syntax
- runtime(doc): Whitespace updates
- runtime(make): syntax highlighting update for makeDefine
- runtime(vim): Update syntax, add missing commands to generator exclusion list
- patch 9.1.1852: vim9class: memory leak in parse_member()
- patch 9.1.1851: memory leak in heredoc_get()
- patch 9.1.1850: completion: not triggered after i_Ctrl-W/i_Ctrl-U
- patch 9.1.1849: CTRL-F and CTRL-B don't work in more prompt
- runtime(doc): Replace rotted URL links
- patch 9.1.1848: A few typos in the code
- patch 9.1.1847: No cmdline completion for :echoconsole and :echowindow
- runtime(cangjie): Fixes and improvements for syntax script
- runtime(doc): Add missing optional tail command-name specs
- runtime(doc): Update documentation style in gui_w32.txt
- runtime(doc): update credit section for Girish Palya
- patch 9.1.1846: Build failure when building without wayland
- patch 9.1.1845: Makefile: Missing dependency on osdef.h
- runtime(doc): Tweak documentation in develop.txt
- patch 9.1.1844: Makefile: dependencies not updated
- runtime(filetype): Improve filetype loading time
- patch 9.1.1843: tests: Test_search_stat_option() may fail on slow systems
- runtime(doc): Add reference to 'wildoptions' in fuzzy-matching docs
- patch 9.1.1842: MS-Windows: build failure when mzscheme is included
- runtime(doc,vim): Update base syntax, match full :syntime command
- runtime(vim): fix indentation after `:registers +`
- patch 9.1.1841: patch 9.1.1840 adds python build dependency
- patch 9.1.1840: Generating prototype files does not work on all platforms
- runtime(vim): Update base syntax, allow legacy script comments after :eval
- runtime(termdebug): Add remote debugging capabilities
- runtime(java): Fold adjacent "import" declarations
- runtime(colors): Update colorscheme and add TitleBar/TitleBarNC
- patch 9.1.1839: Window may have wrong height if resized from another tabpage
- patch 9.1.1838: proto files out of sync
- runtime(doc): Normalise ellipsis dots in syntax.txt
- patch 9.1.1837: tests: Test_plugin_evaluate_in_popup() fails on 32bit
- patch 9.1.1836: 'culopt' "screenline" not redrawn with line("w0") and :retab
- patch 9.1.1835: completion: not possible to style popup borders globally
- patch 9.1.1834: MS-Windows: not possible to highlight the title bar
- runtime(doc): Fix typos in syntax.txt
- translation(ru): updated Vim manpages
- translation(ru): Updated message file
- translation(it): Update Italian translation
- runtime(tex): link some tex highlight groups to new standard ones
- translation: regenerate po/vim.pot after a644b7924d
- patch 9.1.1833: completion: fuzzy candidates are not sorted
- runtime(doc): Update sections 5 to 8 in vim9.txt
- patch 9.1.1832: if_perl: contains references to legacy if_perlsfio
- runtime(zip): add *.pkpass to list of zip extensions
- runtime(kerml): update KerML comments to handle more cases
- runtime(doc): fix typo in :h credits section
- patch 9.1.1831: stray vseps in right-most 'winfixwidth' window
- patch 9.1.1830: MS-Windows: Dark mode titlebar is not configurable
- patch 9.1.1829: filetype: KerML and SysML files are not recognized
- patch 9.1.1828: local variables shadowed by import names
- patch 9.1.1827: completion: v9.1.1797 broke Ctrl-Y behaviour
- runtime(doc): Use the optional tail command-name spec at :help :sign
- patch 9.1.1826: Patch v9.1.1230 causes confusion about Ctrl-C behaviour
- runtime(doc): update if_perl after v9.1.1822)
- patch 9.1.1825: completion: flicker when LSP server is slow
- runtime(doc): update credits section
- patch 9.1.1824: tests: no test for displaying 'foldcolumn' with Unicode "foldinner"
- patch 9.1.1823: diff: w_topline may be invalidated
- runtime(doc): Add explanation for Vim's IME
- runtime(java): Make changes for JDK 25
- runtime(help): Update syntax
- patch 9.1.1822: Makefile still supports Perl < 5.005
- nsis: Getting the Vim version number via makensis
- nsis: Duplicate files in the icons.zip archive have been removed
- nsis: delete README.txt from the icons directory
- Filelist: include nsis/icons/README.txt again
- patch 9.1.1821: filetype: Not all PKL files are recognized
- patch 9.1.1820: completion: some issues with 'acl'
- patch 9.1.1819: Cannot configure the inner foldlevel indicator
- runtime(doc): fix typo after commit cfcf1a57cbef
- CI: stop using macos-13 runner
- runtime: Update a few icons
- nsis: added a note about installer icons in README.txt
- runtime(log): remove domain highlight
- runtime(new-tutor): fix mismatched line numbers in vim-02-beginner
- patch 9.1.1818: possible crash when calculating topline in diff.c
- Filelist: include nsis/icons/README.txt
- runtime(doc): Clarify use of "noselect" in 'completeopt'
- runtime(vim): Update base syntax, contain user command replacement text
- runtime(optwin): Update formatting of option descriptions
- patch 9.1.1817: popup: there are some position logic bugs
- nsis: Rework icons, update icons archive, add copyright notice
- rutnime(new-tutor): Updated English new tutor
- runtime(doc): Tweak documentation style
- patch 9.1.1816: existing icon files are dated
- runtime(netrw): MS-Windows: fix netrw not being able to navigate to parent folder
- runtime(doc): make :h virtcol() more accurate
- runtime(help): Update syntax, match legacy header at :help vim9-mix
- patch 9.1.1815: file mode changes in os_amiga.pro
- patch 9.1.1814: Patch v9.1.1812 causes crashes
- patch 9.1.1813: MS-Windows: title bar is always white
- patch 9.1.1812: completion: flicker with slow LSPs
- runtime(doc): Update os-support section for Amiga OS
- patch 9.1.1811: Amiga: Initialization of random buffer can be improved
- patch 9.1.1810: completion: "longest" doesn't work for manual completion with 'ac'
- patch 9.1.1809: winclip.pro included in PRO_AUTO
- runtime(doc): Tweak documentation style
- nsis: Load correct readme at the end, refactor gvim.nsi slightly
- nsis: Reorder code blocks
- nsis: Split gvim.nsi and factor out auxiliary code into auxiliary.nsh
- nsis: Fix indentation and alignment issues in gvim.nsi
- runtime(tex): add amsmath support to tex syntax script
- patch 9.1.1808: Option insecure flags not copied when splitting window
- patch 9.1.1807: :set doesn't clear local insecure flag like :setlocal does
- runtime(doc): update list of modifiers at :h expand()
- patch 9.1.1806: Missing PROTO defines
- runtime(help): Update syntax, add vim9 example language
- runtime(vim): Update base syntax, improve line-continuation skip patterns
- runtime(doc): Fix :help complete() example
- patch 9.1.1805: Amiga: Missing build date in version string
- runtime(vim): Update base syntax, allow Vim9 :echo tail comments
- patch 9.1.1804: Wrong indentation of nested ifdefs in findfile.c
- patch 9.1.1803: Amiga: build errors
- runtime(java): Recognise _module_ import declarations
- patch 9.1.1802: 'nowrap' in a modeline may hide malicious code
- patch 9.1.1801: Vim9: misleading error when extending dictionary
- patch 9.1.1800: completion: strange behaviour with 'ac' completeopt=longest,preinsert
- patch 9.1.1799: completion: crash with autcompletion
- patch 9.1.1798: Wrong display with 'sms' and long wrapped virt text at EOL
- runtime(doc): improve preinserted() doc
- patch 9.1.1797: completion: autocompletion can be improved
- patch 9.1.1796: Wrong cursor position with wrapped "after" virtual text and 'sbr'
- runtime(doc): update getwininfo() documentation about popups
- patch 9.1.1795: Vim9: popup_show() may return void
- runtime(vim): Update base syntax, match null_tuple literal
- patch 9.1.1794: configure: terminfo test does not work with musl
- patch 9.1.1793: Link error when build without channel feature
- patch 9.1.1792: List of changes not protected from changes
- runtime(doc): make order of verbs match order of operators
- runtime(doc): MS-Windows: Improve documentation about VTP support
- patch 9.1.1791: type(void) throws an internal error
- runtime(python): fix 'type' syntax highlighting
- patch 9.1.1790: completion: Enter does not insert match with "noinsert"
- patch 9.1.1789: MS-Windows: using wrong check for bold font
- runtime(doc): fix inconsistent indent in cmdline.txt
- runtime(doc): Improve documentation of the ..= assignment operator
- runtime(javascript): Add "using" keyword to JavaScript syntax highlighting
- patch 9.1.1788: Vim9: can declare a void variable
- runtime(doc): mention improved rendering with 'termguicolors'
- runtime(swayconfig): support new config options in syntax script
- patch 9.1.1787: filetype: not all Sway config files are recognized
- runtime(doc): update Vim policy
- translation(sr): Update Serbian messages translation
- runtime(doc): update live-grep and fuzzy-file-picker examples
- runtime(sh): refactored sh.vim syntax script
- runtime(vim): Update base syntax, match :terminal command
- runtime(vim): Update base syntax, match :wincmd
- translation(sr): Update vim-02-beginner.tutor translation
- translation(sr): Update vim-01-beginner.tutor translation
- patch 9.1.1786: Compile error with clipboard
- runtime(netrw): 'equalalways' is not always respected
- patch 9.1.1785: typo in comment in change.c
- runtime(doc): fix typo, reorder, mention zip plugin at :h changed-9.2
- runtime(doc): clarify 'fileignorecase' option setting
- patch 9.1.1784: Wayland code can be improved
- runtime(zip): support PowerShell Core
- patch 9.1.1783: ins_compl_leader() too far away from ins_compl_leader_len()
- patch 9.1.1782: buffer-listener callbacks may not match buffer content
- patch 9.1.1781: some functions could be defined static
- runtime(vimgoto): recognize 'silent' prefixes
- patch 9.1.1780: mbyte contains overlapping list of utf_classes table
- runtime(unicode): update check for netrw
- patch 9.1.1779: completion: 'autocomplete' cannot be enabled per buffer
- patch 9.1.1778: sha256() treats empty blob and null blob differently
- runtime(lf): update syntax to support lf version r38
- patch 9.1.1777: Mouse click to open fold doesn't work with utf-8 "foldclose" chars
- patch 9.1.1776: completion: "adding" expansion doesn't work with cfc=keyword
- Remove dlejay from maintainer list
- patch 9.1.1775: filetype: Mamba configuration files are not recognized
- patch 9.1.1774: cannot calculate sha256 of a Blob
- runtime(config): fix inconsistent group name
- patch 9.1.1773: Crash in BufLeave after BufUnload closes other windows
- patch 9.1.1772: completion: inconsistent selection of first item with 'autocomplete'
- patch 9.1.1771: complete: some redraw issues with 'autocomplete'
- patch 9.1.1770: Vim9: wrong behaviour with trailing comments in command blocks
- runtime(log): highlight Java Errors
- patch 9.1.1769: completion: "preinsert" insert wrong word with 'smartcase' and 'autocomplete'
- runtime(vim): Update base syntax, fix indented Vim9 :redir highlighting
- runtime(netrw): update regex to handle remote archives
- patch 9.1.1768: Makefile does not uninstall global plugins
- patch 9.1.1767: Patch v9.1.1765 was wrong
- runtime(kitty): Fix typo in syntax file for kitty
- patch 9.1.1766: Vim9: some functions do not handle null_string correctly
- runtime(doc): Tweak doc style in syntax.txt
- runtime(doc): mention generic log highlighter
- runtime(doc): fix doc style from commit 5c9b71d63c1
- runtime(kitty): fix typo in syntax script
- runtime(doc): remove trailing whitespace from example in builtin.txt
- runtime(doc): clarify how to call complete() funcs
- runtime(m4): Improve parameters highlighting in syntax script
- patch 9.1.1765: f_isnan() and f_isinf() do not correctly initialize rettv type
- runtime(termdebug): drop outdated comment from termdebug.vim
- runtime(colors): update colorschemes:
- runtime(doc): Fix typos in eval.txt
- Fix some typos in documentation, C code and test files
- patch 9.1.1764: filetype: CODEOWNERS file not recognized
- patch 9.1.1763: filetype: kitty config files are not recognized
- patch 9.1.1762: completion: selected item not cleared on <BS> with 'ac'
- Problem: 'ruler' is set in defaults.vim
- runtime(doc): Improve doc for cmdline-ranges in cmdline.txt
- runtime(doc): Improve the doc for :syn-containedin
- runtime(doc): typo in recent doc style tweaks in options.txt
- patch 9.1.1760: wrong proto file for insexpand.pro
- patch 9.1.1759: filetype: generic log detection is too disturbing
- runtime(doc): Tweak documentation style more in options and ft_hare
- patch 9.1.1758: Diff mode crashes when adding text property in autocommand
- runtime(config): mark unportable += as an error
- runtime(html): guard against an existing b:undo_ftplugin var
- patch 9.1.1757: The colorresp plugin causes additional redraws
- patch 9.1.1756: termdebug: Need a few more user commands
- runtime(doc): update Markdown syntax documentation and mention Pandoc
- runtime(doc): tweak documentation style a bit more in options.txt
- patch 9.1.1755: filetype: generic log files are not recognized
- runtime(doc): tweak documentation style
- runtime(doc): Add :defe[r] shortname spec and tag
- patch 9.1.1754: :helptags doesn't skip examples with syntax
- runtime(doc): improve 'complete' option description
- runtime(netrw): only keep cursor position in tree listing mode
- runtime(doc): use a single pattern in :h 'incsearch' example
- patch 9.1.1753: defaults: 'diffopt' option value can be improved
- runtime(vim): Update indent script for line continuation with lambda
- runtime(python): Update syntax, fix pythonEllipsis pattern
- runtime(doc): Update autocmd examples for command line autocompletion
- runtime(doc): improve docs related to 'autocomplete'
- patch 9.1.1752: tests: need another test for v9.1.1750 behaviour
- patch 9.1.1751: potential buffer-overflow in find_pattern_in_path()
- patch 9.1.1750: completion: preinserted text highlighed using ComplMatchIns
- patch 9.1.1749: leaking memory in cs_find_common()
- patch 9.1.1748: macOS: Default scheduler priority too low
- patch 9.1.1747: completion: redo (.) broken with preinsert and autocompletion
- runtime(doc): mention 'findfunc' at :h :find
- patch 9.1.1746: Missing Null ptr check in cs_find_common()
- runtime(doc): mention hl-PreInsert in version9.txt
- patch 9.1.1745: tabpanel: not properly redraw after wildmenu
- runtime(python): highlight ellipsis literals
- runtime(doc): Improve doc for cmdline-autocompletion
- patch 9.1.1744: tests: Test_skip_wildtrigger_hist_navigation() may fail
- CI: Bump actions/labeler from 5 to 6
- patch 9.1.1743: Haiku: no full-screen support
- runtime(hare): update for Hare 0.25.2
- runtime(python): Update syntax file, fix f-string float highlighting
- patch 9.1.1742: complete: preinsert does not work well with preinsert
- patch 9.1.1741: Regression with kitty protocol and trailing byte "u"
- patch 9.1.1740: Memory leak with wildmode=longest,full and wildoptions=pum
- runtime(m4): Remove m4Type and leftover m4Function in syntax script
- runtime(doc): Tweak spacing in develop.txt
- patch 9.1.1739: Matches may be listed twice with wildmode=longest,list
- patch 9.1.1738: cmdline-autocompletion breaks history navigation
- patch 9.1.1737: Patch v9.1.1714 introduce a regression for wildmenu
- runtime(nu): Add new Nushell runtime files
- runtime(m4): Remove m4Function
- patch 9.1.1736: Cannot detect <F3> using kitty protocol
- patch 9.1.1735: Cygwin Makefile still checks for Win XP version
- runtime(colorresp): use correct load guard pattern
- runtime(ada): mark as unmaintained, fix a few issues with the ftplugin
- runtime(hamster): do not globally set ignorecase
- runtime(m4): Improve comments, distinguish them from #-lines
- patch 9.1.1734: Memory leak when allocating match fails
- patch 9.1.1733: tests: failure when remote_server() fails
- runtime(python): Do not match contained identifiers as pythonType
- runtime(netrw): Ensure netrw#fs#Dirname() always returns a trailing slash
- runtime(python): add syntax support inside f-strings
- patch 9.1.1732: filetype: .inc file detection can be improved
- patch 9.1.1731: Not using const qualifier for opchars
- runtime(doc): Add a Development policy
- runtime(doc): Tweak documentation in vi_diff.txt
- runtime(m4): update syntax script
- CI: increase timeout parameter to 60s for the link-check
- runtime(doc): Remove dead link from todo.txt
- runtime(doc): quote partial urls with a backtick
- runtime(vimgoto): Implement jumping to autoloaded functions
- patch 9.1.1730: filetype: vivado journal/log files are not recognized
- runtime(doc): remove documentation for t_Ms terminal code
- runtime(keymap): Add transliteration (buckwalter) arabic keymap
- patch 9.1.1729: CI is not run with clang 21
- patch 9.1.1728: termdebug: cannot evaluate visual selected expression
- patch 9.1.1727: Nextstep support still included
- patch 9.1.1726: Patch v9.1.1725 causes problems
- runtime(doc): document use of proto files in develop.txt
- patch 9.1.1725: Wayland code can be improved
- runtime(doc): add missing da1 value to TermResponseAll doc
- patch 9.1.1724: Compiler warning about ununitialized variable in ex_docmd.
- patch 9.1.1723: Missing ifdefs
- patch 9.1.1722: compiler may optimize away clearing of crypt key
- patch 9.1.1721: Defining a global gettimeofday() function
- patch 9.1.1720: using gettimeofday() for parsing OSC responses
- patch 9.1.1719: socket server code can be improved
- patch 9.1.1718: filetype: kubectl config file is not recognized
- patch 9.1.1717: filetype: AWS cli alias file is not recognized
- runtime(java): Dismiss "g:markdown_fenced_languages" for Java buffers
- runtime(vim): Update base syntax, fix Vim9 :for loop variable highlighting
- patch 9.1.1716: wrong indent in win_line()
- patch 9.1.1715: Some functions need to be re-ordered
- patch 9.1.1714: completion: wildmode=longest:full selects wrong item
- patch 9.1.1713: filetype: fvwm2m4 files are no longer detected
- patch 9.1.1712: Screen not redrawn properly on t_RB response
- patch 9.1.1711: Missing type cast in clipboard.c
- runtime(doc): Add [range] spec to :help :tcl and :help :tclfile
- runtime(doc): Tweak documentation style
- patch 9.1.1710: Compile warnings in clipboard.c
- patch 9.1.1709: filetype: kyaml files are not recognized
- runtime(vim): Update base syntax, match :defer command argument
- patch 9.1.1708: tests: various tests can be improved
- runtime(astro): catch json_decode() error when parsing tsconfig.json
- patch 9.1.1707: diff.pro contains #ifdefs
- patch 9.1.1706: MS-Windows: Compile error when building with if_ruby
- README.md: Fix the Warp link
- README.md: Make the Vim logo visible again.
- README.md: Add sponsor banner
- patch 9.1.1705: time.h include is available on all platforms
- runtime(tutor): Add a section on text objects and special registers to Chapter 2
- patch 9.1.1704: Cannot determine non-X11/Wayland clipmethods
- patch 9.1.1703: Cannot react to terminal OSC responses
- runtime(vim): update vim syntax generator for patch v9.1.1692
- patch 9.1.1702: tests: test_edit still fails on CI
- patch 9.1.1701: tests: failure on CI with GUI and ASAN in test_edit.res
- patch 9.1.1700: Multiline ignorecase specific pattern does not match with 'ignorecase'
- patch 9.1.1699: Fuzzy completion disabled for 'findfunc' and customlist
- runtime(debversions): Move bullseye, focal, and oracular to "unsupported"
- patch 9.1.1698: Some error numbers are not documented
- runtime(vimcomplete): Try catch completion of `pack_jobs->add({`
- patch 9.1.1697: tests: no test for aclocal.m4
- runtime(indent-tests): Use silent write of resulting files
- translation: Remove outdated rule for nl.po
- patch 9.1.1696: tabnr from getwininfo() for popup windows is always 0
- runtime(tutor): remove duplicate tutor1.zh
- runtime(tutor): fix language selection for zh
- patch 9.1.1695: Need more Vim script specific tests
- patch 9.1.1694: filetype: Buck eXtension Lang files are not recognized
- patch 9.1.1693: tests: test_filetype fails in shadow dir
- patch 9.1.1692: global_functions are not constant
- patch 9.1.1691: over-allocation in ga_concat_strings()
- patch 9.1.1690: Missing recursion guard in dos/unix_expandpath()
- patch 9.1.1689: CmdlineChanged not triggered by <Del>
- patch 9.1.1688: potential buffer overrun in bufwrite.c
- patch 9.1.1687: filetype: autoconf filetype not always correct
- runtime(lf): update syntax to support lf version r37
- patch 9.1.1686: if_ruby: unknown pragma when not using gcc
- patch 9.1.1685: Missing changes from PR 18068
- patch 9.1.1684: min()/max() does not handle float data types
- patch 9.1.1683: xxd: Avoid null dereference in autoskip colorless
- runtime(python): support 'type's soft keyword form
- patch 9.1.1682: tests: Test_wildtrigger_update_screen() creates unused mapping
- patch 9.1.1681: tests: no test for actually moving cursor with 'acl'
- runtime(termdebug): Remove load guard
- runtime(doc): update termguicolors default description
- patch 9.1.1680: MS-Windows: possible buffer-under run in if_cscope
- patch 9.1.1679: unclear what key causes CmdlineLeave autocommand
- runtime(netrw): fix :Explore command in terminal
- patch 9.1.1678: Amiga: cannot handle large undo files
- patch 9.1.1677: wrong ifdef in message.c
- patch 9.1.1676: completion: long line shown twice
- runtime(sh): add syntax highlighting support for ${ cmd;} and ${|cmd;}
- patch 9.1.1675: MS-Windows: Makefiles can be refactored
- patch 9.1.1674: Patch v9.1.1666 causes problems on kitty
- patch 9.1.1673: if_python: still support for Python 1
- patch 9.1.1672: completion: cannot add timeouts for 'cpt' sources
- runtime(fstab): Added mtab support to fstab syntax.
- patch 9.1.1671: configure: missing comment about AC_CONFIG_SRCDIR
- patch 9.1.1670: completion: autocomplete breaks second completion
- patch 9.1.1669: Vim script: no support for URI de-/encoding
- patch 9.1.1668: items() does not work for Blobs
- patch 9.1.1667: Another outdated comment in eval.c
- patch 9.1.1666: no support for terminal primary device attributes
- patch 9.1.1665: Outdated comment in eval.c
- runtime(doc): Fix missing heading in remote.txt
- patch 9.1.1664: configure: can use any autoconf
- runtime(doc): Tweak documentation style
- runtime(colors): Update colorschemes
- patch 9.1.1663: xxd: 9.1.0023 introduced additional dependency
- runtime(systemverilog): Add syntax highlighting for 1800-2023 block strings
- patch 9.1.1662: Issues with proto files: missing or inconsistent prototypes.
- patch 9.1.1661: Coverity finds a few issues in clientserver.c
- patch 9.1.1660: popups without decoration are positioned wrong at bottom of screen
- patch 9.1.1659: configure: uses AC_INIT without args
- patch 9.1.1658: Missing includes for Wayland headers
- patch 9.1.1657: Autocompletion adds delay
- runtime(doc): correct another problem in :h items()
- patch 9.1.1656: MS-Windows: Patch v9.1.1652 breaks clipboard
- patch 9.1.1655: Build-failure in do_mouse()
- patch 9.1.1654: build failure when FEAT_DIFF is not defined
- patch 9.1.1653: Coverity complains about Null pointer dereference
- translation(it): Update Italian translation
- translation(it): update Italian manpage
- patch 9.1.1652: cannot determine non-X11/Wayland clipmethods
- patch 9.1.1651: Cannot use clientserver over socket
- patch 9.1.1650: popup: window may not properly resize
- patch 9.1.1649: attrs allocation and fuzzy growarray could leak
- runtime(python): optimize pythonSync pattern
- CI: Bump actions/checkout from 4 to 5
- patch 9.1.1648: MS-Windows: some style issues with patch v9.1.1646
- runtime(doc): fix style and clarify items() function for String type
- patch 9.1.1647: filetype: Cangjie files are not recognized
- patch 9.1.1646: MS-Windows: completion cannot handle implicit drive letters
- patch 9.1.1645: fuzzy.c can be further improved
- patch 9.1.1644: configure: doesn't separate CPPFLAGS and CFLAGS
- runtime(doc): Update help for the items() function
- patch 9.1.1643: tabpanel: mouse code too complicated
- patch 9.1.1642: configure: wrong C99 feature test
- patch 9.1.1641: a few compiler warnings are output
- patch 9.1.1640: Unicode has deprecated some code-points
- patch 9.1.1639: completion: popup may be misplaced
- patch 9.1.1638: completion: not possible to delay the autcompletion
- runtime(vim): set 'comments' based on script type (legacy/Vim9)
- runtime(vim9): Disable shellslash for shellescape() in Open()
- patch 9.1.1637: FEAT_DIFF used in diff.pro
- translation(sr): Update Serbian messages translation
- runtime(diff): fix mixed translations in zh_CN
- patch 9.1.1636: style issues
- patch 9.1.1635: tabpanel: cannot drag inactive tabs
- patch 9.1.1634: Clipboard code can be improved
- patch 9.1.1633: Search pattern shown incorrectly with negative offset
- patch 9.1.1632: memory leak in fuzzy.c
- patch 9.1.1631: proto files are outdated
- patch 9.1.1630: tests: fuzzy bufname completion test doesn't match successfully
- patch 9.1.1629: Vim9: Not able to use more than 10 type arguments in a generic function
- runtime(python): highlight "self" and "cls" in syntax script
- runtime(vimgoto): make gf extract packadd/colo name more flexible
- patch 9.1.1628: fuzzy.c has a few issues
- runtime(doc): Adapt fuzzy doc to reflect 'fzy' algorithm
- patch 9.1.1627: fuzzy matching can be improved
- patch 9.1.1626: cindent: does not handle compound literals
- patch 9.1.1625: Autocompletion slow with include- and tag-completion
- runetime(vim): gf maybe hang and fail
- runtime(vim): cannot jump to :colorscheme files
- patch 9.1.1624: Cscope not enabled on MacOS
- runtime(doc): allow more C99 features
- runtime(python): Also sync syntax at 'async def'
- runtime(doc): update :call with a range and remove space
- runtime(doc): Fix 2 minor issues after 32d6bd6df
- runtime(python): Highlight f-string replacement fields in Python
- runtime(python): Highlight classes as structures
- CI: Add Lychee CI test to check for broken links
- runtime(doc): remove dead links
- patch 9.1.1623: Buffer menu does not handle unicode names correctly
- patch 9.1.1622: Patch v9.1.1432 causes performance regressions
- patch 9.1.1621: flicker in popup menu during cmdline autocompletion
- patch 9.1.1620: filetype: composer.lock and symfony.lock files not recognized
- patch 9.1.1619: Incorrect E535 error message
- runtime(doc): Fix style and typos in builtin.txt and usr_41.txt
- patch 9.1.1618: completion: incorrect selected index returned from complete_info()
- patch 9.1.1617: Vim9: some error messages can be improved
- runtime(doc): Tweak documentation style
- patch 9.1.1616: xxd: possible buffer overflow with bitwise output
- patch 9.1.1615: diff format erroneously detected
- patch 9.1.1614: Vim9: possible variable type change
- patch 9.1.1613: tests: test_search leaves a few swapfiles behind
- patch 9.1.1612: Ctrl-G/Ctrl-T do not ignore the end search delimiter
- patch 9.1.1611: possible undefined behaviour in mb_decompose()
- runtime(vim): Update ftplugin, fix option variable 'keywordprg' matching
- runtime(racket): update Racket runtime files
- translation: Generate year for MS Windows differently
- patch 9.1.1610: completion: hang or E684 when 'tagfunc' calls complete()
- runtime(doc): Update CONTRIBUTING and clarify use of Vim9 script
- patch 9.1.1609: complete: Heap-buffer overflow with complete function
- runtime(c): set omnifunc only for Vim, since it is Vim9 Script
- runtime(vim): add simple vimscript complete function
- runtime(script): Update Last Change Header
- patch 9.1.1608: No command-line completion for :unsilent {command}
- patch 9.1.1607: :apple command detected as :append
- patch 9.1.1606: filetype: a few more files are not recognized
- patch 9.1.1605: cannot specify scope for chdir()
- runtime(doc): Improve doc for cmdline-autocomplete
- runtime(doc): update develop assumptions
- patch 9.1.1604: completion: incsearch highlight might be lost
- runtime(optwin): Fix E94 when searching for the option-window
- patch 9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{func}
- runtime(java): Manage byte limits for variable-width lookbehind assertions
- runtime(help): Unset `'comments'` and `'cms'` options
- runtime(netrw): netrw#BrowseX() needs to distinguish local and remote file
- runtime(typescript): Add syntax support for defer and arbitrary module identifiers
- translation: Auto-generate headers for the vim.pot file
- patch 9.1.1602: filetype: requirements-*.txt files are not recognized
- patch 9.1.1601: Patch v8.1.0425 was wrong
- runtime(netrw): Use correct "=~#" for the netrw_sizestyle='H' option
- runtime(openscad): add a filetype plugin
- patch 9.1.1600: using diff anchors with hidden buffers fails silently
- runtime(javascript): add "as" as a reserved keyword to syntax script
- patch 9.1.1599: :bnext doesn't go to unlisted help buffers
- runtime(doc): Update ft-vim-syntax documentation
- patch 9.1.1598: filetype: waybar config file is not recognized
- patch 9.1.1597: CI reports leaks in libgtk3 library
- patch 9.1.1596: tests: Test_search_wildmenu_iminsert() depends on help file
- runtime(doc): remove mentioning of netrwSettings.vim
- runtime(doc): fix typo at :h cmdline-autocompletion
- patch 9.1.1595: Wayland: non-portable use of select()
- patch 9.1.1594: completion: search completion throws errors
- runtime(doc): tweak option name notation further
- runtime(doc): add back bars for the '' mark
- runtime(vim): add gf support for import and packadd in ftplugin
- runtime(helptoc): add s keymap to split and jump to selected entry
- runtime(syntax-tests): Break up non-ASCII over-75-byte-long lines
- runtime(doc): fix mismatch between 'backspace' and |i_backspacing|
- runtime(doc): Use correct option-name tags
- CI: Update labeler.yml with correct netrw path
- runtime(doc): Tweak documentation style
- translation(uk): Fix wrong Ukrainian message translation
- check.vim: Further improve po message checks
- translation(it): Update Italian translation
- patch 9.1.1593: Confusing error when compiling incomplete try block
- runtime(misc): removing saccarosium from maintainer list
- patch 9.1.1592: Vim9: crash with classes and garbage collection
- runtime(vim): Update base syntax, match Neovim builtin functions
- runtime(vim): Update base syntax, fix :map termination in :command RHS
- CI: Manage multibyte characters in syntax tests
- CI: Remove the file filters for syntax tests
- CI(screendump): Support iterative filtering for screendump comparison
- CI(screendump): Move an early-return test out of the loop
- CI: Include provenance in names of collected artifacts
- runtime(vim): Cleanup syntax tests
- patch 9.1.1591: VMS support can be improved
- patch 9.1.1590: cannot perform autocompletion
- runtime(ccomplete): return partial results on complete_check()
- patch 9.1.1589: Cannot disable cscope interface using configure
- patch 9.1.1588: Vim9: cannot split dict inside command block
- runtime(netrw): upstream snapshot v184
- runtime(vim): fix various indentation issues
- runtime(doc): use correct possessive form
- patch 9.1.1587: Wayland: timeout not updated before select()
- patch 9.1.1586: Vim9: can define an enum/interface in a function
- runtime(vim): Update base syntax, match enum constructor type args
- runtime(vim): Update base syntax, match generic functions
- runtime(ccomplete): use complete_check() in ccomplete plugin
- runtime(editorconfig): drop mkzip.sh
- patch 9.1.1585: Wayland: gvim still needs GVIM_ENABLE_WAYLAND
- runtime(misc): use :hor :term to ensure new term window is split horizontally
- CI: increase test timeout to 30 minutes
- patch 9.1.1584: using ints as boolean type
- check.vim: Improve po message checks
- translation(it): Update Italian translation
- runtime(doc): Tweak documentation style in usr_90.txt
- patch 9.1.1583: gvim window lost its icons
- patch 9.1.1582: style issue in vim9type.c and vim9generics.c
- runtime(doc): remove mention of ftp.vim.org
- runtime(doc): Tweak documentation style
- runtime(doc): Fix typo in :help help-summary
- patch 9.1.1581: possible memory leak in vim9generics.c
- patch 9.1.1580: possible memory leak in vim9type.c
- patch 9.1.1579: Coverity complains about unchecked return value
- patch 9.1.1578: configure: comment still mentions autoconf 2.71
- patch 9.1.1577: Vim9: no generic support yet
- patch 9.1.1576: cannot easily trigger wildcard expansion
- runtime(doc): clarify C99 constraints and portability assumptions
- patch 9.1.1575: tabpanel not drawn correctly with wrapped lines
- patch 9.1.1574: Dead code in mbyte.c
- runtime(doc): mention the "pipefail" shell option
- patch 9.1.1573: Memory leak when pressing Ctrl-D in cmdline mode
- translation: mark vim.pot as binary
- translation: do not add message location as comments into vim.pot
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/editors/vim-lang/PLIST
cvs rdiff -u -r1.73 -r1.74 pkgsrc/editors/vim-share/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.221 -r1.222 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.157 -r1.158 pkgsrc/editors/vim-share/version.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/vim-share/patches/patch-Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/vim-share/patches/patch-feature.h
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/vim-share/patches/patch-popupwin.c \
pkgsrc/editors/vim-share/patches/patch-vim.h
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-lang/PLIST
diff -u pkgsrc/editors/vim-lang/PLIST:1.36 pkgsrc/editors/vim-lang/PLIST:1.37
--- pkgsrc/editors/vim-lang/PLIST:1.36 Wed Jul 30 12:42:52 2025
+++ pkgsrc/editors/vim-lang/PLIST Wed Dec 3 22:52:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2025/07/30 12:42:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.37 2025/12/03 22:52:01 morr Exp $
man/da.ISO8859-1/man1/ex.1
man/da.ISO8859-1/man1/rview.1
man/da.ISO8859-1/man1/rvim.1
@@ -158,6 +158,7 @@ man/tr/man1/vimtutor.1
share/vim/${VIM_SUBDIR}/keymap/README.txt
share/vim/${VIM_SUBDIR}/keymap/accents.vim
share/vim/${VIM_SUBDIR}/keymap/arabic.vim
+share/vim/${VIM_SUBDIR}/keymap/arabic_buckwalter.vim
share/vim/${VIM_SUBDIR}/keymap/arabic_utf-8.vim
share/vim/${VIM_SUBDIR}/keymap/armenian-eastern_utf-8.vim
share/vim/${VIM_SUBDIR}/keymap/armenian-western_utf-8.vim
Index: pkgsrc/editors/vim-share/Makefile
diff -u pkgsrc/editors/vim-share/Makefile:1.73 pkgsrc/editors/vim-share/Makefile:1.74
--- pkgsrc/editors/vim-share/Makefile:1.73 Fri Aug 8 22:04:28 2025
+++ pkgsrc/editors/vim-share/Makefile Wed Dec 3 22:52:01 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2025/08/08 22:04:28 morr Exp $
+# $NetBSD: Makefile,v 1.74 2025/12/03 22:52:01 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.79 pkgsrc/editors/vim-share/PLIST:1.80
--- pkgsrc/editors/vim-share/PLIST:1.79 Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/PLIST Wed Dec 3 22:52:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.79 2025/07/20 10:06:36 morr Exp $
+@comment $NetBSD: PLIST,v 1.80 2025/12/03 22:52:01 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -59,6 +59,8 @@ share/vim/${VIM_SUBDIR}/autoload/tutor.v
share/vim/${VIM_SUBDIR}/autoload/typeset.vim
share/vim/${VIM_SUBDIR}/autoload/typst.vim
share/vim/${VIM_SUBDIR}/autoload/vimball.vim
+share/vim/${VIM_SUBDIR}/autoload/vimcomplete.vim
+share/vim/${VIM_SUBDIR}/autoload/vimgoto.vim
share/vim/${VIM_SUBDIR}/autoload/xml/html32.vim
share/vim/${VIM_SUBDIR}/autoload/xml/html401f.vim
share/vim/${VIM_SUBDIR}/autoload/xml/html401s.vim
@@ -111,6 +113,7 @@ share/vim/${VIM_SUBDIR}/compiler/ant.vim
share/vim/${VIM_SUBDIR}/compiler/bash.vim
share/vim/${VIM_SUBDIR}/compiler/bcc.vim
share/vim/${VIM_SUBDIR}/compiler/bdf.vim
+share/vim/${VIM_SUBDIR}/compiler/biome.vim
share/vim/${VIM_SUBDIR}/compiler/cargo.vim
share/vim/${VIM_SUBDIR}/compiler/checkstyle.vim
share/vim/${VIM_SUBDIR}/compiler/cm3.vim
@@ -220,6 +223,7 @@ share/vim/${VIM_SUBDIR}/compiler/svelte-
share/vim/${VIM_SUBDIR}/compiler/tcl.vim
share/vim/${VIM_SUBDIR}/compiler/tex.vim
share/vim/${VIM_SUBDIR}/compiler/tidy.vim
+share/vim/${VIM_SUBDIR}/compiler/tombi.vim
share/vim/${VIM_SUBDIR}/compiler/ts-node.vim
share/vim/${VIM_SUBDIR}/compiler/tsc.vim
share/vim/${VIM_SUBDIR}/compiler/typedoc.vim
@@ -449,6 +453,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/clojure
share/vim/${VIM_SUBDIR}/ftplugin/cmake.vim
share/vim/${VIM_SUBDIR}/ftplugin/cmakecache.vim
share/vim/${VIM_SUBDIR}/ftplugin/cobol.vim
+share/vim/${VIM_SUBDIR}/ftplugin/codeowners.vim
share/vim/${VIM_SUBDIR}/ftplugin/conf.vim
share/vim/${VIM_SUBDIR}/ftplugin/config.vim
share/vim/${VIM_SUBDIR}/ftplugin/confini.vim
@@ -577,12 +582,14 @@ share/vim/${VIM_SUBDIR}/ftplugin/just.vi
share/vim/${VIM_SUBDIR}/ftplugin/karel.vim
share/vim/${VIM_SUBDIR}/ftplugin/kconfig.vim
share/vim/${VIM_SUBDIR}/ftplugin/kdl.vim
+share/vim/${VIM_SUBDIR}/ftplugin/kerml.vim
share/vim/${VIM_SUBDIR}/ftplugin/kivy.vim
share/vim/${VIM_SUBDIR}/ftplugin/kotlin.vim
share/vim/${VIM_SUBDIR}/ftplugin/kwt.vim
share/vim/${VIM_SUBDIR}/ftplugin/lc.vim
share/vim/${VIM_SUBDIR}/ftplugin/ld.vim
share/vim/${VIM_SUBDIR}/ftplugin/ldapconf.vim
+share/vim/${VIM_SUBDIR}/ftplugin/leex.vim
share/vim/${VIM_SUBDIR}/ftplugin/leo.vim
share/vim/${VIM_SUBDIR}/ftplugin/less.vim
share/vim/${VIM_SUBDIR}/ftplugin/lex.vim
@@ -655,6 +662,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/octave.
share/vim/${VIM_SUBDIR}/ftplugin/odin.vim
share/vim/${VIM_SUBDIR}/ftplugin/ondir.vim
share/vim/${VIM_SUBDIR}/ftplugin/opencl.vim
+share/vim/${VIM_SUBDIR}/ftplugin/openscad.vim
share/vim/${VIM_SUBDIR}/ftplugin/openvpn.vim
share/vim/${VIM_SUBDIR}/ftplugin/org.vim
share/vim/${VIM_SUBDIR}/ftplugin/pamconf.vim
@@ -733,9 +741,11 @@ share/vim/${VIM_SUBDIR}/ftplugin/slint.v
share/vim/${VIM_SUBDIR}/ftplugin/slpconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpreg.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpspi.vim
+share/vim/${VIM_SUBDIR}/ftplugin/sml.vim
share/vim/${VIM_SUBDIR}/ftplugin/snakemake.vim
share/vim/${VIM_SUBDIR}/ftplugin/solidity.vim
share/vim/${VIM_SUBDIR}/ftplugin/solution.vim
+share/vim/${VIM_SUBDIR}/ftplugin/soy.vim
share/vim/${VIM_SUBDIR}/ftplugin/spajson.vim
share/vim/${VIM_SUBDIR}/ftplugin/spec.vim
share/vim/${VIM_SUBDIR}/ftplugin/sql.vim
@@ -753,6 +763,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/swift.v
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/sysml.vim
share/vim/${VIM_SUBDIR}/ftplugin/systemd.vim
share/vim/${VIM_SUBDIR}/ftplugin/systemverilog.vim
share/vim/${VIM_SUBDIR}/ftplugin/tap.vim
@@ -901,6 +912,7 @@ share/vim/${VIM_SUBDIR}/indent/kotlin.vi
share/vim/${VIM_SUBDIR}/indent/krl.vim
share/vim/${VIM_SUBDIR}/indent/ld.vim
share/vim/${VIM_SUBDIR}/indent/less.vim
+share/vim/${VIM_SUBDIR}/indent/lf.vim
share/vim/${VIM_SUBDIR}/indent/lifelines.vim
share/vim/${VIM_SUBDIR}/indent/liquid.vim
share/vim/${VIM_SUBDIR}/indent/lisp.vim
@@ -919,6 +931,7 @@ share/vim/${VIM_SUBDIR}/indent/mojo.vim
share/vim/${VIM_SUBDIR}/indent/mp.vim
share/vim/${VIM_SUBDIR}/indent/nginx.vim
share/vim/${VIM_SUBDIR}/indent/nsis.vim
+share/vim/${VIM_SUBDIR}/indent/nu.vim
share/vim/${VIM_SUBDIR}/indent/objc.vim
share/vim/${VIM_SUBDIR}/indent/obse.vim
share/vim/${VIM_SUBDIR}/indent/ocaml.vim
@@ -1049,8 +1062,11 @@ share/vim/${VIM_SUBDIR}/pack/dist/opt/ed
share/vim/${VIM_SUBDIR}/pack/dist/opt/editorconfig/doc/editorconfig.txt
share/vim/${VIM_SUBDIR}/pack/dist/opt/editorconfig/doc/tags
share/vim/${VIM_SUBDIR}/pack/dist/opt/editorconfig/ftdetect/editorconfig.vim
-share/vim/${VIM_SUBDIR}/pack/dist/opt/editorconfig/mkzip.sh
share/vim/${VIM_SUBDIR}/pack/dist/opt/editorconfig/plugin/editorconfig.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/helpcurwin/autoload/helpcurwin.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/helpcurwin/doc/helpcurwin.txt
+share/vim/${VIM_SUBDIR}/pack/dist/opt/helpcurwin/doc/tags
+share/vim/${VIM_SUBDIR}/pack/dist/opt/helpcurwin/plugin/helpcurwin.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/helptoc/autoload/helptoc.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/helptoc/doc/helptoc.txt
share/vim/${VIM_SUBDIR}/pack/dist/opt/helptoc/doc/tags
@@ -1208,6 +1224,7 @@ share/vim/${VIM_SUBDIR}/syntax/cabal.vim
share/vim/${VIM_SUBDIR}/syntax/cabalconfig.vim
share/vim/${VIM_SUBDIR}/syntax/cabalproject.vim
share/vim/${VIM_SUBDIR}/syntax/calendar.vim
+share/vim/${VIM_SUBDIR}/syntax/cangjie.vim
share/vim/${VIM_SUBDIR}/syntax/catalog.vim
share/vim/${VIM_SUBDIR}/syntax/cdl.vim
share/vim/${VIM_SUBDIR}/syntax/cdrdaoconf.vim
@@ -1237,6 +1254,7 @@ share/vim/${VIM_SUBDIR}/syntax/cmod.vim
share/vim/${VIM_SUBDIR}/syntax/cmusrc.vim
share/vim/${VIM_SUBDIR}/syntax/cobol.vim
share/vim/${VIM_SUBDIR}/syntax/coco.vim
+share/vim/${VIM_SUBDIR}/syntax/codeowners.vim
share/vim/${VIM_SUBDIR}/syntax/colortest.vim
share/vim/${VIM_SUBDIR}/syntax/conaryrecipe.vim
share/vim/${VIM_SUBDIR}/syntax/conf.vim
@@ -1455,6 +1473,7 @@ share/vim/${VIM_SUBDIR}/syntax/just.vim
share/vim/${VIM_SUBDIR}/syntax/karel.vim
share/vim/${VIM_SUBDIR}/syntax/kconfig.vim
share/vim/${VIM_SUBDIR}/syntax/kdl.vim
+share/vim/${VIM_SUBDIR}/syntax/kitty.vim
share/vim/${VIM_SUBDIR}/syntax/kivy.vim
share/vim/${VIM_SUBDIR}/syntax/kix.vim
share/vim/${VIM_SUBDIR}/syntax/kotlin.vim
@@ -1467,6 +1486,7 @@ share/vim/${VIM_SUBDIR}/syntax/lc.vim
share/vim/${VIM_SUBDIR}/syntax/ld.vim
share/vim/${VIM_SUBDIR}/syntax/ldapconf.vim
share/vim/${VIM_SUBDIR}/syntax/ldif.vim
+share/vim/${VIM_SUBDIR}/syntax/leex.vim
share/vim/${VIM_SUBDIR}/syntax/less.vim
share/vim/${VIM_SUBDIR}/syntax/lex.vim
share/vim/${VIM_SUBDIR}/syntax/lf.vim
@@ -1484,6 +1504,7 @@ share/vim/${VIM_SUBDIR}/syntax/litestep.
share/vim/${VIM_SUBDIR}/syntax/livebook.vim
share/vim/${VIM_SUBDIR}/syntax/lnk.vim
share/vim/${VIM_SUBDIR}/syntax/lnkmap.vim
+share/vim/${VIM_SUBDIR}/syntax/log.vim
share/vim/${VIM_SUBDIR}/syntax/loginaccess.vim
share/vim/${VIM_SUBDIR}/syntax/logindefs.vim
share/vim/${VIM_SUBDIR}/syntax/logtalk.vim
@@ -1571,6 +1592,7 @@ share/vim/${VIM_SUBDIR}/syntax/nosyntax.
share/vim/${VIM_SUBDIR}/syntax/nqc.vim
share/vim/${VIM_SUBDIR}/syntax/nroff.vim
share/vim/${VIM_SUBDIR}/syntax/nsis.vim
+share/vim/${VIM_SUBDIR}/syntax/nu.vim
share/vim/${VIM_SUBDIR}/syntax/obj.vim
share/vim/${VIM_SUBDIR}/syntax/objc.vim
share/vim/${VIM_SUBDIR}/syntax/objcpp.vim
@@ -1609,6 +1631,7 @@ share/vim/${VIM_SUBDIR}/syntax/pike.vim
share/vim/${VIM_SUBDIR}/syntax/pilrc.vim
share/vim/${VIM_SUBDIR}/syntax/pine.vim
share/vim/${VIM_SUBDIR}/syntax/pinfo.vim
+share/vim/${VIM_SUBDIR}/syntax/pkl.vim
share/vim/${VIM_SUBDIR}/syntax/plaintex.vim
share/vim/${VIM_SUBDIR}/syntax/pli.vim
share/vim/${VIM_SUBDIR}/syntax/plm.vim
@@ -1981,10 +2004,10 @@ share/vim/${VIM_SUBDIR}/tutor/tutor1.sv
share/vim/${VIM_SUBDIR}/tutor/tutor1.tr
share/vim/${VIM_SUBDIR}/tutor/tutor1.uk
share/vim/${VIM_SUBDIR}/tutor/tutor1.vi
-share/vim/${VIM_SUBDIR}/tutor/tutor1.zh
share/vim/${VIM_SUBDIR}/tutor/tutor1.zh_cn
share/vim/${VIM_SUBDIR}/tutor/tutor1.zh_tw
share/vim/${VIM_SUBDIR}/tutor/tutor2
+share/vim/${VIM_SUBDIR}/tutor/tutor2.es
share/vim/${VIM_SUBDIR}/tutor/tutor2.fr
share/vim/${VIM_SUBDIR}/tutor/tutor2.gl
share/vim/${VIM_SUBDIR}/tutor/tutor2.it
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.221 pkgsrc/editors/vim-share/distinfo:1.222
--- pkgsrc/editors/vim-share/distinfo:1.221 Fri Oct 10 21:08:51 2025
+++ pkgsrc/editors/vim-share/distinfo Wed Dec 3 22:52:01 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.221 2025/10/10 21:08:51 js Exp $
+$NetBSD: distinfo,v 1.222 2025/12/03 22:52:01 morr Exp $
-BLAKE2s (vim-9.1.1572.tar.gz) = a8fdad760cbaf0b64d46d266810604a1c12d623fca84afcb2fc8ea2b6bea2859
-SHA512 (vim-9.1.1572.tar.gz) = a40c40ab3c8c854808382c3e7a69003899f41c5c171e9067155b76c8718c2745f27d8e4abbacd478ad65ee99f3984dcc57fb92ee8ef7c720bf6177a53c72ea0d
-Size (vim-9.1.1572.tar.gz) = 18694761 bytes
-SHA1 (patch-Makefile) = f4f5dad42f0f163c34ce8c3a3e6d1df40dcbda24
-SHA1 (patch-feature.h) = 181f788388fdab558d3abb3661293973699bdcf1
-SHA1 (patch-popupwin.c) = 5a372ec8cd6bad554e6cb4bb313bcd32b4c32d83
-SHA1 (patch-vim.h) = f68dd1d724cb3abfb6f5b5cf03ad5dfc56a0f1ee
+BLAKE2s (vim-9.1.1952.tar.gz) = 706ca927d70739b7b914ba2ebb6d6687a45a875682f009f28ece47e89de50722
+SHA512 (vim-9.1.1952.tar.gz) = ab8af22e9e98da9b6d26c401d52eded3b1d4b864bb24cd545a1d407123822b48768178345b94d02501bf9362d8679a4311a958acfc1d4231c99f4727a09ec9cd
+Size (vim-9.1.1952.tar.gz) = 19204545 bytes
+SHA1 (patch-Makefile) = 515f2f3953d35de8b8a92e2d367f0110152f207d
+SHA1 (patch-feature.h) = a3c58ddf4297df39a06652fa1157ee4be2dfadf5
+SHA1 (patch-popupwin.c) = c191b9648ce4bc6af8456ef699948bf9592797de
+SHA1 (patch-vim.h) = f8fbbef3579a6916592e6e7ffeb5280966c30178
Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.157 pkgsrc/editors/vim-share/version.mk:1.158
--- pkgsrc/editors/vim-share/version.mk:1.157 Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/version.mk Wed Dec 3 22:52:01 2025
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.157 2025/07/20 10:06:36 morr Exp $
+# $NetBSD: version.mk,v 1.158 2025/12/03 22:52:01 morr Exp $
VIM_VERSION= 9.1
-VIM_PATCHLEVEL= 1572
+VIM_PATCHLEVEL= 1952
# Changelog: see https://github.com/vim/vim/commits/master/ or
# with git clone: $ git log --pretty=format:"- %s"
VIM_SUBDIR= vim91
Index: pkgsrc/editors/vim-share/patches/patch-Makefile
diff -u pkgsrc/editors/vim-share/patches/patch-Makefile:1.15 pkgsrc/editors/vim-share/patches/patch-Makefile:1.16
--- pkgsrc/editors/vim-share/patches/patch-Makefile:1.15 Fri Oct 10 21:07:47 2025
+++ pkgsrc/editors/vim-share/patches/patch-Makefile Wed Dec 3 22:52:01 2025
@@ -1,10 +1,8 @@
-$NetBSD: patch-Makefile,v 1.15 2025/10/10 21:07:47 js Exp $
+$NetBSD: patch-Makefile,v 1.16 2025/12/03 22:52:01 morr Exp $
-"((" -> "( (" change is to make /bin/sh on QNX happy.
-
---- src/Makefile.orig 2025-07-20 08:47:14.000000000 +0000
+--- src/Makefile.orig 2025-12-03 21:01:37.000000000 +0000
+++ src/Makefile
-@@ -2547,35 +2547,35 @@ installtools: $(TOOLS) $(DESTDIR)$(exec_
+@@ -2527,35 +2527,35 @@ installtools: $(TOOLS) $(DESTDIR)$(exec_
fi
-chmod $(FILEMOD) $(DEST_TOOLS)/*
# replace the path in some tools
@@ -63,12 +61,3 @@ $NetBSD: patch-Makefile,v 1.15 2025/10/1
# install the language specific files, if they were unpacked
-@@ -3137,7 +3137,7 @@ auto/pathdef.c: Makefile auto/config.mk
- -@echo 'char_u *compiled_user = (char_u *)"' | tr -d $(NL) >> $@
- -@if test -n "$(COMPILEDBY)"; then \
- echo "$(COMPILEDBY)" | tr -d $(NL) >> $@; \
-- else ((logname) 2>/dev/null || whoami) | tr -d $(NL) >> $@; fi
-+ else ( (logname) 2>/dev/null || whoami) | tr -d $(NL) >> $@; fi
- -@echo '";' >> $@
- -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
- -@if test -z "$(COMPILEDBY)"; then hostname | tr -d $(NL) >> $@; fi
Index: pkgsrc/editors/vim-share/patches/patch-feature.h
diff -u pkgsrc/editors/vim-share/patches/patch-feature.h:1.7 pkgsrc/editors/vim-share/patches/patch-feature.h:1.8
--- pkgsrc/editors/vim-share/patches/patch-feature.h:1.7 Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/patches/patch-feature.h Wed Dec 3 22:52:01 2025
@@ -1,8 +1,8 @@
-$NetBSD: patch-feature.h,v 1.7 2025/07/20 10:06:36 morr Exp $
+$NetBSD: patch-feature.h,v 1.8 2025/12/03 22:52:01 morr Exp $
Use pkgsrc configuration directory.
---- src/feature.h.orig 2025-07-20 08:47:14.000000000 +0000
+--- src/feature.h.orig 2025-12-03 21:01:37.000000000 +0000
+++ src/feature.h
@@ -703,7 +703,7 @@
/*
Index: pkgsrc/editors/vim-share/patches/patch-popupwin.c
diff -u pkgsrc/editors/vim-share/patches/patch-popupwin.c:1.2 pkgsrc/editors/vim-share/patches/patch-popupwin.c:1.3
--- pkgsrc/editors/vim-share/patches/patch-popupwin.c:1.2 Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/patches/patch-popupwin.c Wed Dec 3 22:52:01 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-popupwin.c,v 1.2 2025/07/20 10:06:36 morr Exp $
+$NetBSD: patch-popupwin.c,v 1.3 2025/12/03 22:52:01 morr Exp $
Fix Tiger build.
---- src/popupwin.c.orig 2025-07-20 08:47:14.000000000 +0000
+--- src/popupwin.c.orig 2025-12-03 21:01:37.000000000 +0000
+++ src/popupwin.c
-@@ -4605,7 +4605,9 @@ popup_hide_info(void)
+@@ -4774,7 +4774,9 @@ popup_hide_info(void)
if (wp != NULL)
{
@@ -14,16 +14,15 @@ Fix Tiger build.
popup_hide(wp);
}
}
-@@ -4629,7 +4631,11 @@ popup_close_info(void)
+@@ -4798,7 +4800,11 @@ popup_close_info(void)
int
popup_overlaps_cmdline(void)
{
-- return popup_on_cmdline;
+#ifdef HAS_MESSAGE_WINDOW
-+ return popup_on_cmdline;
+ return popup_on_cmdline;
+#else
+ return 0;
+#endif
}
- #if defined(HAS_MESSAGE_WINDOW) || defined(PROTO)
+ #if defined(HAS_MESSAGE_WINDOW)
Index: pkgsrc/editors/vim-share/patches/patch-vim.h
diff -u pkgsrc/editors/vim-share/patches/patch-vim.h:1.2 pkgsrc/editors/vim-share/patches/patch-vim.h:1.3
--- pkgsrc/editors/vim-share/patches/patch-vim.h:1.2 Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/patches/patch-vim.h Wed Dec 3 22:52:01 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-vim.h,v 1.2 2025/07/20 10:06:36 morr Exp $
+$NetBSD: patch-vim.h,v 1.3 2025/12/03 22:52:01 morr Exp $
Fix Tiger build.
---- src/vim.h.orig 2025-07-20 08:47:14.000000000 +0000
+--- src/vim.h.orig 2025-12-03 21:01:37.000000000 +0000
+++ src/vim.h
-@@ -2356,7 +2356,7 @@ typedef struct stat stat_T;
+@@ -2385,7 +2385,7 @@ typedef struct soundcb_S soundcb_T;
# define ATTRIBUTE_FORMAT_PRINTF(fmt_idx, arg_idx)
#endif
Home |
Main Index |
Thread Index |
Old Index