41 howm-mode.vim (2-19) æ¤ç´¢çµæã®åºåãã©ã¼ããããå¤æ´ãã®ä¿®æ£
38 howm-mode.vim (2-16) æ¤ç´¢çµæã®åºåãã©ã¼ããããå¤æ´ã§ãShowDirectory() (
" grep ã«ãã£ã¦å ¨ææ¤ç´¢ããçµæãæ´å½¢ããï¼ " TODO: 第ä¸å¼æ°ã®æ±ããã¤ãã¤ã function! s:FormatSearchResult(...) " ... let lineFormat = (exists('a:1') ? a:1 : g:howm_lineFormat) " ... endfunction
function! s:ShowDirectory() " ... call s:FormatSearchResult(g:howm_lineFormatShowDirectory) " ... endfunction
if !exists('g:howm_lineFormatShowDirectory') let g:howm_lineFormatShowDirectory = "%filename% | %content%" endif
対å¦ããã®å ´ãã®ããããã®ã§ããã®ãã¡ä¿®æ£ããããFormatSearchResult() ã¯è²ã ãªå ´æããå¼ã°ãã¦ããã®ã§é¢åã