- git
- git-svn
$ sudo apt-get install git
$ sudo add-apt-repository ppa:git-core/ppa
| using System; | |
| using System.Collections.Generic; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| using Irony.Parsing; | |
| namespace FreeActionScript | |
| { | |
| [Language ("ActionScript", "3.0-", "ActionScript pseudo grammar")] | |
| public class ActionScriptGrammar : Grammar |
The default Vim installed on most Linux distros lacks a number of vital features, like xterm_clipboard (allows
copy-and-pasting to the system clipboard) and python (on which certain plugins rely). The compile_full_vim.sh shell
script removes the currently installed Vim and compiles a full-featured version; it's based entirely off
Valloric's YouCompleteMe
walkthrough, which it bundles into a simple
script for convenience. Vim will be compiled with the following feature flags:
--with-features=huge--enable-multibyte