
download : vim online
The latest stable snapshot version is gvim_9.1.0821_x64.exe (64bit installer) and gvim_9.1.0821_x86.exe (32bit installer). Please also check the vim-win32-installer site for the latest signed versions (search for This release includes signed files). See the GitHub page, or Mercurial, if you prefer that.
Home - Neovim
With 30% less source-code than Vim, the vision of Neovim is to enable new applications without compromising Vim's traditional roles. Will Neovim deprecate Vimscript? No. Lua is built-in, but Vimscript is supported with the world's most advanced Vimscript engine .
vim/vim: The official Vim repository - GitHub
Vim is a greatly improved version of the good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. There is also a Graphical User Interface (GUI) available.
Vim patches : vim online
The patches for released versions of Vim are here (the newest sort towards the end). An overview of what each patch solves is in a README file. For Vim 7.4 it is this README file .
news : vim online
2025年3月23日 · [2024-01-02] The Vim project is happy to announce that Vim 9.1 has finally been released. This release is dedicated to Bram Moolenaar, Vims lead developer for more than 30 years, who suddenly passed away in August 2023. The most notable changes are support for Vim9 classes and objects, smooth scrolling support and virtual text support.
Releases · neovim/neovim - GitHub
Vim-fork focused on extensibility and usability. Contribute to neovim/neovim development by creating an account on GitHub.
如何在基于 Ubuntu 的 Linux 发行版上安装最新的 Vim 9.0 | Linux
这个快速教程展示了在 Ubuntu Linux 上安装最新版本的 Vim 的步骤。 Vim 是最 流行的基于终端的文本编辑器 之一。然而,它在 Ubuntu 上没有被默认安装。 Ubuntu 使用 Nano 作为默认的终端编辑器。Nano 也是一个优秀的工具,我并不打算参与 Nano 与 Vim 孰优孰劣的辩论。
时隔一年半,Vim 9.1 发布!谨献给「Vim 之父」Bram Moolenaar …
2024年1月4日 · 2022 年 6 月发布的 Vim 9.0,当初由 Bram Moolenaar 官宣发布,他将 Vim 9.0 称作“一个重大版本”:不仅脚本速度大幅提升(通过编译命令,Vim9 脚本程序的执行速度提高了 100 倍),还是代表了对 Vi 传统的重大突破。
Releases · vim/vim - GitHub
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs. The official Vim repository. …
Vim 9.0 正式发布 - 知乎 - 知乎专栏
除了许多小的补充改进之外,该版本的重点是 Vim 脚本语言的一个新的变化:Vim9 Script。 上一个版本是 2019 年 12 月发布的 8.2 版。 由于最新的源代码总是会在 GitHub 上提供,因此许多用户已经安装了后来的补丁版本(有超过 5000 个),这些变化也已经被许多用户试用过了。 在 8.2 的基础上,许多错误得到了修复、安全问题得到了解决,代码覆盖率得到了极大的提升。 这个版本比以前的任何版本都更可靠。 Vim 的脚本随着时间的推移而不断发展,同时保留了向后的兼容 …