Skip to content

Commit

Permalink
Basic initialization in stubbed .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Oct 28, 2011
1 parent 9fabb54 commit a8e7116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vim/vimrc
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,9 @@
set nocompatible

filetype plugin on
filetype indent on
syntax on

function! VimrunnerEvaluateCommandOutput(command) function! VimrunnerEvaluateCommandOutput(command)
let base_command = split(a:command, '\s\+')[0] let base_command = split(a:command, '\s\+')[0]


Expand Down

0 comments on commit a8e7116

Please sign in to comment.