Skip to content

macvim.org

Vim - the text editor - for macOS

Package Information

  • Domain: macvim.org
  • Name: macvim.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +macvim.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • gview
  • gvim
  • gvimdiff
  • gvimtutor
  • mview
  • mvim
  • mvimdiff
  • mvimtutor
  • view
  • vim
  • vimdiff
  • vimtutor

Available Versions

Show all 5 versions
  • 181.0.0, 180.0.0, 179.0.0, 178.0.0, 177.0.0

Latest Version: 181.0.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +macvim.org@181.0.0 -- $SHELL -i

Dependencies

This package depends on:

  • cscope.sourceforge.io
  • invisible-island.net/ncurses
  • lua.org
  • python.org~3.11
  • ruby-lang.org
  • libsodium.org
  • gnu.org/gettext

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.macvimorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.