- Timestamp:
- 03/06/08 21:10:17 (9 months ago)
- Files:
-
- 1 modified
-
lang/vim/sync/sync-delicious.vim (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/vim/sync/sync-delicious.vim
r7524 r7587 12 12 " という感じ 13 13 if !exists('g:sync_delicious_pattern') 14 let g:sync_delicious_pattern = '\v %(^|\n)@<= \* (%(\[.{-}\])*)\s*(.{-})\s+(%(https?|ftp):\/\/\p+)\n%((\S+))?'14 let g:sync_delicious_pattern = '\v \* (%(\[.{-}\])*)\s*(.{-})\s+(%(https?|ftp):\/\/\p+)%(\n (\S+))?' 15 15 endif 16 16 … … 70 70 let password = inputsecret('del.icio.us password: ') 71 71 72 if !strlen(password) 73 echo 'キャンセルされました' 74 return { 'new_opts': 'user=' . user } 75 endif 76 72 77 for item in items 73 78 if !PostDelicious(user, password, item)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)