Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 358 Bytes

wordnet.vim.rst

File metadata and controls

13 lines (10 loc) · 358 Bytes

localcfg/plugins/wordnet.vim.vim

We don’t care that the dictionary buffer has trailing whitespace:

if has('autocmd')
    augroup jnrowe_wordnet
        autocmd!
        autocmd BufNewFile __WordNet__ HideBadWhitespace
    augroup END
endif