Skip to content

Commit

Permalink
Updated miscellaneous scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 28, 2013
1 parent aa5349c commit 5c60686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
4 changes: 2 additions & 2 deletions autoload/xolox/lua.vim
@@ -1,9 +1,9 @@
" Vim auto-load script
" Author: Peter Odding <peter@peterodding.com>
" Last Change: April 20, 2013
" Last Change: April 28, 2013
" URL: http://peterodding.com/code/vim/lua-ftplugin

let g:xolox#lua#version = '0.7.1'
let g:xolox#lua#version = '0.7.2'
let s:miscdir = expand('<sfile>:p:h:h:h') . '/misc/lua-ftplugin'
let s:omnicomplete_script = s:miscdir . '/omnicomplete.lua'
let s:globals_script = s:miscdir . '/globals.lua'
Expand Down
49 changes: 0 additions & 49 deletions autoload/xolox/misc/README.md

This file was deleted.

0 comments on commit 5c60686

Please sign in to comment.