|
|
@ -780,9 +780,6 @@ let mapleader = "," |
|
|
|
|
|
|
|
map <Leader>. :call <SID>VimwikiMakeLink()<CR> |
|
|
|
|
|
|
|
" check php syntax - replaced by using Syntastic |
|
|
|
" noremap <Leader>c :echom system('php -l ' . bufname('%'))<CR> |
|
|
|
|
|
|
|
" }}} |
|
|
|
|
|
|
|
" functions {{{ |
|
|
@ -869,7 +866,7 @@ let mapleader = "," |
|
|
|
function! s:FragmentMenu() |
|
|
|
call fzf#run({ |
|
|
|
\ 'options': '--reverse', |
|
|
|
\ 'sink': '.-1r !', |
|
|
|
\ 'sink': '.r !', |
|
|
|
\ 'source': 'find ~/bin/ -maxdepth 1 -name "fragment-*" -printf "%f\n"' |
|
|
|
\ }) |
|
|
|
endfunction |
|
|
|