diff --git a/README.md b/README.md index 2fdbe93..3493fd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ **look-up** - vim-plugin for sdcv -##Licence +## Licence + Copyright (C) 2009-2015, Maksim Likhachev, This program is free software: you can redistribute it and/or modify @@ -16,33 +17,37 @@ You should have received a copy of the GNU General Public Licence along with this program. If not, see . -##Description - This script looks up a word under cursor in a dictionary using custom utility - such as sdcv (console version of StarDict program) and store the word into - text file with extension ".dict" in current directory (optionally). +## Description + +This script looks up a word under cursor in a dictionary using custom utility +such as sdcv (console version of StarDict program) and store the word into +text file with extension ".dict" in current directory (optionally). + +## Installation -##Installation - Put this file into your $HOME/.vim/plugin directory (our use - Pathogen/Vundle/etc) and configure your own keymaps. +Put this file into your $HOME/.vim/plugin directory (our use +Pathogen/Vundle/etc) and configure your own keymaps. - For example: +For example: > nmap fw :call Dict(expand("")) > vnoremap fw :call Dict(@*) - The next two option set sdcv's command line and enables saving the words - into file: +The next two option set sdcv's command line and enables saving the words +into file: > let g:sdcv_cmd = "sdcv -n " > let g:sdcv_save = 1 -##Usage +## Usage + :Dict() -##Version +## Version + 1.0 -##Screenshot +## Screenshot ![](https://code.envrm.info/src/look-up/raw/branch/master/look-up.png) diff --git a/plugin/look-up.vim b/plugin/look-up.vim index 0d9021d..31c6864 100644 --- a/plugin/look-up.vim +++ b/plugin/look-up.vim @@ -26,7 +26,7 @@ if !exists("g:sdcv_cmd") endif if !exists("g:sdcv_save") - let g:sdcv_save = 1 + let g:sdcv_save = 0 endif fun! OpenDictionary(cmd, ...) diff --git a/syntax/dict.vim b/syntax/dict.vim index 2963284..8708cfc 100644 --- a/syntax/dict.vim +++ b/syntax/dict.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: stardict -" Author: Lihachev Maxim -" License: GPLv3 +" Author: Maksim Likhachev +" License: GPL3 if version < 600 syntax clear