From f9cbfca8876b6a3879b88b3173f45bec319b9898 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sat, 11 Jun 2016 15:13:24 -0600 Subject: [PATCH] ongoing --- README.markdown | 4 +++- autoload/pencil.vim | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 43ea014..abfdb7a 100644 --- a/README.markdown +++ b/README.markdown @@ -66,11 +66,13 @@ tool in expressing yourself. For more details on vi-style editing, see... * [Your problem with Vim is that you don't grok vi][gv] (December 2011) * [Intro to Vim's Grammar][ig] (January 2013) * [Why Atom Can’t Replace Vim, Learning the lesson of vi][wa] (March 2014) +* [Language of Vim/Neovim][lovn] (January 2015) [ls]: http://yanpritzker.com/2011/12/16/learn-to-speak-vim-verbs-nouns-and-modifiers/ [gv]: http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118 [ig]: http://takac.github.io/2013/01/30/vim-grammar/ [wa]: https://medium.com/p/433852f4b4d1 +[lovn]: http://allsyed.com/language-of-vim-neovim/ # Installation @@ -552,7 +554,7 @@ Bloggers and developers discuss _pencil_ and its brethern: * [Quick tops for writing prose with Vim][qtfwp] (2014) - by @benoliver999 * [UseVim: Reed Esau's Writing Plugins][rewp] (2015) - by @alexyoung * [Tomasino Labs: Vim in Context][vic] (2015) - by @jamestomasino -* [Writing with Vim][wwv] (2015) - by Pat Ambrosio +* [Writing with Vim][wwv] (2015) - by Pat Ambrosio Other plugins of specific interest to writers: diff --git a/autoload/pencil.vim b/autoload/pencil.vim index d30e986..301ad15 100644 --- a/autoload/pencil.vim +++ b/autoload/pencil.vim @@ -425,9 +425,9 @@ fun! pencil#init(...) abort " map only if not already mapped if empty(maparg('', 'n')) ino u - let b:pencil#cr_mapped = 1 + let b:pencil_cr_mapped = 1 el - let b:pencil#cr_mapped = 0 + let b:pencil_cr_mapped = 0 en el sil! iu . @@ -440,7 +440,7 @@ fun! pencil#init(...) abort sil! iu " unmap only if we mapped it ourselves - if exists('b:pencil#cr_mapped') && b:pencil#cr_mapped + if exists('b:pencil_cr_mapped') && b:pencil_cr_mapped sil! iu en en