lib/soywiki.vim in soywiki-0.9.8.2.pre.1 vs lib/soywiki.vim in soywiki-0.9.8.2.pre.2
- old
+ new
@@ -691,9 +691,10 @@
command! -bar -nargs=1 SWSL SWSearchList <args>
command! -bar -nargs=1 SWNamespaceSearch :call s:wiki_search(<f-args>, 1, 0)
autocmd BufReadPost,BufNewFile,WinEnter,BufEnter,BufNew,BufAdd * call s:highlight_wikiwords()
autocmd BufReadPost,BufNewFile,WinEnter,BufEnter,BufNew,BufAdd * call s:prep_buffer()
+ autocmd BufReadPost quickfix nnoremap <buffer> <space> <CR>:copen<CR>
" autocmd BufEnter * call s:prep_buffer()
endfunc
" this checks if the buffer is a SoyWiki file (from firstline)
" and then turns on syntax coloring and mappings as necessary