Skip to content

Commit

Permalink
Added doc entry on g:paredit_disable_shen
Browse files Browse the repository at this point in the history
  • Loading branch information
kovisoft committed Dec 13, 2016
1 parent bff9c98 commit f9f32bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/paredit.txt
@@ -1,4 +1,4 @@
*paredit.txt* Paredit Last Change: 12 Jul 2014
*paredit.txt* Paredit Last Change: 13 Dec 2016

Paredit Mode for Vim *paredit* *slimv-paredit*
Version 0.9.13
Expand Down Expand Up @@ -381,6 +381,8 @@ PAREDIT OPTIONS *paredit-options*

|g:paredit_disable_scheme| If defined, paredit is disabled for scheme files.

|g:paredit_disable_shen| If defined, paredit is disabled for shen files.

|g:paredit_electric_return| If nonzero, electric return feature is enabled.

|g:paredit_smartjump| If nonzero, '(' and ')' also target square brackets
Expand All @@ -400,6 +402,7 @@ PAREDIT OPTIONS *paredit-options*
*g:paredit_disable_clojure*
*g:paredit_disable_lisp*
*g:paredit_disable_scheme*
*g:paredit_disable_shen*
If defined then paredit is disabled for the given file type. Useful to use
a different plugin for a specific file type, but keep using paredit for the
others.
Expand Down

0 comments on commit f9f32bf

Please sign in to comment.