Vim 9.0.1859 04 Sep 2023Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files. minor feature: patch 9.0.1859: heap-use-after-free in bt_normal() Problem: heap-use-after-free in bt_normal(). Solution: check that buffer is still valid. Signed-off-by: Christian Brabandt lt;cb@256bit.org gt;. Autotab 5Autotab determines the indentation size used by a source file, as well as the hard tab size at which the file is intended to be viewed/edited (if it used hard tabs). It is written in C. Compile with "cc -O autotab.c -o autotab". Autotab is designed to be called out the .vimrc file, whenever a file into a buffer. After scanning an initial portion of the file consisting of several thousand lines, it outputs the Vi parametrs tabstop, shiftwidth and expandtab.jVi for NetBeans 1.5.3jVi is port of vi/vim to Java, and can run inside NetBeans or JBuilder. It provides the familar keybindings, editing modes, options and macros, and custom functionality.VIM CFEngine pluginsVIM plugins and syntax highlighting for CFEngine 3 policy files. |