Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Dec 30, 2017
1 parent 73c0cd7 commit 3bb0aa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.markdown
@@ -1,9 +1,6 @@
# Esperanto - Vim plugin for typing in Esperanto
by [Sergey Potapov](https://github.com/greyblake)


![Esperanto and Vim](http://i1078.photobucket.com/albums/w484/greyblake/esperanto_vim_small.png "Esperanto and Vim")

The plugin allows to use the international language in Vim.
It doesn't require additional Esperanto keyboard in system, and keeps
Vim behaviour the same as with English keyboard.
Expand Down Expand Up @@ -36,9 +33,7 @@ It's default mapping. To use it add to `.vimrc` file:
let g:EoMap = "keyboard"
```

It simulates the Esperanto keyboard

![Esperanto Klavaro](http://i1078.photobucket.com/albums/w484/greyblake/esperanto_klavaro-1.png "Esperanto Klavaro")
It simulates the Esperanto keyboard.

Actually it adds the next mappings:

Expand Down
6 changes: 4 additions & 2 deletions autoload/esperanto.vim
Expand Up @@ -2,10 +2,10 @@
" File: esperanto.vim
" Description: Vim plugin for typing in Esperanto language
" Author: Sergey Potapov <blake131313 AT gmail DOT com>
" Version: 0.1
" Version: 0.2
" Homepage: http://github.com/greyblake/vim-esperanto
" License: LGPLv3 - look it up.
" Copyright: Copyright (C) 2013-2013 Sergey Potapov
" Copyright: Copyright (C) 2013-2018 Sergey Potapov
" ============================================================================


Expand Down Expand Up @@ -69,6 +69,8 @@ let s:Mapper = {
function! s:build_transliteration_mapping(xchar)
" Mapping for x- and -h transliteration systems.
let chars_mapping = {"h":"ĥ", "j":"ĵ", "u":"ŭ", "c":"ĉ", "s":"ŝ", "g":"ĝ"}
/// .name
Child(String)

let mapper = deepcopy(s:Mapper)
let mapper.modes = ['i', 'c']
Expand Down

0 comments on commit 3bb0aa4

Please sign in to comment.