Skip to content

Commit

Permalink
Add in where I was inspired from
Browse files Browse the repository at this point in the history
  • Loading branch information
coledarr committed Oct 2, 2012
1 parent 0ece157 commit 7d26f76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin/vim-xqmarklogic.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
" vim-xqmarklogic.vim - man <Leader>B run against marklogic
"
" Inspired partly by: http://superiorautomaticdictionary.com/vim-nirvana-interactive-xquery-with-marklogic
" Assumes xq is setup
" ==== xq.xqy ====
" xquery version "1.0-ml";
Expand Down Expand Up @@ -31,9 +32,11 @@
" configured on a per buffer basis and maybe a default set in .vimrc
" TODO add a real help doc
" TODO only load for xquery files
" TODO more options and settings will be needed (botright vs belowright and
" such)
"
" Maintainer: Darren Cole <http://github.com/coledarr/vim-xqmarklogic>
" Version: 0.3.2
" Version: 0.3.3

if exists('g:loaded_vimxqmarklogic')
finish
Expand Down

0 comments on commit 7d26f76

Please sign in to comment.