Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Link committed Mar 27, 2010
1 parent 636e24a commit 341f3a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile_vimtlib
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ vimtips:
ruby/vimtips2help.rb --xml tmp/pages_current.xml --out doc/vimtips.txt -v -m "*�"

vba:
echo "If you get 'File does not exists' messages, that's because the plugin was moved to plugin_experimental"
cd ${VIMTLIB}; \
ruby/vimball.rb -u -z -b ${VIMTLIB} -d ${VIMTLIB}/vimballs vba vimballs/*.recipe

5 changes: 3 additions & 2 deletions plugin/02tlib.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
" @Website: http://www.vim.org/account/profile.php?user_id=4037
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-04-10.
" @Last Change: 2010-03-14.
" @Revision: 610
" @Last Change: 2010-03-26.
" @Revision: 611
" GetLatestVimScripts: 1863 1 tlib.vim
"
" Please see also ../test/tlib.vim for usage examples.
Expand Down Expand Up @@ -563,3 +563,4 @@ required)
- tlib#World: optional scratch_pos field
- tlib#input#List: By default <m-NUMBER> selects by number but NUMBER is
interpreted as string

10 changes: 6 additions & 4 deletions plugin/vikitasks.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2009-12-13.
" @Last Change: 2010-03-26.
" @Revision: 140
" @Revision: 142
" GetLatestVimScripts: 0 0 :AutoInstall: vikitasks.vim
" Search for task lists and display them in a list


if !exists('g:loaded_tlib') || g:loaded_tlib < 35
if !exists('g:loaded_tlib') || g:loaded_tlib < 37
runtime plugin/02tlib.vim
if !exists('g:loaded_tlib') || g:loaded_tlib < 35
echoerr 'tlib >= 0.35 is required'
if !exists('g:loaded_tlib') || g:loaded_tlib < 37
echoerr 'tlib >= 0.37 is required'
finish
endif
endif
Expand Down Expand Up @@ -111,4 +111,6 @@ CHANGES:
- :VikiTasks now takes a pattern as optional second argument. This
change makes the :VikiTasksGrep command obsolete, which was removed.
- Moved the definition of some variables from plugin/vikitasks.vim to autoload/vikitasks.vim
- Scan buffers on save
- Require tlib 0.37

0 comments on commit 341f3a2

Please sign in to comment.