Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Feb 28, 2012
1 parent 5033fbc commit f01c9f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
5 changes: 2 additions & 3 deletions autoload/tlib/World.vim
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-05-01.
" @Last Change: 2012-02-07.
" @Revision: 0.1.959
" @Last Change: 2012-02-28.
" @Revision: 0.1.960

" :filedoc:
" A prototype used by |tlib#input#List|.
Expand Down Expand Up @@ -635,7 +635,6 @@ function! s:prototype.UseInputListScratch() dict "{{{3
hi def link InputlListIndex Constant
hi def link InputlListCursor Search
hi def link InputlListSelected IncSearch
" exec "au BufEnter <buffer> call tlib#input#Resume(". string(self.name) .")"
setlocal nowrap
" hi def link InputlListIndex Special
" let b:tlibDisplayListMarks = {}
Expand Down
15 changes: 5 additions & 10 deletions plugin/02tlib.vim
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: 2012-01-21.
" @Revision: 674
" @Last Change: 2012-02-28.
" @Revision: 677
" GetLatestVimScripts: 1863 1 tlib.vim

if &cp || exists("loaded_tlib")
Expand All @@ -14,7 +14,7 @@ if v:version < 700 "{{{2
echoerr "tlib requires Vim >= 7"
finish
endif
let loaded_tlib = 43
let loaded_tlib = 44

let s:save_cpo = &cpo
set cpo&vim
Expand Down Expand Up @@ -306,13 +306,8 @@ TLet g:tlib_handlers_EditList = [
\ ]},
\ ]



" " TEST:
" TRequire tselectbuffer 6
" echo loaded_tselectbuffer


" :nodefault:
TLet g:tlib_debug = 0

let &cpo = s:save_cpo
unlet s:save_cpo

0 comments on commit f01c9f9

Please sign in to comment.