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 63a707f commit c22f65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
49 changes: 0 additions & 49 deletions autoload/xolox/misc/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions autoload/xolox/notes.vim
@@ -1,12 +1,12 @@
" Vim auto-load script " Vim auto-load script
" Author: Peter Odding <peter@peterodding.com> " Author: Peter Odding <peter@peterodding.com>
" Last Change: April 21, 2013 " Last Change: April 28, 2013
" URL: http://peterodding.com/code/vim/notes/ " URL: http://peterodding.com/code/vim/notes/


" Note: This file is encoded in UTF-8 including a byte order mark so " Note: This file is encoded in UTF-8 including a byte order mark so
" that Vim loads the script using the right encoding transparently. " that Vim loads the script using the right encoding transparently.


let g:xolox#notes#version = '0.17.8' let g:xolox#notes#version = '0.17.9'
let s:scriptdir = expand('<sfile>:p:h') let s:scriptdir = expand('<sfile>:p:h')


call xolox#misc#compat#check('notes', 1) call xolox#misc#compat#check('notes', 1)
Expand Down

0 comments on commit c22f65c

Please sign in to comment.