From a65a0ac0d9ed0765822b7b4307a4cd00214ac04c Mon Sep 17 00:00:00 2001 From: bounceme Date: Sat, 13 Aug 2016 12:36:04 -0700 Subject: [PATCH 1/6] Readme Updates --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcefe6c6..40a00ae5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,10 @@ And install it: ### Install with [pathogen](https://github.com/tpope/vim-pathogen) git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript - + +### Indent file included with Vim 7.4.2205 +The version included may lag behind the version provided here, though +it is considered stable. ## Configuration Variables @@ -97,6 +100,11 @@ variables: let g:javascript_conceal_super = "Ω" let g:javascript_conceal_arrow_function = "⇒" +## Indentation Specific + +1. `:h cino-:` +2. End-of-line continuations : `g:javascript_continuation` ( slightly complicated, look at the source code ) +3. Start-of-line continuations : `g:javascript_opfirst` ( same as above ) ## Contributing From 5079da998dc3b1e0bff48bbbfd59164fb289f6f4 Mon Sep 17 00:00:00 2001 From: bounceme Date: Sat, 13 Aug 2016 12:42:43 -0700 Subject: [PATCH 2/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40a00ae5..a8a88d78 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,9 @@ variables: ## Indentation Specific -1. `:h cino-:` -2. End-of-line continuations : `g:javascript_continuation` ( slightly complicated, look at the source code ) -3. Start-of-line continuations : `g:javascript_opfirst` ( same as above ) +* `:h cino-:` +* End-of-line continuations : `g:javascript_continuation` ( slightly complicated, look at the source code ) +* Start-of-line continuations : `g:javascript_opfirst` ( same as above ) ## Contributing From 76056cf3bb98c0aebc1d11203bff7bbe3ae2d454 Mon Sep 17 00:00:00 2001 From: bounceme Date: Sat, 13 Aug 2016 12:44:39 -0700 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a88d78..db3c4266 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ And install it: git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript -### Indent file included with Vim 7.4.2205 +### Indent file included with current version of Vim The version included may lag behind the version provided here, though it is considered stable. From 3ab976c3a76d5db3237314999a35f2e052841f81 Mon Sep 17 00:00:00 2001 From: bounceme Date: Sat, 13 Aug 2016 12:46:23 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3c4266..95eee886 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ And install it: git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript -### Indent file included with current version of Vim +### Indent file in current versions of Vim The version included may lag behind the version provided here, though it is considered stable. From 6a756d9be2d58f29158e833940a0a38f3b332b9a Mon Sep 17 00:00:00 2001 From: bounceme Date: Sat, 13 Aug 2016 19:46:13 -0700 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 95eee886..66bdf814 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,6 @@ And install it: ### Install with [pathogen](https://github.com/tpope/vim-pathogen) git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript - -### Indent file in current versions of Vim -The version included may lag behind the version provided here, though -it is considered stable. ## Configuration Variables From 2180c1817d3c2b9dc02d4f445bd1e65c56ac68ae Mon Sep 17 00:00:00 2001 From: bounceme Date: Sat, 13 Aug 2016 19:46:49 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66bdf814..662a2006 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ And install it: git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript + ## Configuration Variables The following variables control certain syntax highlighting plugins. You can