1
0
mirror of https://github.com/gryf/.vim.git synced 2026-04-04 07:33:32 +02:00

Added unittest for vimblogger_ft, corrected documentation, make pygment optional

This commit is contained in:
2010-12-13 06:12:33 +01:00
parent 388bc749e7
commit a4fad23f26
12 changed files with 1275 additions and 173 deletions

View File

@@ -25,7 +25,7 @@ if !exists("g:blogger_login")
endif
if !exists("g:blogger_pass")
let g:blogger_pass = "Kurcz4czek"
let g:blogger_pass = ""
endif
if !exists("g:blogger_draft")