- Timestamp:
- 02/01/08 18:00:37 (10 months ago)
- Files:
-
- 1 modified
-
lang/vim/tvitter/trunk/tvitter.vim (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/vim/tvitter/trunk/tvitter.vim
r5754 r5990 3 3 " License: distributed under the same terms of Vim itself 4 4 " Created: 2008-01-20 5 " Version: 0. 15 " Version: 0.2 6 6 " 7 7 … … 66 66 endfunction 67 67 68 " 69 function! s:CheckLength(msg) 70 let l:len = strlen(a:msg) 71 if l:len > 140 72 let l:answer = input("Overlong update (".l:len." bytes). Really send? ") 73 if(strlen(l:answer) > 0 && l:answer[0] == 'y') 74 return 1 75 else 76 return 0 77 endif 78 endif 79 return 1 80 endfunction 81 68 82 " 69 83 function! s:ReflectResult(response) … … 82 96 call s:GetMail() 83 97 call s:GetPassword() 98 99 if !s:CheckLength(a:msg) 100 return 101 endif 84 102 85 103 let l:status = s:UrlEscape(a:msg)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)