Git Product home page Git Product logo

kitmonisit / macvim-breakindent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from b4winckler/macvim

0.0 2.0 0.0 50.8 MB

Vim - the text editor - for Mac OS X

Home Page: http://code.google.com/p/macvim/

Shell 0.14% C++ 1.12% Vim Script 42.00% C 49.69% Awk 0.09% Perl 0.27% Ruby 0.14% C# 0.13% Emacs Lisp 0.15% Verilog 0.14% Objective-C 5.02% CSS 0.10% Python 0.14% Prolog 0.86% Assembly 0.01%

macvim-breakindent's Introduction

macvim-breakindent

This fork of MacVim has the breakindent patch applied to it.

Versioning

The tagged commit is already the patched version. All that is left to do is to compile. The tag convention is

snapshot-<x>_breakindent-<y>

where x is the snapshot number from b4winckler/macvim
y is the breakindent patch version from retracile.net | vim

Compiling

My personal compile procedure is

:::bash
$ git clone https://github.com/kitmonisit/macvim-breakindent.git macvim
$ git tag      # see the latest tag with the breakindent patch
$ git checkout snapshot-72_breakindent-7.4.16-fc19
$ cd macvim/src
$ ./configure --enable-pythoninterp \
              --with-python-config-dir=$(brew --prefix)/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/Current/lib/python2.7/config \
              --enable-rubyinterp \
              --enable-perlinterp \
              --enable-cscope \
              --with-features=huge
$ make

Installing

The MacVim.app is found in

src/MacVim/build/Release

This app bundle can be copied anywhere.

Usage

  • If you want to use the GUI, double-click MacVim.app

  • If you want to use the console version, the full path is

    MacVim.app/Contents/MacOS/Vim

Known issues

Bad Command-T

Symptom/s

  • MacVim GUI will start up, but does not show the text editor itself

  • Vim console version crashes and spits out the following error:

      Vim: Caught deadly signal SEGV
      Vim: Finished.
      Segmentation fault: 11
    

Cause

Your command-t ruby plugin has an architecture mismatch.

Solution

This is taken from Dean Gerber | Vim: Caught Deadly Signal SEGV. You will need to recompile your command-t plugin. Assuming your .vim folder is in your $HOME folder:

$ cd ~/.vim/ruby/command-t
$ make clean
$ env ARCHFLAGS="-arch x86_64" ruby extconf.rb
$ env ARCHFLAGS="-arch x86_64" make

macvim-breakindent's People

Contributors

b4winckler avatar bak avatar bdesham avatar brammool avatar budrick avatar calael avatar cwillmor avatar dmitryelastic avatar ervandew avatar felixbuenemann avatar humblehacker avatar jessthrysoee avatar jjgod avatar jmah avatar jszakmeister avatar kitmonisit avatar knl avatar michaelwookey avatar nico avatar s4y avatar screwtapello avatar skymoo avatar spectral54 avatar splhack avatar tachoknight avatar thirty2k avatar threeve avatar timoxley avatar twinside avatar zvezdan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.