mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Compare commits
47 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c161994e96 | ||
|
|
f238378221 | ||
|
|
0d5f661cfd | ||
|
|
e99f88ff00 | ||
|
|
cad135aa01 | ||
|
|
678fc65514 | ||
|
|
aad3df96e7 | ||
|
|
629a1e1c93 | ||
|
|
d43b70d939 | ||
|
|
ec1c943069 | ||
|
|
fd74d8b2b1 | ||
|
|
055f7710b6 | ||
|
|
33f610feb7 | ||
|
|
d4da7817ba | ||
|
|
f05b47874b | ||
|
|
d362dca9b3 | ||
|
|
1f34e0adcf | ||
|
|
1832acfbe7 | ||
|
|
a26134de3c | ||
|
|
e2404449e4 | ||
|
|
dc8b2f45de | ||
|
|
aa5502c32e | ||
|
|
e13e64d9c4 | ||
|
|
17a69ab565 | ||
|
|
da27f4c529 | ||
|
|
cdd0ef41a6 | ||
|
|
4be5fd3094 | ||
|
|
bde56bc8f7 | ||
|
|
d9b11ed072 | ||
|
|
565b8b8a2c | ||
|
|
9f13bb7354 | ||
|
|
7408b2a34a | ||
|
|
faf6999c44 | ||
|
|
e9fc23a0c1 | ||
|
|
3e0c887365 | ||
|
|
b4d7993e7e | ||
|
|
fb8c5fa8e9 | ||
|
|
ddc64d8db2 | ||
|
|
98f90bced5 | ||
|
|
cab6866e21 | ||
|
|
a7e2b8a700 | ||
|
|
96c5c20e41 | ||
|
|
18efda3933 | ||
|
|
bfc6ed9fba | ||
|
|
58709c49f6 | ||
|
|
3d5b784fa5 | ||
|
|
cef5e2d931 |
40
README.md
40
README.md
@@ -1,4 +1,4 @@
|
|||||||
# vim-polyglot [![Build Status][travis-img-url]][travis-url] []()
|
# vim-polyglot [![Build Status][travis-img-url]][travis-url] []()
|
||||||
|
|
||||||
[travis-img-url]: https://travis-ci.org/sheerun/vim-polyglot.svg
|
[travis-img-url]: https://travis-ci.org/sheerun/vim-polyglot.svg
|
||||||
[travis-url]: https://travis-ci.org/sheerun/vim-polyglot
|
[travis-url]: https://travis-ci.org/sheerun/vim-polyglot
|
||||||
@@ -8,7 +8,7 @@ A collection of language packs for Vim.
|
|||||||
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
|
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
|
||||||
|
|
||||||
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
|
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
|
||||||
- It **installs and updates 100+ times faster** than 100+ packages it consists of.
|
- It **installs and updates 100+ times faster** than the <!--Package Count-->118<!--/Package Count--> packages it consists of.
|
||||||
- Solid syntax and indentation support (other features skipped). Only the best language packs.
|
- Solid syntax and indentation support (other features skipped). Only the best language packs.
|
||||||
- All unnecessary files are ignored (like enormous documentation from php support).
|
- All unnecessary files are ignored (like enormous documentation from php support).
|
||||||
- No support for esoteric languages, only most popular ones (modern too, like `slim`).
|
- No support for esoteric languages, only most popular ones (modern too, like `slim`).
|
||||||
@@ -21,6 +21,12 @@ A collection of language packs for Vim.
|
|||||||
1. Install [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/VundleVim/Vundle.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), or [Plug](https://github.com/junegunn/vim-plug) package manager for Vim.
|
1. Install [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/VundleVim/Vundle.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), or [Plug](https://github.com/junegunn/vim-plug) package manager for Vim.
|
||||||
2. Use this repository as submodule or package.
|
2. Use this repository as submodule or package.
|
||||||
|
|
||||||
|
For example when using [Plug](https://github.com/junegunn/vim-plug):
|
||||||
|
|
||||||
|
```
|
||||||
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
```
|
||||||
|
|
||||||
Optionally download one of the [releases](https://github.com/sheerun/vim-polyglot/releases) and unpack it directly under `~/.vim` directory.
|
Optionally download one of the [releases](https://github.com/sheerun/vim-polyglot/releases) and unpack it directly under `~/.vim` directory.
|
||||||
|
|
||||||
You can also use Vim 8 built-in package manager:
|
You can also use Vim 8 built-in package manager:
|
||||||
@@ -36,9 +42,10 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
|
|
||||||
## Language packs
|
## Language packs
|
||||||
|
|
||||||
|
<!--Language Packs-->
|
||||||
- [ansible](https://github.com/pearofducks/ansible-vim) (syntax, indent, ftplugin)
|
- [ansible](https://github.com/pearofducks/ansible-vim) (syntax, indent, ftplugin)
|
||||||
- [apiblueprint](https://github.com/sheerun/apiblueprint.vim) (syntax)
|
- [apiblueprint](https://github.com/sheerun/apiblueprint.vim) (syntax)
|
||||||
- [applescript](https://github.com/vim-scripts/applescript.vim) (syntax)
|
- [applescript](https://github.com/mityu/vim-applescript) (syntax, indent)
|
||||||
- [arduino](https://github.com/sudar/vim-arduino-syntax) (syntax, indent)
|
- [arduino](https://github.com/sudar/vim-arduino-syntax) (syntax, indent)
|
||||||
- [asciidoc](https://github.com/asciidoc/vim-asciidoc) (syntax)
|
- [asciidoc](https://github.com/asciidoc/vim-asciidoc) (syntax)
|
||||||
- [autohotkey](https://github.com/hnamikaw/vim-autohotkey) (indent)
|
- [autohotkey](https://github.com/hnamikaw/vim-autohotkey) (indent)
|
||||||
@@ -56,12 +63,13 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
- [crystal](https://github.com/rhysd/vim-crystal) (syntax, indent, autoload, ftplugin)
|
- [crystal](https://github.com/rhysd/vim-crystal) (syntax, indent, autoload, ftplugin)
|
||||||
- [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin)
|
- [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin)
|
||||||
- [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin)
|
- [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin)
|
||||||
- [dockerfile](https://github.com/docker/docker) (syntax)
|
- [dockerfile](https://github.com/ekalinin/Dockerfile.vim) (syntax, indent, ftplugin)
|
||||||
- [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, autoload, ftplugin)
|
- [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, autoload, ftplugin)
|
||||||
- [elm](https://github.com/ElmCast/elm-vim) (syntax, indent, autoload, ftplugin)
|
- [elm](https://github.com/ElmCast/elm-vim) (syntax, indent, autoload, ftplugin)
|
||||||
- [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin)
|
- [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin)
|
||||||
- [emblem](https://github.com/yalesov/vim-emblem) (syntax, indent, ftplugin)
|
- [emblem](https://github.com/yalesov/vim-emblem) (syntax, indent, ftplugin)
|
||||||
- [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent)
|
- [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent)
|
||||||
|
- [ferm](https://github.com/vim-scripts/ferm.vim) (syntax)
|
||||||
- [fish](https://github.com/dag/vim-fish) (syntax, indent, compiler, autoload, ftplugin)
|
- [fish](https://github.com/dag/vim-fish) (syntax, indent, compiler, autoload, ftplugin)
|
||||||
- [fsharp](https://github.com/fsharp/vim-fsharp) (syntax, indent)
|
- [fsharp](https://github.com/fsharp/vim-fsharp) (syntax, indent)
|
||||||
- [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin)
|
- [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin)
|
||||||
@@ -69,13 +77,15 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
- [gmpl](https://github.com/maelvalais/gmpl.vim) (syntax)
|
- [gmpl](https://github.com/maelvalais/gmpl.vim) (syntax)
|
||||||
- [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax)
|
- [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax)
|
||||||
- [go](https://github.com/fatih/vim-go) (syntax, compiler, indent)
|
- [go](https://github.com/fatih/vim-go) (syntax, compiler, indent)
|
||||||
|
- [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, ftplugin)
|
||||||
- [groovy](https://github.com/vim-scripts/groovy.vim) (syntax)
|
- [groovy](https://github.com/vim-scripts/groovy.vim) (syntax)
|
||||||
- [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin)
|
- [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin)
|
||||||
- [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, indent, ftplugin)
|
- [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, indent, ftplugin)
|
||||||
|
- [haproxy](https://github.com/CH-DanReif/haproxy.vim) (syntax)
|
||||||
- [haskell](https://github.com/neovimhaskell/haskell-vim) (syntax, indent, ftplugin)
|
- [haskell](https://github.com/neovimhaskell/haskell-vim) (syntax, indent, ftplugin)
|
||||||
- [haxe](https://github.com/yaymukund/vim-haxe) (syntax)
|
- [haxe](https://github.com/yaymukund/vim-haxe) (syntax)
|
||||||
- [html5](https://github.com/othree/html5.vim) (syntax, indent, autoload, ftplugin)
|
- [html5](https://github.com/othree/html5.vim) (syntax, indent, autoload, ftplugin)
|
||||||
- [i3](https://github.com/PotatoesMaster/i3-vim-syntax) (syntax, ftplugin)
|
- [i3](https://github.com/mboughaba/i3config.vim) (syntax, ftplugin)
|
||||||
- [jasmine](https://github.com/glanotte/vim-jasmine) (syntax)
|
- [jasmine](https://github.com/glanotte/vim-jasmine) (syntax)
|
||||||
- [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, compiler, ftplugin, extras)
|
- [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, compiler, ftplugin, extras)
|
||||||
- [jenkins](https://github.com/martinda/Jenkinsfile-vim-syntax) (syntax, indent)
|
- [jenkins](https://github.com/martinda/Jenkinsfile-vim-syntax) (syntax, indent)
|
||||||
@@ -91,19 +101,22 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
- [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin)
|
- [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin)
|
||||||
- [lua](https://github.com/tbastos/vim-lua) (syntax, indent)
|
- [lua](https://github.com/tbastos/vim-lua) (syntax, indent)
|
||||||
- [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin)
|
- [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin)
|
||||||
- [markdown](https://github.com/plasticboy/vim-markdown) (syntax)
|
- [markdown](https://github.com/plasticboy/vim-markdown) (syntax, indent)
|
||||||
- [mathematica](https://github.com/rsmenon/vim-mathematica) (syntax, ftplugin)
|
- [mathematica](https://github.com/rsmenon/vim-mathematica) (syntax, ftplugin)
|
||||||
|
- [moonscript](https://github.com/leafo/moonscript-vim) (syntax, indent, ftplugin)
|
||||||
- [nginx](https://github.com/chr4/nginx.vim) (syntax, indent, ftplugin)
|
- [nginx](https://github.com/chr4/nginx.vim) (syntax, indent, ftplugin)
|
||||||
- [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent)
|
- [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent)
|
||||||
- [nix](https://github.com/LnL7/vim-nix) (syntax, indent, ftplugin)
|
- [nix](https://github.com/LnL7/vim-nix) (syntax, indent, compiler, ftplugin)
|
||||||
- [objc](https://github.com/b4winckler/vim-objc) (ftplugin, syntax, indent)
|
- [objc](https://github.com/b4winckler/vim-objc) (ftplugin, syntax, indent)
|
||||||
- [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin)
|
- [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin)
|
||||||
- [octave](https://github.com/vim-scripts/octave.vim--) (syntax)
|
- [octave](https://github.com/vim-scripts/octave.vim--) (syntax)
|
||||||
- [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin)
|
- [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin)
|
||||||
|
- [org](https://github.com/jceb/vim-orgmode) (syntax, indent, ftplugin)
|
||||||
- [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin)
|
- [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin)
|
||||||
- [pgsql](https://github.com/exu/pgsql.vim) (syntax)
|
- [pgsql](https://github.com/exu/pgsql.vim) (syntax)
|
||||||
- [php](https://github.com/StanAngeloff/php.vim) (syntax)
|
- [php](https://github.com/StanAngeloff/php.vim) (syntax)
|
||||||
- [plantuml](https://github.com/aklt/plantuml-syntax) (syntax, indent, ftplugin)
|
- [plantuml](https://github.com/aklt/plantuml-syntax) (syntax, indent, ftplugin)
|
||||||
|
- [pony](https://github.com/jakwings/vim-pony) (syntax, indent, autoload, ftplugin)
|
||||||
- [powershell](https://github.com/PProvost/vim-ps1) (syntax, indent, ftplugin)
|
- [powershell](https://github.com/PProvost/vim-ps1) (syntax, indent, ftplugin)
|
||||||
- [protobuf](https://github.com/uarun/vim-protobuf) (syntax, indent)
|
- [protobuf](https://github.com/uarun/vim-protobuf) (syntax, indent)
|
||||||
- [pug](https://github.com/digitaltoad/vim-pug) (syntax, indent, ftplugin)
|
- [pug](https://github.com/digitaltoad/vim-pug) (syntax, indent, ftplugin)
|
||||||
@@ -118,6 +131,7 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
- [ragel](https://github.com/jneen/ragel.vim) (syntax)
|
- [ragel](https://github.com/jneen/ragel.vim) (syntax)
|
||||||
- [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin)
|
- [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin)
|
||||||
- [rspec](https://github.com/sheerun/rspec.vim) (syntax)
|
- [rspec](https://github.com/sheerun/rspec.vim) (syntax)
|
||||||
|
- [rst](https://github.com/marshallward/vim-restructuredtext) (syntax, autoload, ftplugin)
|
||||||
- [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin)
|
- [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin)
|
||||||
- [rust](https://github.com/rust-lang/rust.vim) (syntax, indent, compiler, autoload, ftplugin)
|
- [rust](https://github.com/rust-lang/rust.vim) (syntax, indent, compiler, autoload, ftplugin)
|
||||||
- [sbt](https://github.com/derekwyatt/vim-sbt) (syntax)
|
- [sbt](https://github.com/derekwyatt/vim-sbt) (syntax)
|
||||||
@@ -129,7 +143,7 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
- [stylus](https://github.com/wavded/vim-stylus) (syntax, indent, ftplugin)
|
- [stylus](https://github.com/wavded/vim-stylus) (syntax, indent, ftplugin)
|
||||||
- [swift](https://github.com/keith/swift.vim) (syntax, indent, ftplugin)
|
- [swift](https://github.com/keith/swift.vim) (syntax, indent, ftplugin)
|
||||||
- [sxhkd](https://github.com/baskerville/vim-sxhkdrc) (syntax)
|
- [sxhkd](https://github.com/baskerville/vim-sxhkdrc) (syntax)
|
||||||
- [systemd](https://github.com/kurayama/systemd-vim-syntax) (syntax)
|
- [systemd](https://github.com/wgwoods/vim-systemd-syntax) (syntax)
|
||||||
- [terraform](https://github.com/hashivim/vim-terraform) (syntax, indent, ftplugin)
|
- [terraform](https://github.com/hashivim/vim-terraform) (syntax, indent, ftplugin)
|
||||||
- [textile](https://github.com/timcharper/textile.vim) (syntax, ftplugin)
|
- [textile](https://github.com/timcharper/textile.vim) (syntax, ftplugin)
|
||||||
- [thrift](https://github.com/solarnz/thrift.vim) (syntax)
|
- [thrift](https://github.com/solarnz/thrift.vim) (syntax)
|
||||||
@@ -147,6 +161,7 @@ If you need full functionality of any plugin, please use it directly with your p
|
|||||||
- [xls](https://github.com/vim-scripts/XSLT-syntax) (syntax)
|
- [xls](https://github.com/vim-scripts/XSLT-syntax) (syntax)
|
||||||
- [yaml](https://github.com/stephpy/vim-yaml) (syntax, ftplugin)
|
- [yaml](https://github.com/stephpy/vim-yaml) (syntax, ftplugin)
|
||||||
- [yard](https://github.com/sheerun/vim-yardoc) (syntax)
|
- [yard](https://github.com/sheerun/vim-yardoc) (syntax)
|
||||||
|
<!--/Language Packs-->
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
@@ -163,13 +178,18 @@ Individual language packs can be disabled by setting `g:polyglot_disabled` as fo
|
|||||||
let g:polyglot_disabled = ['css']
|
let g:polyglot_disabled = ['css']
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that disabiling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand.
|
Note that disabling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Language packs are periodically updated using automated `build` script.
|
Language packs are periodically updated using automated `build` script.
|
||||||
|
|
||||||
Feel free to add your language, and send pull-request.
|
Feel free to add your language, and send pull-request. In your pull request, please include:
|
||||||
|
1. How you chose the particular repo from which to pull support for this language.
|
||||||
|
2. An updated https://github.com/sheerun/vim-polyglot/blob/master/build .
|
||||||
|
3. If at all possible, absolutely nothing else (in particular, please don't run `build` and include that in your PR).
|
||||||
|
|
||||||
|
The easier it is to validate that the new language won't do anything wacky, the faster it'll be merged. In particular, languages that utilize global plugins (loaded for every filetype), or plugins with dangerous features (like `call` based on the contents of a file being edited), will never be merged, as they will be slow or dangerous, respectively.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,11 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jsx') == -1
|
|||||||
" modified from html.vim
|
" modified from html.vim
|
||||||
if exists("loaded_matchit")
|
if exists("loaded_matchit")
|
||||||
let b:match_ignorecase = 0
|
let b:match_ignorecase = 0
|
||||||
let b:match_words = '(:),\[:\],{:},<:>,' .
|
let s:jsx_match_words = '(:),\[:\],{:},<:>,' .
|
||||||
\ '<\@<=\([^/][^ \t>]*\)[^>]*\%(/\@<!>\|$\):<\@<=/\1>'
|
\ '<\@<=\([^/][^ \t>]*\)[^>]*\%(/\@<!>\|$\):<\@<=/\1>'
|
||||||
|
let b:match_words = exists('b:match_words')
|
||||||
|
\ ? b:match_words . ',' . s:jsx_match_words
|
||||||
|
\ : s:jsx_match_words
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setlocal suffixesadd+=.jsx
|
setlocal suffixesadd+=.jsx
|
||||||
|
|||||||
@@ -75,4 +75,11 @@ if get(g:, "terraform_align", 1)
|
|||||||
setlocal shiftwidth=2
|
setlocal shiftwidth=2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Set the commentstring
|
||||||
|
if exists('g:terraform_commentstring')
|
||||||
|
let &l:commentstring=g:terraform_commentstring
|
||||||
|
else
|
||||||
|
setlocal commentstring=#%s
|
||||||
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'c++11') == -1
|
|||||||
" Highlight function names.
|
" Highlight function names.
|
||||||
" -----------------------------------------------------------------------------
|
" -----------------------------------------------------------------------------
|
||||||
if !exists('g:cpp_no_function_highlight')
|
if !exists('g:cpp_no_function_highlight')
|
||||||
syn match cCustomParen "(" contains=cParen contains=cCppParen
|
syn match cCustomParen transparent "(" contains=cParen contains=cCppParen
|
||||||
syn match cCustomFunc "\w\+\s*(\@=" contains=cCustomParen
|
syn match cCustomFunc "\w\+\s*(\@=" contains=cCustomParen
|
||||||
hi def link cCustomFunc Function
|
hi def link cCustomFunc Function
|
||||||
endif
|
endif
|
||||||
@@ -32,7 +32,7 @@ endif
|
|||||||
if exists('g:cpp_member_variable_highlight') && g:cpp_member_variable_highlight
|
if exists('g:cpp_member_variable_highlight') && g:cpp_member_variable_highlight
|
||||||
syn match cCustomDot "\." contained
|
syn match cCustomDot "\." contained
|
||||||
syn match cCustomPtr "->" contained
|
syn match cCustomPtr "->" contained
|
||||||
syn match cCustomMemVar "\(\.\|->\)\w\+" contains=cCustomDot,cCustomPtr
|
syn match cCustomMemVar "\(\.\|->\)\h\w*" contains=cCustomDot,cCustomPtr
|
||||||
hi def link cCustomMemVar Function
|
hi def link cCustomMemVar Function
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'c++11') == -1
|
|||||||
" Language: C++ Additions
|
" Language: C++ Additions
|
||||||
" Maintainer: Jon Haggblad <jon@haeggblad.com>
|
" Maintainer: Jon Haggblad <jon@haeggblad.com>
|
||||||
" URL: http://www.haeggblad.com
|
" URL: http://www.haeggblad.com
|
||||||
" Last Change: 12 Oct 2016
|
" Last Change: 1 Feb 2018
|
||||||
" Version: 0.6
|
" Version: 0.6
|
||||||
" Changelog:
|
" Changelog:
|
||||||
" 0.1 - initial version.
|
" 0.1 - initial version.
|
||||||
@@ -37,7 +37,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'c++11') == -1
|
|||||||
|
|
||||||
" Functions
|
" Functions
|
||||||
if !exists('g:cpp_no_function_highlight')
|
if !exists('g:cpp_no_function_highlight')
|
||||||
syn match cCustomParen "(" contains=cParen contains=cCppParen
|
syn match cCustomParen transparent "(" contains=cParen contains=cCppParen
|
||||||
syn match cCustomFunc "\w\+\s*(\@="
|
syn match cCustomFunc "\w\+\s*(\@="
|
||||||
hi def link cCustomFunc Function
|
hi def link cCustomFunc Function
|
||||||
endif
|
endif
|
||||||
@@ -855,6 +855,37 @@ syntax keyword cppSTLconstant WEOF
|
|||||||
syntax keyword cppSTLconstant WCHAR_MIN
|
syntax keyword cppSTLconstant WCHAR_MIN
|
||||||
syntax keyword cppSTLconstant WCHAR_MAX
|
syntax keyword cppSTLconstant WCHAR_MAX
|
||||||
|
|
||||||
|
" locale
|
||||||
|
syntax keyword cppSTLtype locale
|
||||||
|
syntax keyword cppSTLtype ctype_base
|
||||||
|
syntax keyword cppSTLtype codecvt_base
|
||||||
|
syntax keyword cppSTLtype messages_base
|
||||||
|
syntax keyword cppSTLtype time_base
|
||||||
|
syntax keyword cppSTLtype money_base
|
||||||
|
syntax keyword cppSTLtype ctype
|
||||||
|
syntax keyword cppSTLtype codecvt
|
||||||
|
syntax keyword cppSTLtype collate
|
||||||
|
syntax keyword cppSTLtype messages
|
||||||
|
syntax keyword cppSTLtype time_get
|
||||||
|
syntax keyword cppSTLtype time_put
|
||||||
|
syntax keyword cppSTLtype num_get
|
||||||
|
syntax keyword cppSTLtype num_put
|
||||||
|
syntax keyword cppSTLtype numpunct
|
||||||
|
syntax keyword cppSTLtype money_get
|
||||||
|
syntax keyword cppSTLtype money_put
|
||||||
|
syntax keyword cppSTLtype moneypunct
|
||||||
|
syntax keyword cppSTLtype ctype_byname
|
||||||
|
syntax keyword cppSTLtype codecvt_byname
|
||||||
|
syntax keyword cppSTLtype messages_byname
|
||||||
|
syntax keyword cppSTLtype collate_byname
|
||||||
|
syntax keyword cppSTLtype time_get_byname
|
||||||
|
syntax keyword cppSTLtype time_put_byname
|
||||||
|
syntax keyword cppSTLtype numpunct_byname
|
||||||
|
syntax keyword cppSTLtype moneypunct_byname
|
||||||
|
syntax keyword cppSTLfunction use_facet
|
||||||
|
syntax keyword cppSTLfunction has_facet
|
||||||
|
syntax keyword cppSTLfunction isspace isblank iscntrl isupper islower isalpha
|
||||||
|
syntax keyword cppSTLfunction isdigit ispunct isxdigit isalnum isprint isgraph
|
||||||
|
|
||||||
if !exists("cpp_no_cpp11")
|
if !exists("cpp_no_cpp11")
|
||||||
syntax keyword cppSTLconstant nullptr
|
syntax keyword cppSTLconstant nullptr
|
||||||
@@ -1766,6 +1797,9 @@ if !exists("cpp_no_cpp17")
|
|||||||
syntax keyword cppSTLfunction do_deallocate
|
syntax keyword cppSTLfunction do_deallocate
|
||||||
syntax keyword cppSTLfunction do_is_equal
|
syntax keyword cppSTLfunction do_is_equal
|
||||||
|
|
||||||
|
" mutex
|
||||||
|
syntax keyword cppSTLtype scoped_lock
|
||||||
|
|
||||||
" new
|
" new
|
||||||
syntax keyword cppSTLconstant hardware_destructive_interference_size
|
syntax keyword cppSTLconstant hardware_destructive_interference_size
|
||||||
syntax keyword cppSTLconstant hardware_constructive_interference_size
|
syntax keyword cppSTLconstant hardware_constructive_interference_size
|
||||||
@@ -1804,7 +1838,7 @@ if !exists("cpp_no_cpp17")
|
|||||||
syntax keyword cppSTLbool is_error_code_enum_v
|
syntax keyword cppSTLbool is_error_code_enum_v
|
||||||
syntax keyword cppSTLbool is_error_condition_enum_v
|
syntax keyword cppSTLbool is_error_condition_enum_v
|
||||||
|
|
||||||
" thread
|
" shared_mutex
|
||||||
syntax keyword cppSTLtype shared_mutex
|
syntax keyword cppSTLtype shared_mutex
|
||||||
|
|
||||||
" tuple
|
" tuple
|
||||||
@@ -1879,6 +1913,16 @@ if !exists("cpp_no_cpp17")
|
|||||||
syntax keyword cppSTLbool conjunction_v
|
syntax keyword cppSTLbool conjunction_v
|
||||||
syntax keyword cppSTLbool disjunction_v
|
syntax keyword cppSTLbool disjunction_v
|
||||||
syntax keyword cppSTLbool negation_v
|
syntax keyword cppSTLbool negation_v
|
||||||
|
syntax keyword cppSTLbool has_unique_object_representations_v
|
||||||
|
syntax keyword cppSTLbool is_swappable_v
|
||||||
|
syntax keyword cppSTLbool is_swappable_with_v
|
||||||
|
syntax keyword cppSTLbool is_nothrow_swappable_v
|
||||||
|
syntax keyword cppSTLbool is_nothrow_swappable_with_v
|
||||||
|
syntax keyword cppSTLbool is_invocable_v
|
||||||
|
syntax keyword cppSTLbool is_invocable_r_v
|
||||||
|
syntax keyword cppSTLbool is_nothrow_invocable_v
|
||||||
|
syntax keyword cppSTLbool is_nothrow_invocable_r_v
|
||||||
|
syntax keyword cppSTLbool is_aggregate_v
|
||||||
syntax keyword cppSTLconstant alignment_of_v
|
syntax keyword cppSTLconstant alignment_of_v
|
||||||
syntax keyword cppSTLconstant rank_v
|
syntax keyword cppSTLconstant rank_v
|
||||||
syntax keyword cppSTLconstant extent_v
|
syntax keyword cppSTLconstant extent_v
|
||||||
@@ -1888,6 +1932,19 @@ if !exists("cpp_no_cpp17")
|
|||||||
syntax keyword cppSTLtype conjunction
|
syntax keyword cppSTLtype conjunction
|
||||||
syntax keyword cppSTLtype disjunction
|
syntax keyword cppSTLtype disjunction
|
||||||
syntax keyword cppSTLtype negation
|
syntax keyword cppSTLtype negation
|
||||||
|
syntax keyword cppSTLtype void_t
|
||||||
|
syntax keyword cppSTLtype has_unique_object_representations
|
||||||
|
syntax keyword cppSTLtype is_swappable
|
||||||
|
syntax keyword cppSTLtype is_swappable_with
|
||||||
|
syntax keyword cppSTLtype is_nothrow_swappable
|
||||||
|
syntax keyword cppSTLtype is_nothrow_swappable_with
|
||||||
|
syntax keyword cppSTLtype is_invocable
|
||||||
|
syntax keyword cppSTLtype is_invocable_r
|
||||||
|
syntax keyword cppSTLtype is_nothrow_invocable
|
||||||
|
syntax keyword cppSTLtype is_nothrow_invocable_r
|
||||||
|
syntax keyword cppSTLtype invoke_result
|
||||||
|
syntax keyword cppSTLtype invoke_result_t
|
||||||
|
syntax keyword cppSTLtype is_aggregate
|
||||||
|
|
||||||
" unordered_map, unordered_set, unordered_multimap, unordered_multiset
|
" unordered_map, unordered_set, unordered_multimap, unordered_multiset
|
||||||
syntax keyword cppSTLtype node_type
|
syntax keyword cppSTLtype node_type
|
||||||
@@ -1921,6 +1978,12 @@ if !exists("cpp_no_cpp17")
|
|||||||
endif " C++17
|
endif " C++17
|
||||||
|
|
||||||
|
|
||||||
|
if !exists("cpp_no_cpp20")
|
||||||
|
" type_traits
|
||||||
|
syntax keyword cppSTLtype remove_cvref remove_cvref_t
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
if exists('g:cpp_concepts_highlight') && g:cpp_concepts_highlight
|
if exists('g:cpp_concepts_highlight') && g:cpp_concepts_highlight
|
||||||
syntax keyword cppStatement concept
|
syntax keyword cppStatement concept
|
||||||
syntax keyword cppStorageClass requires
|
syntax keyword cppStorageClass requires
|
||||||
|
|||||||
27
after/syntax/javascript/graphql.vim
Normal file
27
after/syntax/javascript/graphql.vim
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
|
||||||
|
|
||||||
|
if exists('b:current_syntax')
|
||||||
|
let s:current_syntax = b:current_syntax
|
||||||
|
unlet b:current_syntax
|
||||||
|
endif
|
||||||
|
syn include @GraphQLSyntax syntax/graphql.vim
|
||||||
|
if exists('s:current_syntax')
|
||||||
|
let b:current_syntax = s:current_syntax
|
||||||
|
endif
|
||||||
|
|
||||||
|
let s:tags = '\%(' . join(g:graphql_javascript_tags, '\|') . '\)'
|
||||||
|
|
||||||
|
exec 'syntax region graphqlTemplateString start=+' . s:tags . '\@20<=`+ skip=+\\`+ end=+`+ contains=@GraphQLSyntax,jsTemplateExpression,jsSpecial extend'
|
||||||
|
exec 'syntax match graphqlTaggedTemplate +' . s:tags . '\ze`+ nextgroup=graphqlTemplateString'
|
||||||
|
|
||||||
|
" Support expression interpolation ((${...})) inside template strings.
|
||||||
|
syntax region graphqlTemplateExpression start=+${+ end=+}+ contained contains=jsTemplateExpression containedin=graphqlFold keepend
|
||||||
|
|
||||||
|
hi def link graphqlTemplateString jsTemplateString
|
||||||
|
hi def link graphqlTaggedTemplate jsTaggedTemplate
|
||||||
|
hi def link graphqlTemplateExpression jsTemplateExpression
|
||||||
|
|
||||||
|
syn cluster jsExpression add=graphqlTaggedTemplate
|
||||||
|
syn cluster graphqlTaggedTemplate add=graphqlTemplateString
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -36,6 +36,10 @@ endif
|
|||||||
" jsBlock take care of ending the region.
|
" jsBlock take care of ending the region.
|
||||||
syn region xmlString contained start=+{+ end=++ contains=jsBlock,javascriptBlock
|
syn region xmlString contained start=+{+ end=++ contains=jsBlock,javascriptBlock
|
||||||
|
|
||||||
|
" JSX comments inside XML tag should color as comment. Note the trivial end pattern; we let
|
||||||
|
" jsComment take care of ending the region.
|
||||||
|
syn region xmlString contained start=+//+ end=++ contains=jsComment
|
||||||
|
|
||||||
" JSX child blocks behave just like JSX attributes, except that (a) they are
|
" JSX child blocks behave just like JSX attributes, except that (a) they are
|
||||||
" syntactically distinct, and (b) they need the syn-extend argument, or else
|
" syntactically distinct, and (b) they need the syn-extend argument, or else
|
||||||
" nested XML end-tag patterns may end the outer jsxRegion.
|
" nested XML end-tag patterns may end the outer jsxRegion.
|
||||||
@@ -49,7 +53,7 @@ syn region jsxChild contained start=+{+ end=++ contains=jsBlock,javascriptBlock
|
|||||||
" and generic Flow type annotations (http://flowtype.org/).
|
" and generic Flow type annotations (http://flowtype.org/).
|
||||||
syn region jsxRegion
|
syn region jsxRegion
|
||||||
\ contains=@Spell,@XMLSyntax,jsxRegion,jsxChild,jsBlock,javascriptBlock
|
\ contains=@Spell,@XMLSyntax,jsxRegion,jsxChild,jsBlock,javascriptBlock
|
||||||
\ start=+\%(<\|\w\)\@<!<\z([a-zA-Z][a-zA-Z0-9:\-.]*\>[:,]\@!\)\([^>]*>(\)\@!+
|
\ start=+\%(<\|\w\)\@<!<\z([a-zA-Z_][a-zA-Z0-9:\-.]*\>[:,]\@!\)\([^>]*>(\)\@!+
|
||||||
\ skip=+<!--\_.\{-}-->+
|
\ skip=+<!--\_.\{-}-->+
|
||||||
\ end=+</\z1\_\s\{-}>+
|
\ end=+</\z1\_\s\{-}>+
|
||||||
\ end=+/>+
|
\ end=+/>+
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
||||||
|
|
||||||
if !exists('g:rust_conceal') || g:rust_conceal == 0 || !has('conceal') || &enc != 'utf-8'
|
scriptencoding utf-8
|
||||||
finish
|
|
||||||
|
if !get(g:, 'rust_conceal', 0) || !has('conceal') || &encoding !=# 'utf-8'
|
||||||
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" For those who don't want to see `::`...
|
" For those who don't want to see `::`...
|
||||||
if exists('g:rust_conceal_mod_path') && g:rust_conceal_mod_path != 0
|
if get(g:, 'rust_conceal_mod_path', 0)
|
||||||
syn match rustNiceOperator "::" conceal cchar=ㆍ
|
syn match rustNiceOperator "::" conceal cchar=ㆍ
|
||||||
endif
|
endif
|
||||||
|
|
||||||
syn match rustRightArrowHead contained ">" conceal cchar=
|
syn match rustRightArrowHead contained ">" conceal cchar=
|
||||||
@@ -20,7 +22,7 @@ syn match rustNiceOperator "=>" contains=rustFatRightArrowHead,rustFatRightArrow
|
|||||||
syn match rustNiceOperator /\<\@!_\(_*\>\)\@=/ conceal cchar=′
|
syn match rustNiceOperator /\<\@!_\(_*\>\)\@=/ conceal cchar=′
|
||||||
|
|
||||||
" For those who don't want to see `pub`...
|
" For those who don't want to see `pub`...
|
||||||
if exists('g:rust_conceal_pub') && g:rust_conceal_pub != 0
|
if get(g:, 'rust_conceal_pub', 0)
|
||||||
syn match rustPublicSigil contained "pu" conceal cchar=*
|
syn match rustPublicSigil contained "pu" conceal cchar=*
|
||||||
syn match rustPublicRest contained "b" conceal cchar=
|
syn match rustPublicRest contained "b" conceal cchar=
|
||||||
syn match rustNiceOperator "pub " contains=rustPublicSigil,rustPublicRest
|
syn match rustNiceOperator "pub " contains=rustPublicSigil,rustPublicRest
|
||||||
@@ -28,11 +30,16 @@ endif
|
|||||||
|
|
||||||
hi link rustNiceOperator Operator
|
hi link rustNiceOperator Operator
|
||||||
|
|
||||||
if !(exists('g:rust_conceal_mod_path') && g:rust_conceal_mod_path != 0)
|
if !get(g:, 'rust_conceal_mod_path', 0)
|
||||||
hi! link Conceal Operator
|
hi! link Conceal Operator
|
||||||
|
|
||||||
" And keep it after a colorscheme change
|
augroup rust.vim.after
|
||||||
au ColorScheme <buffer> hi! link Conceal Operator
|
autocmd!
|
||||||
|
" And keep it after a colorscheme change
|
||||||
|
autocmd ColorScheme <buffer> hi! link Conceal Operator
|
||||||
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
26
after/syntax/typescript/graphql.vim
Normal file
26
after/syntax/typescript/graphql.vim
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
|
||||||
|
|
||||||
|
if exists('b:current_syntax')
|
||||||
|
let s:current_syntax = b:current_syntax
|
||||||
|
unlet b:current_syntax
|
||||||
|
endif
|
||||||
|
syn include @GraphQLSyntax syntax/graphql.vim
|
||||||
|
if exists('s:current_syntax')
|
||||||
|
let b:current_syntax = s:current_syntax
|
||||||
|
endif
|
||||||
|
|
||||||
|
let s:tags = '\%(' . join(g:graphql_javascript_tags, '\|') . '\)'
|
||||||
|
|
||||||
|
exec 'syntax region graphqlTemplateString start=+' . s:tags . '\@20<=`+ skip=+\\`+ end=+`+ contains=@GraphQLSyntax,typescriptTemplateSubstitution extend'
|
||||||
|
exec 'syntax match graphqlTaggedTemplate +' . s:tags . '\ze`+ nextgroup=graphqlTemplateString'
|
||||||
|
|
||||||
|
" Support expression interpolation ((${...})) inside template strings.
|
||||||
|
syntax region graphqlTemplateExpression start=+${+ end=+}+ contained contains=typescriptTemplateSubstitution containedin=graphqlFold keepend
|
||||||
|
|
||||||
|
hi def link graphqlTemplateString typescriptTemplate
|
||||||
|
hi def link graphqlTemplateExpression typescriptTemplateSubstitution
|
||||||
|
|
||||||
|
syn cluster typescriptExpression add=graphqlTaggedTemplate
|
||||||
|
syn cluster graphqlTaggedTemplate add=graphqlTemplateString
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -21,13 +21,17 @@ if version < 600
|
|||||||
endif
|
endif
|
||||||
syntax clear
|
syntax clear
|
||||||
|
|
||||||
syn match yamlBlock "[\[\]\{\}\|\>]"
|
syn match yamlInline "[\[\]\{\}]"
|
||||||
|
syn match yamlBlock "[>|]\d\?[+-]"
|
||||||
|
|
||||||
syn region yamlComment start="\#" end="$"
|
syn region yamlComment start="\#" end="$"
|
||||||
syn match yamlIndicator "#YAML:\S\+"
|
syn match yamlIndicator "#YAML:\S\+"
|
||||||
|
|
||||||
syn region yamlString start="\%(^\| \)\zs'" end="'\ze\%( \|$\)" skip="\\'"
|
syn region yamlString start="\(^\|\s\|\[\|\,\|\-\)'" end="'" skip="\\'"
|
||||||
syn region yamlString start='"' end='"' skip='\\"' contains=yamlEscape
|
syn region yamlString start='"' end='"' skip='\\"' contains=yamlEscape
|
||||||
|
syn region yamlString matchgroup=yamlBlock start=/[>|]\s*\n\+\z(\s\+\)\S/rs=s+1 skip=/^\%(\z1\S\|^$\)/ end=/^\z1\@!.*/me=s-1
|
||||||
|
syn region yamlString matchgroup=yamlBlock start=/[>|]\(\d\|[+-]\)\s*\n\+\z(\s\+\)\S/rs=s+2 skip=/^\%(\z1\S\|^$\)/ end=/^\z1\@!.*/me=s-1
|
||||||
|
syn region yamlString matchgroup=yamlBlock start=/[>|]\d\(\d\|[+-]\)\s*\n\+\z(\s\+\)\S/rs=s+3 skip=/^\%(\z1\S\|^$\)/ end=/^\z1\@!.*/me=s-1
|
||||||
syn match yamlEscape +\\[abfnrtv'"\\]+ contained
|
syn match yamlEscape +\\[abfnrtv'"\\]+ contained
|
||||||
syn match yamlEscape "\\\o\o\=\o\=" contained
|
syn match yamlEscape "\\\o\o\=\o\=" contained
|
||||||
syn match yamlEscape "\\x\x\+" contained
|
syn match yamlEscape "\\x\x\+" contained
|
||||||
@@ -53,6 +57,7 @@ hi link yamlKey Identifier
|
|||||||
hi link yamlType Type
|
hi link yamlType Type
|
||||||
|
|
||||||
hi link yamlComment Comment
|
hi link yamlComment Comment
|
||||||
|
hi link yamlInline Operator
|
||||||
hi link yamlBlock Operator
|
hi link yamlBlock Operator
|
||||||
hi link yamlString String
|
hi link yamlString String
|
||||||
hi link yamlEscape Special
|
hi link yamlEscape Special
|
||||||
|
|||||||
@@ -21,6 +21,9 @@ function! s:L2U_Setup()
|
|||||||
if !has_key(b:, "l2u_cmdtab_set")
|
if !has_key(b:, "l2u_cmdtab_set")
|
||||||
let b:l2u_cmdtab_set = 0
|
let b:l2u_cmdtab_set = 0
|
||||||
endif
|
endif
|
||||||
|
if !has_key(b:, "l2u_keymap_set")
|
||||||
|
let b:l2u_keymap_set = 0
|
||||||
|
endif
|
||||||
|
|
||||||
" Did we activate the L2U as-you-type substitutions?
|
" Did we activate the L2U as-you-type substitutions?
|
||||||
if !has_key(b:, "l2u_autosub_set")
|
if !has_key(b:, "l2u_autosub_set")
|
||||||
@@ -76,11 +79,7 @@ function! s:L2U_SetupGlobal()
|
|||||||
" A hack to forcibly get out of completion mode: feed
|
" A hack to forcibly get out of completion mode: feed
|
||||||
" this string with feedkeys()
|
" this string with feedkeys()
|
||||||
if has("win32") || has("win64")
|
if has("win32") || has("win64")
|
||||||
if has("gui_running")
|
let s:l2u_esc_sequence = "\u0006"
|
||||||
let s:l2u_esc_sequence = "\u0006"
|
|
||||||
else
|
|
||||||
let s:l2u_esc_sequence = "\u0006\b"
|
|
||||||
endif
|
|
||||||
else
|
else
|
||||||
let s:l2u_esc_sequence = "\u0091\b"
|
let s:l2u_esc_sequence = "\u0091\b"
|
||||||
end
|
end
|
||||||
@@ -409,8 +408,8 @@ function! LaTeXtoUnicode#FallbackCallback()
|
|||||||
return
|
return
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" This is the function which is mapped to <S-Tab> in command-line mode
|
" This is the function that performs the substitution in command-line mode
|
||||||
function! LaTeXtoUnicode#CmdTab()
|
function! LaTeXtoUnicode#CmdTab(triggeredbytab)
|
||||||
" first stage
|
" first stage
|
||||||
" analyse command line
|
" analyse command line
|
||||||
let col1 = getcmdpos() - 1
|
let col1 = getcmdpos() - 1
|
||||||
@@ -419,6 +418,9 @@ function! LaTeXtoUnicode#CmdTab()
|
|||||||
let b:l2u_singlebslash = (match(l[0:col1-1], '\\$') >= 0)
|
let b:l2u_singlebslash = (match(l[0:col1-1], '\\$') >= 0)
|
||||||
" completion not found
|
" completion not found
|
||||||
if col0 == -1
|
if col0 == -1
|
||||||
|
if a:triggeredbytab
|
||||||
|
call feedkeys("\<Tab>", 'nt') " fall-back to the default <Tab>
|
||||||
|
endif
|
||||||
return l
|
return l
|
||||||
endif
|
endif
|
||||||
let base = l[col0 : col1-1]
|
let base = l[col0 : col1-1]
|
||||||
@@ -434,6 +436,9 @@ function! LaTeXtoUnicode#CmdTab()
|
|||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
if len(partmatches) == 0
|
if len(partmatches) == 0
|
||||||
|
if a:triggeredbytab
|
||||||
|
call feedkeys("\<Tab>", 'nt') " fall-back to the default <Tab>
|
||||||
|
endif
|
||||||
return l
|
return l
|
||||||
endif
|
endif
|
||||||
" exact matches are replaced with Unicode
|
" exact matches are replaced with Unicode
|
||||||
@@ -463,8 +468,13 @@ endfunction
|
|||||||
" Setup the L2U tab mapping
|
" Setup the L2U tab mapping
|
||||||
function! s:L2U_SetTab(wait_insert_enter)
|
function! s:L2U_SetTab(wait_insert_enter)
|
||||||
if !b:l2u_cmdtab_set && get(g:, "latex_to_unicode_tab", 1) && b:l2u_enabled
|
if !b:l2u_cmdtab_set && get(g:, "latex_to_unicode_tab", 1) && b:l2u_enabled
|
||||||
cmap <buffer> <S-Tab> <Plug>L2UCmdTab
|
let b:l2u_cmdtab_keys = get(g:, "latex_to_unicode_cmd_mapping", ['<Tab>','<S-Tab>'])
|
||||||
cnoremap <buffer> <Plug>L2UCmdTab <C-\>eLaTeXtoUnicode#CmdTab()<CR>
|
if type(b:l2u_cmdtab_keys) != type([]) " avoid using v:t_list for backward compatibility
|
||||||
|
let b:l2u_cmdtab_keys = [b:l2u_cmdtab_keys]
|
||||||
|
endif
|
||||||
|
for k in b:l2u_cmdtab_keys
|
||||||
|
exec 'cnoremap <buffer> '.k.' <C-\>eLaTeXtoUnicode#CmdTab('.(k ==? '<Tab>').')<CR>'
|
||||||
|
endfor
|
||||||
let b:l2u_cmdtab_set = 1
|
let b:l2u_cmdtab_set = 1
|
||||||
endif
|
endif
|
||||||
if b:l2u_tab_set
|
if b:l2u_tab_set
|
||||||
@@ -500,7 +510,9 @@ endfunction
|
|||||||
" Revert the LaTeX-to-Unicode tab mapping settings
|
" Revert the LaTeX-to-Unicode tab mapping settings
|
||||||
function! s:L2U_UnsetTab()
|
function! s:L2U_UnsetTab()
|
||||||
if b:l2u_cmdtab_set
|
if b:l2u_cmdtab_set
|
||||||
cunmap <buffer> <S-Tab>
|
for k in b:l2u_cmdtab_keys
|
||||||
|
exec 'cunmap <buffer> '.k
|
||||||
|
endfor
|
||||||
let b:l2u_cmdtab_set = 0
|
let b:l2u_cmdtab_set = 0
|
||||||
endif
|
endif
|
||||||
if !b:l2u_tab_set
|
if !b:l2u_tab_set
|
||||||
@@ -593,6 +605,21 @@ function! s:L2U_UnsetAutoSub()
|
|||||||
let b:l2u_autosub_set = 0
|
let b:l2u_autosub_set = 0
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! s:L2U_SetKeymap()
|
||||||
|
if !b:l2u_keymap_set && get(g:, "latex_to_unicode_keymap", 0) && b:l2u_enabled
|
||||||
|
setlocal keymap=latex2unicode
|
||||||
|
let b:l2u_keymap_set = 1
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:L2U_UnsetKeymap()
|
||||||
|
if !b:l2u_keymap_set
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
setlocal keymap=
|
||||||
|
let b:l2u_keymap_set = 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
" Initialization. Can be used to re-init when global settings have changed.
|
" Initialization. Can be used to re-init when global settings have changed.
|
||||||
function! LaTeXtoUnicode#Init(...)
|
function! LaTeXtoUnicode#Init(...)
|
||||||
let wait_insert_enter = a:0 > 0 ? a:1 : 1
|
let wait_insert_enter = a:0 > 0 ? a:1 : 1
|
||||||
@@ -605,9 +632,11 @@ function! LaTeXtoUnicode#Init(...)
|
|||||||
|
|
||||||
call s:L2U_UnsetTab()
|
call s:L2U_UnsetTab()
|
||||||
call s:L2U_UnsetAutoSub()
|
call s:L2U_UnsetAutoSub()
|
||||||
|
call s:L2U_UnsetKeymap()
|
||||||
|
|
||||||
call s:L2U_SetTab(wait_insert_enter)
|
call s:L2U_SetTab(wait_insert_enter)
|
||||||
call s:L2U_SetAutoSub(wait_insert_enter)
|
call s:L2U_SetAutoSub(wait_insert_enter)
|
||||||
|
call s:L2U_SetKeymap()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! LaTeXtoUnicode#Toggle()
|
function! LaTeXtoUnicode#Toggle()
|
||||||
|
|||||||
54
autoload/RstFold.vim
Normal file
54
autoload/RstFold.vim
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rst') == -1
|
||||||
|
|
||||||
|
" Author: Antony Lee <anntzer.lee@gmail.com>
|
||||||
|
" Description: Helper functions for reStructuredText syntax folding
|
||||||
|
" Last Modified: 2018-01-07
|
||||||
|
|
||||||
|
function s:CacheRstFold()
|
||||||
|
let closure = {'header_types': {}, 'max_level': 0, 'levels': {}}
|
||||||
|
function closure.Process(match) dict
|
||||||
|
let curline = getcurpos()[1]
|
||||||
|
if has_key(self.levels, curline - 1)
|
||||||
|
" For over+under-lined headers, the regex will match both at the
|
||||||
|
" overline and at the title itself; in that case, skip the second match.
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
let lines = split(a:match, '\n')
|
||||||
|
let key = repeat(lines[-1][0], len(lines))
|
||||||
|
if !has_key(self.header_types, key)
|
||||||
|
let self.max_level += 1
|
||||||
|
let self.header_types[key] = self.max_level
|
||||||
|
endif
|
||||||
|
let self.levels[curline] = self.header_types[key]
|
||||||
|
endfunction
|
||||||
|
let save_cursor = getcurpos()
|
||||||
|
let save_mark = getpos("'[")
|
||||||
|
silent keeppatterns %s/\v^%(%(([=`:.'"~^_*+#-])\1+\n)?.{1,2}\n([=`:.'"~^_*+#-])\2+)|%(%(([=`:.''"~^_*+#-])\3{2,}\n)?.{3,}\n([=`:.''"~^_*+#-])\4{2,})$/\=closure.Process(submatch(0))/gn
|
||||||
|
call setpos('.', save_cursor)
|
||||||
|
call setpos("'[", save_mark)
|
||||||
|
let b:RstFoldCache = closure.levels
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function RstFold#GetRstFold()
|
||||||
|
if !has_key(b:, 'RstFoldCache')
|
||||||
|
call s:CacheRstFold()
|
||||||
|
endif
|
||||||
|
if has_key(b:RstFoldCache, v:lnum)
|
||||||
|
return '>' . b:RstFoldCache[v:lnum]
|
||||||
|
else
|
||||||
|
return '='
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function RstFold#GetRstFoldText()
|
||||||
|
if !has_key(b:, 'RstFoldCache')
|
||||||
|
call s:CacheRstFold()
|
||||||
|
endif
|
||||||
|
let indent = repeat(' ', b:RstFoldCache[v:foldstart] - 1)
|
||||||
|
let thisline = getline(v:foldstart)
|
||||||
|
" For over+under-lined headers, skip the overline.
|
||||||
|
let text = thisline =~ '^\([=`:.''"~^_*+#-]\)\1\+$' ? getline(v:foldstart + 1) : thisline
|
||||||
|
return indent . text
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
endif
|
||||||
119
autoload/cargo.vim
Normal file
119
autoload/cargo.vim
Normal file
@@ -0,0 +1,119 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
||||||
|
|
||||||
|
function! cargo#Load()
|
||||||
|
" Utility call to get this script loaded, for debugging
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#cmd(args)
|
||||||
|
execute "! cargo" a:args
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:nearest_cargo(...) abort
|
||||||
|
" If the second argument is not specified, the first argument determines
|
||||||
|
" whether we will start from the current directory or the directory of the
|
||||||
|
" current buffer, otherwise, we start with the provided path on the
|
||||||
|
" second argument.
|
||||||
|
|
||||||
|
let l:is_getcwd = get(a:, 1, 0)
|
||||||
|
if l:is_getcwd
|
||||||
|
let l:starting_path = get(a:, 2, getcwd())
|
||||||
|
else
|
||||||
|
let l:starting_path = get(a:, 2, expand('%:p:h'))
|
||||||
|
endif
|
||||||
|
|
||||||
|
return findfile('Cargo.toml', l:starting_path . ';')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#nearestCargo(is_getcwd) abort
|
||||||
|
return s:nearest_cargo(a:is_getcwd)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#nearestWorkspaceCargo(is_getcwd) abort
|
||||||
|
let l:nearest = s:nearest_cargo(a:is_getcwd)
|
||||||
|
while l:nearest !=# ''
|
||||||
|
for l:line in readfile(l:nearest, '', 0x100)
|
||||||
|
if l:line =~# '\V[workspace]'
|
||||||
|
return l:nearest
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
let l:next = fnamemodify(l:nearest, ':p:h:h')
|
||||||
|
let l:nearest = s:nearest_cargo(0, l:next)
|
||||||
|
endwhile
|
||||||
|
return ''
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#nearestRootCargo(is_getcwd) abort
|
||||||
|
" Try to find a workspace Cargo.toml, and if not found, take the nearest
|
||||||
|
" regular Cargo.toml
|
||||||
|
let l:workspace_cargo = cargo#nearestWorkspaceCargo(a:is_getcwd)
|
||||||
|
if l:workspace_cargo !=# ''
|
||||||
|
return l:workspace_cargo
|
||||||
|
endif
|
||||||
|
return s:nearest_cargo(a:is_getcwd)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
function! cargo#build(args)
|
||||||
|
call cargo#cmd("build " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#clean(args)
|
||||||
|
call cargo#cmd("clean " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#doc(args)
|
||||||
|
call cargo#cmd("doc " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#new(args)
|
||||||
|
call cargo#cmd("new " . a:args)
|
||||||
|
cd `=a:args`
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#init(args)
|
||||||
|
call cargo#cmd("init " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#run(args)
|
||||||
|
call cargo#cmd("run " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#test(args)
|
||||||
|
call cargo#cmd("test " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#bench(args)
|
||||||
|
call cargo#cmd("bench " . a:args)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#runtarget(args)
|
||||||
|
let l:filename = expand('%:p')
|
||||||
|
let l:read_manifest = system('cargo read-manifest')
|
||||||
|
let l:metadata = json_decode(l:read_manifest)
|
||||||
|
let l:targets = get(l:metadata, 'targets', [])
|
||||||
|
let l:did_run = 0
|
||||||
|
for l:target in l:targets
|
||||||
|
let l:src_path = get(l:target, 'src_path', '')
|
||||||
|
let l:kinds = get(l:target, 'kind', [])
|
||||||
|
let l:name = get(l:target, 'name', '')
|
||||||
|
if l:src_path == l:filename
|
||||||
|
if index(l:kinds, 'example') != -1
|
||||||
|
let l:did_run = 1
|
||||||
|
call cargo#run("--example " . shellescape(l:name) . " " . a:args)
|
||||||
|
return
|
||||||
|
elseif index(l:kinds, 'bin') != -1
|
||||||
|
let l:did_run = 1
|
||||||
|
call cargo#run("--bin " . shellescape(l:name) . " " . a:args)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
if l:did_run != 1
|
||||||
|
call cargo#run(a:args)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
|
endif
|
||||||
30
autoload/cargo/quickfix.vim
Normal file
30
autoload/cargo/quickfix.vim
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
||||||
|
|
||||||
|
function! cargo#quickfix#CmdPre() abort
|
||||||
|
if &filetype ==# 'rust' && get(b:, 'current_compiler', '') ==# 'cargo'
|
||||||
|
" Preserve the current directory, and 'lcd' to the nearest Cargo file.
|
||||||
|
let b:rust_compiler_cargo_qf_has_lcd = haslocaldir()
|
||||||
|
let b:rust_compiler_cargo_qf_prev_cd = getcwd()
|
||||||
|
let b:rust_compiler_cargo_qf_prev_cd_saved = 1
|
||||||
|
let l:nearest = fnamemodify(cargo#nearestRootCargo(0), ':h')
|
||||||
|
execute 'lchdir! '.l:nearest
|
||||||
|
else
|
||||||
|
let b:rust_compiler_cargo_qf_prev_cd_saved = 0
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! cargo#quickfix#CmdPost() abort
|
||||||
|
if exists("b:rust_compiler_cargo_qf_prev_cd_saved") && b:rust_compiler_cargo_qf_prev_cd_saved
|
||||||
|
" Restore the current directory.
|
||||||
|
if b:rust_compiler_cargo_qf_has_lcd
|
||||||
|
execute 'lchdir! '.b:rust_compiler_cargo_qf_prev_cd
|
||||||
|
else
|
||||||
|
execute 'chdir! '.b:rust_compiler_cargo_qf_prev_cd
|
||||||
|
endif
|
||||||
|
let b:rust_compiler_cargo_qf_prev_cd_saved = 0
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -3,11 +3,21 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
|||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|
||||||
let s:V = vital#of('crystal')
|
let s:V = vital#crystal#new()
|
||||||
let s:P = s:V.import('Process')
|
let s:P = s:V.import('Process')
|
||||||
let s:J = s:V.import('Web.JSON')
|
|
||||||
let s:C = s:V.import('ColorEcho')
|
let s:C = s:V.import('ColorEcho')
|
||||||
|
|
||||||
|
if exists('*json_decode')
|
||||||
|
function! s:decode_json(text) abort
|
||||||
|
return json_decode(a:text)
|
||||||
|
endfunction
|
||||||
|
else
|
||||||
|
let s:J = s:V.import('Web.JSON')
|
||||||
|
function! s:decode_json(text) abort
|
||||||
|
return s:J.decode(a:text)
|
||||||
|
endfunction
|
||||||
|
endif
|
||||||
|
|
||||||
function! s:echo_error(msg, ...) abort
|
function! s:echo_error(msg, ...) abort
|
||||||
echohl ErrorMsg
|
echohl ErrorMsg
|
||||||
if a:0 == 0
|
if a:0 == 0
|
||||||
@@ -102,7 +112,7 @@ function! crystal_lang#jump_to_definition(file, pos) abort
|
|||||||
return s:echo_error(cmd_result.output)
|
return s:echo_error(cmd_result.output)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let impl = s:J.decode(cmd_result.output)
|
let impl = s:decode_json(cmd_result.output)
|
||||||
if impl.status !=# 'ok'
|
if impl.status !=# 'ok'
|
||||||
return s:echo_error(impl.message)
|
return s:echo_error(impl.message)
|
||||||
endif
|
endif
|
||||||
@@ -149,7 +159,6 @@ endfunction
|
|||||||
|
|
||||||
function! crystal_lang#complete(findstart, base) abort
|
function! crystal_lang#complete(findstart, base) abort
|
||||||
if a:findstart
|
if a:findstart
|
||||||
echom 'find start'
|
|
||||||
return s:find_completion_start()
|
return s:find_completion_start()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -158,7 +167,7 @@ function! crystal_lang#complete(findstart, base) abort
|
|||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let contexts = s:J.decode(cmd_result.output)
|
let contexts = s:decode_json(cmd_result.output)
|
||||||
if contexts.status !=# 'ok'
|
if contexts.status !=# 'ok'
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
@@ -271,59 +280,38 @@ function! crystal_lang#format_string(code, ...) abort
|
|||||||
return output
|
return output
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:get_saved_states() abort
|
" crystal_lang#format(option_str [, on_save])
|
||||||
let result = {}
|
function! crystal_lang#format(option_str, ...) abort
|
||||||
let fname = bufname('%')
|
|
||||||
let current_winnr = winnr()
|
|
||||||
for i in range(1, winnr('$'))
|
|
||||||
let bufnr = winbufnr(i)
|
|
||||||
if bufnr == -1
|
|
||||||
continue
|
|
||||||
endif
|
|
||||||
if bufname(bufnr) ==# fname
|
|
||||||
execute i 'wincmd w'
|
|
||||||
let result[i] = {
|
|
||||||
\ 'pos': getpos('.'),
|
|
||||||
\ 'screen': winsaveview()
|
|
||||||
\ }
|
|
||||||
endif
|
|
||||||
endfor
|
|
||||||
execute current_winnr 'wincmd w'
|
|
||||||
return result
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! crystal_lang#format(option_str) abort
|
|
||||||
if !executable(g:crystal_compiler_command)
|
if !executable(g:crystal_compiler_command)
|
||||||
" Finish command silently
|
" Finish command silently
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let formatted = crystal_lang#format_string(join(getline(1, '$'), "\n"), a:option_str)
|
let on_save = a:0 > 0 ? a:1 : 0
|
||||||
let formatted = substitute(formatted, '\n$', '', '')
|
|
||||||
|
|
||||||
let sel_save = &l:selection
|
let before = join(getline(1, '$'), "\n")
|
||||||
let ve_save = &virtualedit
|
let formatted = crystal_lang#format_string(before, a:option_str)
|
||||||
let &l:selection = 'inclusive'
|
if !on_save
|
||||||
let &virtualedit = ''
|
let after = substitute(formatted, '\n$', '', '')
|
||||||
let [save_g_reg, save_g_regtype] = [getreg('g'), getregtype('g')]
|
if before ==# after
|
||||||
let windows_save = s:get_saved_states()
|
return
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
try
|
let view_save = winsaveview()
|
||||||
call setreg('g', formatted, 'v')
|
let pos_save = getpos('.')
|
||||||
silent normal! gg0vG$"gp
|
let lines = split(formatted, '\n')
|
||||||
finally
|
silent! undojoin
|
||||||
call setreg('g', save_g_reg, save_g_regtype)
|
if line('$') > len(lines)
|
||||||
let &l:selection = sel_save
|
execute len(lines) . ',$delete' '_'
|
||||||
let &virtualedit = ve_save
|
endif
|
||||||
let winnr = winnr()
|
call setline(1, lines)
|
||||||
for winnr in keys(windows_save)
|
call winrestview(view_save)
|
||||||
let w = windows_save[winnr]
|
call setpos('.', pos_save)
|
||||||
execute winnr 'wincmd w'
|
endfunction
|
||||||
call setpos('.', w.pos)
|
|
||||||
call winrestview(w.screen)
|
function! crystal_lang#expand(file, pos, ...) abort
|
||||||
endfor
|
return crystal_lang#tool('expand', a:file, a:pos, get(a:, 1, ''))
|
||||||
execute winnr 'wincmd w'
|
|
||||||
endtry
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ function! dart#fmt(q_args) abort
|
|||||||
if executable('dartfmt')
|
if executable('dartfmt')
|
||||||
let buffer_content = join(getline(1, '$'), "\n")
|
let buffer_content = join(getline(1, '$'), "\n")
|
||||||
let joined_lines = system(printf('dartfmt %s', a:q_args), buffer_content)
|
let joined_lines = system(printf('dartfmt %s', a:q_args), buffer_content)
|
||||||
|
if buffer_content ==# joined_lines[:-2] | return | endif
|
||||||
if 0 == v:shell_error
|
if 0 == v:shell_error
|
||||||
let win_view = winsaveview()
|
let win_view = winsaveview()
|
||||||
let lines = split(joined_lines, "\n")
|
let lines = split(joined_lines, "\n")
|
||||||
@@ -129,6 +130,15 @@ function! s:PackageMap() abort
|
|||||||
return [v:true, map]
|
return [v:true, map]
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Toggle whether dartfmt is run on save or not.
|
||||||
|
function! dart#ToggleFormatOnSave() abort
|
||||||
|
if get(g:, "dart_format_on_save", 0)
|
||||||
|
let g:dart_format_on_save = 0
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
let g:dart_format_on_save = 1
|
||||||
|
endfunction
|
||||||
|
|
||||||
" Finds a file name '.packages' in the cwd, or in any directory above the open
|
" Finds a file name '.packages' in the cwd, or in any directory above the open
|
||||||
" file.
|
" file.
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -18,30 +18,32 @@ function! elixir#indent#indent(lnum)
|
|||||||
call s:debug("==> Indenting line " . lnum)
|
call s:debug("==> Indenting line " . lnum)
|
||||||
call s:debug("text = '" . text . "'")
|
call s:debug("text = '" . text . "'")
|
||||||
|
|
||||||
|
let [_, curs_lnum, curs_col, _] = getpos('.')
|
||||||
|
call cursor(lnum, 0)
|
||||||
|
|
||||||
let handlers = [
|
let handlers = [
|
||||||
\'top_of_file',
|
\'top_of_file',
|
||||||
\'starts_with_end',
|
|
||||||
\'starts_with_mid_or_end_block_keyword',
|
|
||||||
\'following_trailing_do',
|
|
||||||
\'following_trailing_binary_operator',
|
\'following_trailing_binary_operator',
|
||||||
\'starts_with_pipe',
|
\'starts_with_pipe',
|
||||||
\'starts_with_close_bracket',
|
|
||||||
\'starts_with_binary_operator',
|
\'starts_with_binary_operator',
|
||||||
\'inside_nested_construct',
|
\'inside_block',
|
||||||
\'starts_with_comment',
|
\'starts_with_end',
|
||||||
\'inside_generic_block',
|
\'inside_generic_block',
|
||||||
\'follow_prev_nb'
|
\'follow_prev_nb'
|
||||||
\]
|
\]
|
||||||
for handler in handlers
|
for handler in handlers
|
||||||
call s:debug('testing handler elixir#indent#handle_'.handler)
|
call s:debug('testing handler elixir#indent#handle_'.handler)
|
||||||
let indent = function('elixir#indent#handle_'.handler)(lnum, text, prev_nb_lnum, prev_nb_text)
|
let context = {'lnum': lnum, 'text': text, 'prev_nb_lnum': prev_nb_lnum, 'prev_nb_text': prev_nb_text}
|
||||||
|
let indent = function('elixir#indent#handle_'.handler)(context)
|
||||||
if indent != -1
|
if indent != -1
|
||||||
call s:debug('line '.lnum.': elixir#indent#handle_'.handler.' returned '.indent)
|
call s:debug('line '.lnum.': elixir#indent#handle_'.handler.' returned '.indent)
|
||||||
|
call cursor(curs_lnum, curs_col)
|
||||||
return indent
|
return indent
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
call s:debug("defaulting")
|
call s:debug("defaulting")
|
||||||
|
call cursor(curs_lnum, curs_col)
|
||||||
return 0
|
return 0
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -51,9 +53,17 @@ function! s:debug(str)
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! s:starts_with(context, expr)
|
||||||
|
return s:_starts_with(a:context.text, a:expr, a:context.lnum)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:prev_starts_with(context, expr)
|
||||||
|
return s:_starts_with(a:context.prev_nb_text, a:expr, a:context.prev_nb_lnum)
|
||||||
|
endfunction
|
||||||
|
|
||||||
" Returns 0 or 1 based on whether or not the text starts with the given
|
" Returns 0 or 1 based on whether or not the text starts with the given
|
||||||
" expression and is not a string or comment
|
" expression and is not a string or comment
|
||||||
function! s:starts_with(text, expr, lnum)
|
function! s:_starts_with(text, expr, lnum)
|
||||||
let pos = match(a:text, '^\s*'.a:expr)
|
let pos = match(a:text, '^\s*'.a:expr)
|
||||||
if pos == -1
|
if pos == -1
|
||||||
return 0
|
return 0
|
||||||
@@ -68,9 +78,13 @@ function! s:starts_with(text, expr, lnum)
|
|||||||
end
|
end
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! s:prev_ends_with(context, expr)
|
||||||
|
return s:_ends_with(a:context.prev_nb_text, a:expr, a:context.prev_nb_lnum)
|
||||||
|
endfunction
|
||||||
|
|
||||||
" Returns 0 or 1 based on whether or not the text ends with the given
|
" Returns 0 or 1 based on whether or not the text ends with the given
|
||||||
" expression and is not a string or comment
|
" expression and is not a string or comment
|
||||||
function! s:ends_with(text, expr, lnum)
|
function! s:_ends_with(text, expr, lnum)
|
||||||
let pos = match(a:text, a:expr.'\s*$')
|
let pos = match(a:text, a:expr.'\s*$')
|
||||||
if pos == -1
|
if pos == -1
|
||||||
return 0
|
return 0
|
||||||
@@ -134,16 +148,16 @@ function! s:find_last_pos(lnum, text, match)
|
|||||||
return -1
|
return -1
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! elixir#indent#handle_top_of_file(_lnum, _text, prev_nb_lnum, _prev_nb_text)
|
function! elixir#indent#handle_top_of_file(context)
|
||||||
if a:prev_nb_lnum == 0
|
if a:context.prev_nb_lnum == 0
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
return -1
|
return -1
|
||||||
end
|
end
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! elixir#indent#handle_follow_prev_nb(_lnum, _text, prev_nb_lnum, prev_nb_text)
|
function! elixir#indent#handle_follow_prev_nb(context)
|
||||||
return s:get_base_indent(a:prev_nb_lnum, a:prev_nb_text)
|
return s:get_base_indent(a:context.prev_nb_lnum, a:context.prev_nb_text)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Given the line at `lnum`, returns the indent of the line that acts as the 'base indent'
|
" Given the line at `lnum`, returns the indent of the line that acts as the 'base indent'
|
||||||
@@ -157,16 +171,16 @@ function! s:get_base_indent(lnum, text)
|
|||||||
let data_structure_close = '\%(\]\|}\|)\)'
|
let data_structure_close = '\%(\]\|}\|)\)'
|
||||||
let pipe = '|>'
|
let pipe = '|>'
|
||||||
|
|
||||||
if s:starts_with(a:text, binary_operator, a:lnum)
|
if s:_starts_with(a:text, binary_operator, a:lnum)
|
||||||
return s:get_base_indent(prev_nb_lnum, prev_nb_text)
|
return s:get_base_indent(prev_nb_lnum, prev_nb_text)
|
||||||
elseif s:starts_with(a:text, pipe, a:lnum)
|
elseif s:_starts_with(a:text, pipe, a:lnum)
|
||||||
return s:get_base_indent(prev_nb_lnum, prev_nb_text)
|
return s:get_base_indent(prev_nb_lnum, prev_nb_text)
|
||||||
elseif s:ends_with(prev_nb_text, binary_operator, prev_nb_lnum)
|
elseif s:_ends_with(prev_nb_text, binary_operator, prev_nb_lnum)
|
||||||
return s:get_base_indent(prev_nb_lnum, prev_nb_text)
|
return s:get_base_indent(prev_nb_lnum, prev_nb_text)
|
||||||
elseif s:ends_with(a:text, data_structure_close, a:lnum)
|
elseif s:_ends_with(a:text, data_structure_close, a:lnum)
|
||||||
let data_structure_open = '\%(\[\|{\|(\)'
|
let data_structure_open = '\%(\[\|{\|(\)'
|
||||||
let close_match_idx = match(a:text, data_structure_close . '\s*$')
|
let close_match_idx = match(a:text, data_structure_close . '\s*$')
|
||||||
let _move = cursor(a:lnum, close_match_idx + 1)
|
call cursor(a:lnum, close_match_idx + 1)
|
||||||
let [open_match_lnum, open_match_col] = searchpairpos(data_structure_open, '', data_structure_close, 'bnW')
|
let [open_match_lnum, open_match_col] = searchpairpos(data_structure_open, '', data_structure_close, 'bnW')
|
||||||
let open_match_text = getline(open_match_lnum)
|
let open_match_text = getline(open_match_lnum)
|
||||||
return s:get_base_indent(open_match_lnum, open_match_text)
|
return s:get_base_indent(open_match_lnum, open_match_text)
|
||||||
@@ -175,47 +189,26 @@ function! s:get_base_indent(lnum, text)
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" TODO: @jbodah 2017-03-31: remove
|
function! elixir#indent#handle_following_trailing_binary_operator(context)
|
||||||
function! elixir#indent#handle_following_trailing_do(lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
if s:ends_with(a:prev_nb_text, s:keyword('do'), a:prev_nb_lnum)
|
|
||||||
if s:starts_with(a:text, s:keyword('end'), a:lnum)
|
|
||||||
return indent(a:prev_nb_lnum)
|
|
||||||
else
|
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
|
||||||
end
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! elixir#indent#handle_following_trailing_binary_operator(lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
let binary_operator = '\%(=\|<>\|>>>\|<=\|||\|+\|\~\~\~\|-\|&&\|<<<\|/\|\^\^\^\|\*\)'
|
let binary_operator = '\%(=\|<>\|>>>\|<=\|||\|+\|\~\~\~\|-\|&&\|<<<\|/\|\^\^\^\|\*\)'
|
||||||
|
|
||||||
if s:ends_with(a:prev_nb_text, binary_operator, a:prev_nb_lnum)
|
if s:prev_ends_with(a:context, binary_operator)
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
return indent(a:context.prev_nb_lnum) + s:sw()
|
||||||
else
|
else
|
||||||
return -1
|
return -1
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! elixir#indent#handle_following_prev_end(_lnum, _text, prev_nb_lnum, prev_nb_text)
|
function! elixir#indent#handle_starts_with_pipe(context)
|
||||||
if s:ends_with(a:prev_nb_text, s:keyword('end'), a:prev_nb_lnum)
|
if s:starts_with(a:context, '|>')
|
||||||
return indent(a:prev_nb_lnum)
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! elixir#indent#handle_starts_with_pipe(lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
if s:starts_with(a:text, '|>', a:lnum)
|
|
||||||
let match_operator = '\%(!\|=\|<\|>\)\@<!=\%(=\|>\|\~\)\@!'
|
let match_operator = '\%(!\|=\|<\|>\)\@<!=\%(=\|>\|\~\)\@!'
|
||||||
let pos = s:find_last_pos(a:prev_nb_lnum, a:prev_nb_text, match_operator)
|
let pos = s:find_last_pos(a:context.prev_nb_lnum, a:context.prev_nb_text, match_operator)
|
||||||
if pos == -1
|
if pos == -1
|
||||||
return indent(a:prev_nb_lnum)
|
return indent(a:context.prev_nb_lnum)
|
||||||
else
|
else
|
||||||
let next_word_pos = match(strpart(a:prev_nb_text, pos+1, len(a:prev_nb_text)-1), '\S')
|
let next_word_pos = match(strpart(a:context.prev_nb_text, pos+1, len(a:context.prev_nb_text)-1), '\S')
|
||||||
if next_word_pos == -1
|
if next_word_pos == -1
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
return indent(a:context.prev_nb_lnum) + s:sw()
|
||||||
else
|
else
|
||||||
return pos + 1 + next_word_pos
|
return pos + 1 + next_word_pos
|
||||||
end
|
end
|
||||||
@@ -225,16 +218,8 @@ function! elixir#indent#handle_starts_with_pipe(lnum, text, prev_nb_lnum, prev_n
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! elixir#indent#handle_starts_with_comment(_lnum, text, prev_nb_lnum, _prev_nb_text)
|
function! elixir#indent#handle_starts_with_end(context)
|
||||||
if match(a:text, '^\s*#') != -1
|
if s:starts_with(a:context, s:keyword('end'))
|
||||||
return indent(a:prev_nb_lnum)
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! elixir#indent#handle_starts_with_end(lnum, text, _prev_nb_lnum, _prev_nb_text)
|
|
||||||
if s:starts_with(a:text, s:keyword('end'), a:lnum)
|
|
||||||
let pair_lnum = searchpair(s:keyword('do\|fn'), '', s:keyword('end').'\zs', 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()")
|
let pair_lnum = searchpair(s:keyword('do\|fn'), '', s:keyword('end').'\zs', 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()")
|
||||||
return indent(pair_lnum)
|
return indent(pair_lnum)
|
||||||
else
|
else
|
||||||
@@ -242,36 +227,18 @@ function! elixir#indent#handle_starts_with_end(lnum, text, _prev_nb_lnum, _prev_
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! elixir#indent#handle_starts_with_mid_or_end_block_keyword(lnum, text, _prev_nb_lnum, _prev_nb_text)
|
function! elixir#indent#handle_starts_with_binary_operator(context)
|
||||||
if s:starts_with(a:text, s:keyword('catch\|rescue\|after\|else'), a:lnum)
|
|
||||||
let pair_lnum = searchpair(s:keyword('with\|receive\|try\|if\|fn'), s:keyword('catch\|rescue\|after\|else').'\zs', s:keyword('end'), 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()")
|
|
||||||
return indent(pair_lnum)
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! elixir#indent#handle_starts_with_close_bracket(lnum, text, _prev_nb_lnum, _prev_nb_text)
|
|
||||||
if s:starts_with(a:text, '\%(\]\|}\|)\)', a:lnum)
|
|
||||||
let pair_lnum = searchpair('\%(\[\|{\|(\)', '', '\%(\]\|}\|)\)', 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()")
|
|
||||||
return indent(pair_lnum)
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! elixir#indent#handle_starts_with_binary_operator(lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
let binary_operator = '\%(=\|<>\|>>>\|<=\|||\|+\|\~\~\~\|-\|&&\|<<<\|/\|\^\^\^\|\*\)'
|
let binary_operator = '\%(=\|<>\|>>>\|<=\|||\|+\|\~\~\~\|-\|&&\|<<<\|/\|\^\^\^\|\*\)'
|
||||||
|
|
||||||
if s:starts_with(a:text, binary_operator, a:lnum)
|
if s:starts_with(a:context, binary_operator)
|
||||||
let match_operator = '\%(!\|=\|<\|>\)\@<!=\%(=\|>\|\~\)\@!'
|
let match_operator = '\%(!\|=\|<\|>\)\@<!=\%(=\|>\|\~\)\@!'
|
||||||
let pos = s:find_last_pos(a:prev_nb_lnum, a:prev_nb_text, match_operator)
|
let pos = s:find_last_pos(a:context.prev_nb_lnum, a:context.prev_nb_text, match_operator)
|
||||||
if pos == -1
|
if pos == -1
|
||||||
return indent(a:prev_nb_lnum)
|
return indent(a:context.prev_nb_lnum)
|
||||||
else
|
else
|
||||||
let next_word_pos = match(strpart(a:prev_nb_text, pos+1, len(a:prev_nb_text)-1), '\S')
|
let next_word_pos = match(strpart(a:context.prev_nb_text, pos+1, len(a:context.prev_nb_text)-1), '\S')
|
||||||
if next_word_pos == -1
|
if next_word_pos == -1
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
return indent(a:context.prev_nb_lnum) + s:sw()
|
||||||
else
|
else
|
||||||
return pos + 1 + next_word_pos
|
return pos + 1 + next_word_pos
|
||||||
end
|
end
|
||||||
@@ -285,162 +252,89 @@ endfunction
|
|||||||
" nested structure. For example, we might be in a function in a map in a
|
" nested structure. For example, we might be in a function in a map in a
|
||||||
" function, etc... so we need to first figure out what the innermost structure
|
" function, etc... so we need to first figure out what the innermost structure
|
||||||
" is then forward execution to the proper handler
|
" is then forward execution to the proper handler
|
||||||
function! elixir#indent#handle_inside_nested_construct(lnum, text, prev_nb_lnum, prev_nb_text)
|
function! elixir#indent#handle_inside_block(context)
|
||||||
let start_pattern = '\C\%(\<with\>\|\<if\>\|\<case\>\|\<cond\>\|\<try\>\|\<receive\>\|\<fn\>\|{\|\[\|(\)'
|
let start_pattern = '\C\%(\<with\>\|\<if\>\|\<case\>\|\<cond\>\|\<try\>\|\<receive\>\|\<fn\>\|{\|\[\|(\)'
|
||||||
let end_pattern = '\C\%(\<end\>\|\]\|}\|)\)'
|
let end_pattern = '\C\%(\<end\>\|\]\|}\|)\)'
|
||||||
let pair_info = searchpairpos(start_pattern, '', end_pattern, 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()", max([0, a:lnum - g:elixir_indent_max_lookbehind]))
|
" hack - handle do: better
|
||||||
let pair_lnum = pair_info[0]
|
let block_info = searchpairpos(start_pattern, '', end_pattern, 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip() || getline(line('.')) =~ 'do:'", max([0, a:context.lnum - g:elixir_indent_max_lookbehind]))
|
||||||
let pair_col = pair_info[1]
|
let block_start_lnum = block_info[0]
|
||||||
if pair_lnum != 0 || pair_col != 0
|
let block_start_col = block_info[1]
|
||||||
let pair_text = getline(pair_lnum)
|
if block_start_lnum != 0 || block_start_col != 0
|
||||||
let pair_char = pair_text[pair_col - 1]
|
let block_text = getline(block_start_lnum)
|
||||||
if pair_char == 'f'
|
let block_start_char = block_text[block_start_col - 1]
|
||||||
call s:debug("testing s:do_handle_inside_fn")
|
|
||||||
return s:do_handle_inside_fn(pair_lnum, pair_col, a:lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
let never_match = '\(a\)\@=b'
|
||||||
elseif pair_char == '['
|
let config = {
|
||||||
call s:debug("testing s:do_handle_inside_square_brace")
|
\'f': {'aligned_clauses': s:keyword('end'), 'pattern_match_clauses': never_match},
|
||||||
return s:do_handle_inside_square_brace(pair_lnum, pair_col, a:lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
\'c': {'aligned_clauses': s:keyword('end'), 'pattern_match_clauses': never_match},
|
||||||
elseif pair_char == '{'
|
\'t': {'aligned_clauses': s:keyword('end\|catch\|rescue\|after'), 'pattern_match_clauses': s:keyword('catch\|rescue')},
|
||||||
call s:debug("testing s:do_handle_inside_curly_brace")
|
\'r': {'aligned_clauses': s:keyword('end\|after'), 'pattern_match_clauses': s:keyword('after')},
|
||||||
return s:do_handle_inside_curly_brace(pair_lnum, pair_col, a:lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
\'i': {'aligned_clauses': s:keyword('end\|else'), 'pattern_match_clauses': never_match},
|
||||||
elseif pair_char == '('
|
\'[': {'aligned_clauses': ']', 'pattern_match_clauses': never_match},
|
||||||
call s:debug("testing s:do_handle_inside_parens")
|
\'{': {'aligned_clauses': '}', 'pattern_match_clauses': never_match},
|
||||||
return s:do_handle_inside_parens(pair_lnum, pair_col, a:lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
\'(': {'aligned_clauses': ')', 'pattern_match_clauses': never_match}
|
||||||
elseif pair_char == 'w'
|
\}
|
||||||
call s:debug("testing s:do_handle_inside_with")
|
|
||||||
return s:do_handle_inside_with(pair_lnum, pair_col, a:lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
if block_start_char == 'w'
|
||||||
|
call s:debug("testing s:handle_with")
|
||||||
|
return s:handle_with(block_start_lnum, block_start_col, a:context)
|
||||||
else
|
else
|
||||||
call s:debug("testing s:do_handle_inside_keyword_block")
|
let block_config = config[block_start_char]
|
||||||
return s:do_handle_inside_keyword_block(pair_lnum, pair_col, a:lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
if s:starts_with(a:context, block_config.aligned_clauses)
|
||||||
end
|
call s:debug("clause")
|
||||||
else
|
return indent(block_start_lnum)
|
||||||
return -1
|
|
||||||
end
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:do_handle_inside_with(pair_lnum, pair_col, lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
if a:pair_lnum == a:lnum
|
|
||||||
" This is the `with` line or an inline `with`/`do`
|
|
||||||
call s:debug("current line is `with`")
|
|
||||||
return -1
|
|
||||||
else
|
|
||||||
" Determine if in with/do, do/else|end, or else/end
|
|
||||||
let start_pattern = '\C\%(\<with\>\|\<else\>\|\<do\>\)'
|
|
||||||
let end_pattern = '\C\%(\<end\>\)'
|
|
||||||
let pair_info = searchpairpos(start_pattern, '', end_pattern, 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()")
|
|
||||||
let pair_lnum = pair_info[0]
|
|
||||||
let pair_col = pair_info[1]
|
|
||||||
|
|
||||||
let pair_text = getline(pair_lnum)
|
|
||||||
let pair_char = pair_text[pair_col - 1]
|
|
||||||
|
|
||||||
if s:starts_with(a:text, '\Cdo:', a:lnum)
|
|
||||||
call s:debug("current line is do:")
|
|
||||||
return pair_col - 1 + s:sw()
|
|
||||||
elseif s:starts_with(a:text, '\Celse:', a:lnum)
|
|
||||||
call s:debug("current line is else:")
|
|
||||||
return pair_col - 1
|
|
||||||
elseif s:starts_with(a:text, '\C\(\<do\>\|\<else\>\)', a:lnum)
|
|
||||||
call s:debug("current line is do/else")
|
|
||||||
return pair_col - 1
|
|
||||||
elseif s:starts_with(pair_text, '\C\(do\|else\):', pair_lnum)
|
|
||||||
call s:debug("inside do:/else:")
|
|
||||||
return pair_col - 1 + s:sw()
|
|
||||||
elseif pair_char == 'w'
|
|
||||||
call s:debug("inside with/do")
|
|
||||||
return pair_col + 4
|
|
||||||
elseif pair_char == 'd'
|
|
||||||
call s:debug("inside do/else|end")
|
|
||||||
return pair_col - 1 + s:sw()
|
|
||||||
else
|
|
||||||
call s:debug("inside else/end")
|
|
||||||
return s:do_handle_inside_pattern_match_block(pair_lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:do_handle_inside_keyword_block(pair_lnum, _pair_col, _lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
let keyword_pattern = '\C\%(\<case\>\|\<cond\>\|\<try\>\|\<receive\>\|\<after\>\|\<catch\>\|\<rescue\>\|\<else\>\)'
|
|
||||||
if a:pair_lnum
|
|
||||||
" last line is a "receive" or something
|
|
||||||
if s:starts_with(a:prev_nb_text, keyword_pattern, a:prev_nb_lnum)
|
|
||||||
call s:debug("prev nb line is keyword")
|
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
|
||||||
else
|
|
||||||
return s:do_handle_inside_pattern_match_block(a:pair_lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
|
||||||
end
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" Implements indent for pattern-matching blocks (e.g. case, fn, with/else)
|
|
||||||
function! s:do_handle_inside_pattern_match_block(block_start_lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
if a:text =~ '->'
|
|
||||||
call s:debug("current line contains ->")
|
|
||||||
return indent(a:block_start_lnum) + s:sw()
|
|
||||||
elseif a:prev_nb_text =~ '->'
|
|
||||||
call s:debug("prev nb line contains ->")
|
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
|
||||||
else
|
|
||||||
return indent(a:prev_nb_lnum)
|
|
||||||
end
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:do_handle_inside_fn(pair_lnum, _pair_col, lnum, text, prev_nb_lnum, prev_nb_text)
|
|
||||||
if a:pair_lnum && a:pair_lnum != a:lnum
|
|
||||||
return s:do_handle_inside_pattern_match_block(a:pair_lnum, a:text, a:prev_nb_lnum, a:prev_nb_text)
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:do_handle_inside_square_brace(pair_lnum, pair_col, _lnum, _text, _prev_nb_lnum, _prev_nb_text)
|
|
||||||
" If in list...
|
|
||||||
if a:pair_lnum != 0 || a:pair_col != 0
|
|
||||||
let pair_text = getline(a:pair_lnum)
|
|
||||||
let substr = strpart(pair_text, a:pair_col, len(pair_text)-1)
|
|
||||||
let indent_pos = match(substr, '\S')
|
|
||||||
if indent_pos != -1
|
|
||||||
return indent_pos + a:pair_col
|
|
||||||
else
|
|
||||||
return indent(a:pair_lnum) + s:sw()
|
|
||||||
endif
|
|
||||||
else
|
|
||||||
return -1
|
|
||||||
end
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:do_handle_inside_curly_brace(pair_lnum, _pair_col, _lnum, _text, _prev_nb_lnum, _prev_nb_text)
|
|
||||||
return indent(a:pair_lnum) + s:sw()
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:do_handle_inside_parens(pair_lnum, pair_col, _lnum, _text, prev_nb_lnum, prev_nb_text)
|
|
||||||
if a:pair_lnum
|
|
||||||
if s:ends_with(a:prev_nb_text, '(', a:prev_nb_lnum)
|
|
||||||
return indent(a:prev_nb_lnum) + s:sw()
|
|
||||||
elseif a:pair_lnum == a:prev_nb_lnum
|
|
||||||
" Align indent (e.g. "def add(a,")
|
|
||||||
let pos = s:find_last_pos(a:prev_nb_lnum, a:prev_nb_text, '[^(]\+,')
|
|
||||||
if pos == -1
|
|
||||||
return 0
|
|
||||||
else
|
else
|
||||||
return pos
|
let clause_lnum = searchpair(block_config.pattern_match_clauses, '', '*', 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()", block_start_lnum)
|
||||||
end
|
let relative_lnum = max([clause_lnum, block_start_lnum])
|
||||||
else
|
call s:debug("pattern matching relative to lnum " . relative_lnum)
|
||||||
return indent(a:prev_nb_lnum)
|
return s:do_handle_pattern_match_block(relative_lnum, a:context)
|
||||||
|
endif
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
return -1
|
return -1
|
||||||
endif
|
end
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! elixir#indent#handle_inside_generic_block(lnum, _text, prev_nb_lnum, prev_nb_text)
|
function! s:handle_with(start_lnum, start_col, context)
|
||||||
let pair_lnum = searchpair(s:keyword('do\|fn'), '', s:keyword('end'), 'bW', "line('.') == ".a:lnum." || s:is_string_or_comment(line('.'), col('.'))", max([0, a:lnum - g:elixir_indent_max_lookbehind]))
|
let block_info = searchpairpos('\C\%(\<with\>\|\<do\>\|\<else\>\)', '', s:keyword('end'), 'bnW', "line('.') == " . line('.') . " || elixir#indent#searchpair_back_skip()")
|
||||||
|
let block_start_lnum = block_info[0]
|
||||||
|
let block_start_col = block_info[1]
|
||||||
|
|
||||||
|
let block_start_text = getline(block_start_lnum)
|
||||||
|
let block_start_char = block_start_text[block_start_col - 1]
|
||||||
|
|
||||||
|
if s:starts_with(a:context, s:keyword('do\|else\|end'))
|
||||||
|
return indent(a:start_lnum)
|
||||||
|
elseif block_start_char == 'w' || s:starts_with(a:context, '\C\(do\|else\):')
|
||||||
|
return indent(a:start_lnum) + 5
|
||||||
|
elseif s:_starts_with(block_start_text, '\C\(do\|else\):', a:start_lnum)
|
||||||
|
return indent(block_start_lnum) + s:sw()
|
||||||
|
else
|
||||||
|
return s:do_handle_pattern_match_block(a:start_lnum, a:context)
|
||||||
|
end
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:do_handle_pattern_match_block(relative_line, context)
|
||||||
|
let relative_indent = indent(a:relative_line)
|
||||||
|
" hack!
|
||||||
|
if a:context.text =~ '\(fn.*\)\@<!->'
|
||||||
|
call s:debug("current line contains ->; assuming match definition")
|
||||||
|
return relative_indent + s:sw()
|
||||||
|
elseif search('\(fn.*\)\@<!->', 'bnW', a:relative_line) != 0
|
||||||
|
call s:debug("a previous line contains ->; assuming match handler")
|
||||||
|
return relative_indent + 2 * s:sw()
|
||||||
|
else
|
||||||
|
call s:debug("couldn't find any previous ->; assuming body text")
|
||||||
|
return relative_indent + s:sw()
|
||||||
|
end
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! elixir#indent#handle_inside_generic_block(context)
|
||||||
|
let pair_lnum = searchpair(s:keyword('do\|fn'), '', s:keyword('end'), 'bW', "line('.') == ".a:context.lnum." || s:is_string_or_comment(line('.'), col('.'))", max([0, a:context.lnum - g:elixir_indent_max_lookbehind]))
|
||||||
if pair_lnum
|
if pair_lnum
|
||||||
" TODO: @jbodah 2017-03-29: this should probably be the case in *all*
|
" TODO: @jbodah 2017-03-29: this should probably be the case in *all*
|
||||||
" blocks
|
" blocks
|
||||||
if s:ends_with(a:prev_nb_text, ',', a:prev_nb_lnum)
|
if s:prev_ends_with(a:context, ',')
|
||||||
return indent(pair_lnum) + 2 * s:sw()
|
return indent(pair_lnum) + 2 * s:sw()
|
||||||
else
|
else
|
||||||
return indent(pair_lnum) + s:sw()
|
return indent(pair_lnum) + s:sw()
|
||||||
|
|||||||
@@ -349,11 +349,14 @@ function! elm#FindRootDirectory() abort
|
|||||||
if empty(l:elm_root)
|
if empty(l:elm_root)
|
||||||
let l:current_file = expand('%:p')
|
let l:current_file = expand('%:p')
|
||||||
let l:dir_current_file = fnameescape(fnamemodify(l:current_file, ':h'))
|
let l:dir_current_file = fnameescape(fnamemodify(l:current_file, ':h'))
|
||||||
let l:match = findfile('elm-package.json', l:dir_current_file . ';')
|
let l:old_match = findfile('elm-package.json', l:dir_current_file . ';')
|
||||||
if empty(l:match)
|
let l:new_match = findfile('elm.json', l:dir_current_file . ';')
|
||||||
let l:elm_root = ''
|
if !empty(l:new_match)
|
||||||
|
let l:elm_root = fnamemodify(l:new_match, ':p:h')
|
||||||
|
elseif !empty(l:old_match)
|
||||||
|
let l:elm_root = fnamemodify(l:old_match, ':p:h')
|
||||||
else
|
else
|
||||||
let l:elm_root = fnamemodify(l:match, ':p:h')
|
let l:elm_root = ''
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !empty(l:elm_root)
|
if !empty(l:elm_root)
|
||||||
|
|||||||
456
autoload/go/config.vim
Normal file
456
autoload/go/config.vim
Normal file
@@ -0,0 +1,456 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
|
||||||
|
|
||||||
|
" don't spam the user when Vim is started in Vi compatibility mode
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
|
function! go#config#AutodetectGopath() abort
|
||||||
|
return get(g:, 'go_autodetect_gopath', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#ListTypeCommands() abort
|
||||||
|
return get(g:, 'go_list_type_commands', {})
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#VersionWarning() abort
|
||||||
|
return get(g:, 'go_version_warning', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#BuildTags() abort
|
||||||
|
return get(g:, 'go_build_tags', '')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetBuildTags(value) abort
|
||||||
|
if a:value is ''
|
||||||
|
silent! unlet g:go_build_tags
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let g:go_build_tags = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TestTimeout() abort
|
||||||
|
return get(g:, 'go_test_timeout', '10s')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TestShowName() abort
|
||||||
|
return get(g:, 'go_test_show_name', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TermHeight() abort
|
||||||
|
return get(g:, 'go_term_height', winheight(0))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TermWidth() abort
|
||||||
|
return get(g:, 'go_term_width', winwidth(0))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TermMode() abort
|
||||||
|
return get(g:, 'go_term_mode', 'vsplit')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TermEnabled() abort
|
||||||
|
return get(g:, 'go_term_enabled', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetTermEnabled(value) abort
|
||||||
|
let g:go_term_enabled = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TemplateUsePkg() abort
|
||||||
|
return get(g:, 'go_template_use_pkg', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TemplateTestFile() abort
|
||||||
|
return get(g:, 'go_template_test_file', "hello_world_test.go")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TemplateFile() abort
|
||||||
|
return get(g:, 'go_template_file', "hello_world.go")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#StatuslineDuration() abort
|
||||||
|
return get(g:, 'go_statusline_duration', 60000)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SnippetEngine() abort
|
||||||
|
return get(g:, 'go_snippet_engine', 'automatic')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#PlayBrowserCommand() abort
|
||||||
|
if go#util#IsWin()
|
||||||
|
let go_play_browser_command = '!start rundll32 url.dll,FileProtocolHandler %URL%'
|
||||||
|
elseif go#util#IsMac()
|
||||||
|
let go_play_browser_command = 'open %URL%'
|
||||||
|
elseif executable('xdg-open')
|
||||||
|
let go_play_browser_command = 'xdg-open %URL%'
|
||||||
|
elseif executable('firefox')
|
||||||
|
let go_play_browser_command = 'firefox %URL% &'
|
||||||
|
elseif executable('chromium')
|
||||||
|
let go_play_browser_command = 'chromium %URL% &'
|
||||||
|
else
|
||||||
|
let go_play_browser_command = ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
return get(g:, 'go_play_browser_command', go_play_browser_command)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#MetalinterDeadline() abort
|
||||||
|
" gometalinter has a default deadline of 5 seconds only when asynchronous
|
||||||
|
" jobs are not supported.
|
||||||
|
|
||||||
|
let deadline = '5s'
|
||||||
|
if go#util#has_job() && has('lambda')
|
||||||
|
let deadline = ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
return get(g:, 'go_metalinter_deadline', deadline)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#ListType() abort
|
||||||
|
return get(g:, 'go_list_type', '')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#ListAutoclose() abort
|
||||||
|
return get(g:, 'go_list_autoclose', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#InfoMode() abort
|
||||||
|
return get(g:, 'go_info_mode', 'gocode')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GuruScope() abort
|
||||||
|
let scope = get(g:, 'go_guru_scope', [])
|
||||||
|
|
||||||
|
if !empty(scope)
|
||||||
|
" strip trailing slashes for each path in scope. bug:
|
||||||
|
" https://github.com/golang/go/issues/14584
|
||||||
|
let scopes = go#util#StripTrailingSlash(scope)
|
||||||
|
endif
|
||||||
|
|
||||||
|
return scope
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetGuruScope(scope) abort
|
||||||
|
if empty(a:scope)
|
||||||
|
if exists('g:go_guru_scope')
|
||||||
|
unlet g:go_guru_scope
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
let g:go_guru_scope = a:scope
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GocodeUnimportedPackages() abort
|
||||||
|
return get(g:, 'go_gocode_unimported_packages', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
let s:sock_type = (has('win32') || has('win64')) ? 'tcp' : 'unix'
|
||||||
|
function! go#config#GocodeSocketType() abort
|
||||||
|
return get(g:, 'go_gocode_socket_type', s:sock_type)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GocodeProposeBuiltins() abort
|
||||||
|
return get(g:, 'go_gocode_propose_builtins', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GocodeProposeSource() abort
|
||||||
|
return get(g:, 'go_gocode_propose_source', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#EchoCommandInfo() abort
|
||||||
|
return get(g:, 'go_echo_command_info', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DocUrl() abort
|
||||||
|
let godoc_url = get(g:, 'go_doc_url', 'https://godoc.org')
|
||||||
|
if godoc_url isnot 'https://godoc.org'
|
||||||
|
" strip last '/' character if available
|
||||||
|
let last_char = strlen(godoc_url) - 1
|
||||||
|
if godoc_url[last_char] == '/'
|
||||||
|
let godoc_url = strpart(godoc_url, 0, last_char)
|
||||||
|
endif
|
||||||
|
" custom godoc installations expect /pkg before package names
|
||||||
|
let godoc_url .= "/pkg"
|
||||||
|
endif
|
||||||
|
return godoc_url
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DefReuseBuffer() abort
|
||||||
|
return get(g:, 'go_def_reuse_buffer', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DefMode() abort
|
||||||
|
return get(g:, 'go_def_mode', 'guru')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DeclsIncludes() abort
|
||||||
|
return get(g:, 'go_decls_includes', 'func,type')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#Debug() abort
|
||||||
|
return get(g:, 'go_debug', [])
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DebugWindows() abort
|
||||||
|
return get(g:, 'go_debug_windows', {
|
||||||
|
\ 'stack': 'leftabove 20vnew',
|
||||||
|
\ 'out': 'botright 10new',
|
||||||
|
\ 'vars': 'leftabove 30vnew',
|
||||||
|
\ }
|
||||||
|
\ )
|
||||||
|
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DebugAddress() abort
|
||||||
|
return get(g:, 'go_debug_address', '127.0.0.1:8181')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DebugCommands() abort
|
||||||
|
" make sure g:go_debug_commands is set so that it can be added to easily.
|
||||||
|
let g:go_debug_commands = get(g:, 'go_debug_commands', [])
|
||||||
|
return g:go_debug_commands
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetDebugDiag(value) abort
|
||||||
|
let g:go_debug_diag = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#AutoSameids() abort
|
||||||
|
return get(g:, 'go_auto_sameids', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetAutoSameids(value) abort
|
||||||
|
let g:go_auto_sameids = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#AddtagsTransform() abort
|
||||||
|
return get(g:, 'go_addtags_transform', "snakecase")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TemplateAutocreate() abort
|
||||||
|
return get(g:, "go_template_autocreate", 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetTemplateAutocreate(value) abort
|
||||||
|
let g:go_template_autocreate = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#MetalinterCommand() abort
|
||||||
|
return get(g:, "go_metalinter_command", "")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#MetalinterAutosaveEnabled() abort
|
||||||
|
return get(g:, 'go_metalinter_autosave_enabled', ['vet', 'golint'])
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#MetalinterEnabled() abort
|
||||||
|
return get(g:, "go_metalinter_enabled", ['vet', 'golint', 'errcheck'])
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#MetalinterDisabled() abort
|
||||||
|
return get(g:, "go_metalinter_disabled", [])
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GolintBin() abort
|
||||||
|
return get(g:, "go_golint_bin", "golint")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#ErrcheckBin() abort
|
||||||
|
return get(g:, "go_errcheck_bin", "errcheck")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#MetalinterAutosave() abort
|
||||||
|
return get(g:, "go_metalinter_autosave", 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetMetalinterAutosave(value) abort
|
||||||
|
let g:go_metalinter_autosave = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#ListHeight() abort
|
||||||
|
return get(g:, "go_list_height", 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#FmtAutosave() abort
|
||||||
|
return get(g:, "go_fmt_autosave", 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetFmtAutosave(value) abort
|
||||||
|
let g:go_fmt_autosave = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#AsmfmtAutosave() abort
|
||||||
|
return get(g:, "go_asmfmt_autosave", 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetAsmfmtAutosave(value) abort
|
||||||
|
let g:go_asmfmt_autosave = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#ModFmtAutosave() abort
|
||||||
|
return get(g:, "go_mod_fmt_autosave", 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetModFmtAutosave(value) abort
|
||||||
|
let g:go_mod_fmt_autosave = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DocMaxHeight() abort
|
||||||
|
return get(g:, "go_doc_max_height", 20)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#AutoTypeInfo() abort
|
||||||
|
return get(g:, "go_auto_type_info", 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SetAutoTypeInfo(value) abort
|
||||||
|
let g:go_auto_type_info = a:value
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#AlternateMode() abort
|
||||||
|
return get(g:, "go_alternate_mode", "edit")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#DeclsMode() abort
|
||||||
|
return get(g:, "go_decls_mode", "")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#FmtCommand() abort
|
||||||
|
return get(g:, "go_fmt_command", "gofmt")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#FmtOptions() abort
|
||||||
|
return get(g:, "go_fmt_options", {})
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#FmtFailSilently() abort
|
||||||
|
return get(g:, "go_fmt_fail_silently", 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#FmtExperimental() abort
|
||||||
|
return get(g:, "go_fmt_experimental", 0 )
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#PlayOpenBrowser() abort
|
||||||
|
return get(g:, "go_play_open_browser", 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GorenameBin() abort
|
||||||
|
return get(g:, "go_gorename_bin", "gorename")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#GorenamePrefill() abort
|
||||||
|
return get(g:, "go_gorename_prefill", 'expand("<cword>") =~# "^[A-Z]"' .
|
||||||
|
\ '? go#util#pascalcase(expand("<cword>"))' .
|
||||||
|
\ ': go#util#camelcase(expand("<cword>"))')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TextobjIncludeFunctionDoc() abort
|
||||||
|
return get(g:, "go_textobj_include_function_doc", 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#TextobjIncludeVariable() abort
|
||||||
|
return get(g:, "go_textobj_include_variable", 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#BinPath() abort
|
||||||
|
return get(g:, "go_bin_path", "")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#SearchBinPathFirst() abort
|
||||||
|
return get(g:, 'go_search_bin_path_first', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightArrayWhitespaceError() abort
|
||||||
|
return get(g:, 'go_highlight_array_whitespace_error', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightChanWhitespaceError() abort
|
||||||
|
return get(g:, 'go_highlight_chan_whitespace_error', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightExtraTypes() abort
|
||||||
|
return get(g:, 'go_highlight_extra_types', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightSpaceTabError() abort
|
||||||
|
return get(g:, 'go_highlight_space_tab_error', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightTrailingWhitespaceError() abort
|
||||||
|
return get(g:, 'go_highlight_trailing_whitespace_error', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightOperators() abort
|
||||||
|
return get(g:, 'go_highlight_operators', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightFunctions() abort
|
||||||
|
return get(g:, 'go_highlight_functions', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightFunctionArguments() abort
|
||||||
|
return get(g:, 'go_highlight_function_arguments', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightFunctionCalls() abort
|
||||||
|
return get(g:, 'go_highlight_function_calls', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightFields() abort
|
||||||
|
return get(g:, 'go_highlight_fields', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightTypes() abort
|
||||||
|
return get(g:, 'go_highlight_types', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightBuildConstraints() abort
|
||||||
|
return get(g:, 'go_highlight_build_constraints', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightStringSpellcheck() abort
|
||||||
|
return get(g:, 'go_highlight_string_spellcheck', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightFormatStrings() abort
|
||||||
|
return get(g:, 'go_highlight_format_strings', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightGenerateTags() abort
|
||||||
|
return get(g:, 'go_highlight_generate_tags', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightVariableAssignments() abort
|
||||||
|
return get(g:, 'go_highlight_variable_assignments', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightVariableDeclarations() abort
|
||||||
|
return get(g:, 'go_highlight_variable_declarations', 0)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#HighlightDebug() abort
|
||||||
|
return get(g:, 'go_highlight_debug', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! go#config#FoldEnable(...) abort
|
||||||
|
if a:0 > 0
|
||||||
|
return index(go#config#FoldEnable(), a:1) > -1
|
||||||
|
endif
|
||||||
|
return get(g:, 'go_fold_enable', ['block', 'import', 'varconst', 'package_comment'])
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" Set the default value. A value of "1" is a shortcut for this, for
|
||||||
|
" compatibility reasons.
|
||||||
|
if exists("g:go_gorename_prefill") && g:go_gorename_prefill == 1
|
||||||
|
unlet g:go_gorename_prefill
|
||||||
|
endif
|
||||||
|
|
||||||
|
" restore Vi compatibility settings
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
" vim: sw=2 ts=2 et
|
||||||
|
|
||||||
|
endif
|
||||||
246
autoload/julia/doc.vim
Normal file
246
autoload/julia/doc.vim
Normal file
@@ -0,0 +1,246 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'julia') == -1
|
||||||
|
|
||||||
|
" path to the julia binary to communicate with
|
||||||
|
if has('win32') || has('win64')
|
||||||
|
if exists('g:julia#doc#juliapath')
|
||||||
|
" use assigned g:julia#doc#juliapath
|
||||||
|
elseif executable('julia')
|
||||||
|
" use julia command in PATH
|
||||||
|
let g:julia#doc#juliapath = 'julia'
|
||||||
|
else
|
||||||
|
" search julia binary in the default installation paths
|
||||||
|
let pathlist = sort(glob($LOCALAPPDATA . '\Julia-*\bin\julia.exe', 1, 1))
|
||||||
|
let g:julia#doc#juliapath = get(pathlist, -1, 'julia')
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
let g:julia#doc#juliapath = get(g:, 'julia#doc#juliapath', 'julia')
|
||||||
|
endif
|
||||||
|
|
||||||
|
function! s:version() abort
|
||||||
|
let VERSION = {'major': 0, 'minor': 0}
|
||||||
|
if !executable(g:julia#doc#juliapath)
|
||||||
|
return VERSION
|
||||||
|
endif
|
||||||
|
|
||||||
|
let cmd = printf('%s -v', g:julia#doc#juliapath)
|
||||||
|
let output = system(cmd)
|
||||||
|
let versionstr = matchstr(output, '\C^julia version \zs\d\+\.\d\+\ze')
|
||||||
|
let [major, minor] = map(split(versionstr, '\.'), 'str2nr(v:val)')
|
||||||
|
let VERSION.major = major
|
||||||
|
let VERSION.minor = minor
|
||||||
|
return VERSION
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
let s:VERSION = s:version()
|
||||||
|
let s:NODOCPATTERN = '\C\VNo documentation found.'
|
||||||
|
|
||||||
|
function! julia#doc#lookup(keyword, ...) abort
|
||||||
|
let juliapath = get(a:000, 0, g:julia#doc#juliapath)
|
||||||
|
let keyword = escape(a:keyword, '"\')
|
||||||
|
let cmd = printf('%s -E "@doc %s"', juliapath, keyword)
|
||||||
|
return systemlist(cmd)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! julia#doc#open(keyword) abort
|
||||||
|
if empty(a:keyword)
|
||||||
|
call s:warn('Not an appropriate keyword.')
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !executable(g:julia#doc#juliapath)
|
||||||
|
call s:warn('%s command is not executable', g:julia#doc#juliapath)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let doc = julia#doc#lookup(a:keyword, g:julia#doc#juliapath)
|
||||||
|
if empty(doc) || match(doc[0], s:NODOCPATTERN) > -1
|
||||||
|
call s:warn('No documentation found for "%s".', a:keyword)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
" workaround for * and ? since a buffername cannot include them
|
||||||
|
let keyword = a:keyword
|
||||||
|
let keyword = substitute(keyword, '\*', ':asterisk:', 'g')
|
||||||
|
let keyword = substitute(keyword, '?', ':question:', 'g')
|
||||||
|
let buffername = printf('juliadoc: %s', keyword)
|
||||||
|
|
||||||
|
call s:write_to_preview_window(doc, "juliadoc", buffername)
|
||||||
|
|
||||||
|
call filter(s:HELPHISTORY, 'v:val isnot# a:keyword')
|
||||||
|
call add(s:HELPHISTORY, a:keyword)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:write_to_preview_window(content, ftype, buffername)
|
||||||
|
" Are we in the preview window from the outset? If not, best to close any
|
||||||
|
" preview windows that might exist.
|
||||||
|
let pvw = &previewwindow
|
||||||
|
if !pvw
|
||||||
|
silent! pclose!
|
||||||
|
endif
|
||||||
|
execute "silent! pedit +setlocal\\ nobuflisted\\ noswapfile\\"
|
||||||
|
\ "buftype=nofile\\ bufhidden=wipe" a:buffername
|
||||||
|
silent! wincmd P
|
||||||
|
if &previewwindow
|
||||||
|
setlocal modifiable noreadonly
|
||||||
|
silent! %delete _
|
||||||
|
call append(0, a:content)
|
||||||
|
silent! $delete _
|
||||||
|
normal! ggj
|
||||||
|
setlocal nomodified readonly nomodifiable
|
||||||
|
execute "setfiletype" a:ftype
|
||||||
|
" Only return to a normal window if we didn't start in a preview window.
|
||||||
|
if !pvw
|
||||||
|
silent! wincmd p
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
" We couldn't make it to the preview window, so as a fallback we dump the
|
||||||
|
" contents in the status area.
|
||||||
|
execute printf("echo '%s'", join(a:content, "\n"))
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:warn(...) abort
|
||||||
|
if a:0 == 0
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
echohl WarningMsg
|
||||||
|
try
|
||||||
|
if a:0 == 1
|
||||||
|
echo a:1
|
||||||
|
else
|
||||||
|
echo call('printf', a:000)
|
||||||
|
endif
|
||||||
|
finally
|
||||||
|
echohl None
|
||||||
|
endtry
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
let s:KEYWORDPATTERN = '\m@\?\h\k*!\?'
|
||||||
|
|
||||||
|
" This function is called in normal mode or visual mode.
|
||||||
|
function! julia#doc#keywordprg(word) abort
|
||||||
|
if a:word is# ''
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let word = s:unfnameescape(a:word)
|
||||||
|
if word is# expand('<cword>')
|
||||||
|
" 'K' in normal mode
|
||||||
|
" NOTE: Because ! and @ is not in 'iskeyword' option, this func ignore
|
||||||
|
" the argument to recognize keywords like "@time" and "push!"
|
||||||
|
let view = winsaveview()
|
||||||
|
let lnum = line('.')
|
||||||
|
let tail = searchpos(s:KEYWORDPATTERN, 'ce', lnum)
|
||||||
|
let head = searchpos(s:KEYWORDPATTERN, 'bc', lnum)
|
||||||
|
call winrestview(view)
|
||||||
|
if head == [0, 0] || tail == [0, 0]
|
||||||
|
return
|
||||||
|
else
|
||||||
|
let start = head[1] - 1
|
||||||
|
let end = tail[1] - 1
|
||||||
|
let word = getline(lnum)[start : end]
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
call julia#doc#open(word)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
if exists('+shellslash')
|
||||||
|
let s:ESCAPEDCHARS = " \t\n\"#%'*<?`|"
|
||||||
|
else
|
||||||
|
let s:ESCAPEDCHARS = " \t\n*?[{`$\\%#'\"|!<"
|
||||||
|
endif
|
||||||
|
let s:FNAMEESCAPEPATTERN = '\\\ze[' . escape(s:ESCAPEDCHARS, ']^-\') . ']'
|
||||||
|
|
||||||
|
" this function reproduces an original string escaped by fnameescape()
|
||||||
|
function! s:unfnameescape(str) abort
|
||||||
|
if a:str is# ''
|
||||||
|
return ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
" NOTE: We cannot determine the original string if a:str starts from '\-',
|
||||||
|
" '\+' or '\>' because fnameescape('-') ==# fnameescape('\-').
|
||||||
|
if a:str is# '\-'
|
||||||
|
" Remove escape anyway.
|
||||||
|
return '-'
|
||||||
|
endif
|
||||||
|
|
||||||
|
if a:str =~# '^\\[+>]'
|
||||||
|
let str = a:str[1:]
|
||||||
|
else
|
||||||
|
let str = a:str
|
||||||
|
endif
|
||||||
|
return substitute(str, s:FNAMEESCAPEPATTERN, '', 'g')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
let s:HELPPROMPT = 'help?> '
|
||||||
|
let s:HELPHISTORY = []
|
||||||
|
|
||||||
|
function! julia#doc#prompt() abort
|
||||||
|
let inputhist = s:savehistory('input')
|
||||||
|
echohl MoreMsg
|
||||||
|
try
|
||||||
|
call s:restorehistory('input', s:HELPHISTORY)
|
||||||
|
let keyword = input(s:HELPPROMPT, '', 'customlist,julia#doc#complete')
|
||||||
|
|
||||||
|
" Clear the last prompt
|
||||||
|
normal! :
|
||||||
|
finally
|
||||||
|
echohl None
|
||||||
|
call s:restorehistory('input', inputhist)
|
||||||
|
endtry
|
||||||
|
|
||||||
|
if empty(keyword)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
call julia#doc#open(keyword)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:savehistory(name) abort
|
||||||
|
if histnr(a:name) == -1
|
||||||
|
return []
|
||||||
|
endif
|
||||||
|
|
||||||
|
let history = []
|
||||||
|
for i in range(1, histnr(a:name))
|
||||||
|
let item = histget(a:name, i)
|
||||||
|
if !empty(item)
|
||||||
|
call add(history, item)
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return history
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:restorehistory(name, history) abort
|
||||||
|
call histdel(a:name)
|
||||||
|
for item in a:history
|
||||||
|
call histadd(a:name, item)
|
||||||
|
endfor
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if s:VERSION.major == 0 && s:VERSION.minor <= 6
|
||||||
|
let s:REPL_SEARCH = 'Base.Docs.repl_search'
|
||||||
|
else
|
||||||
|
let s:REPL_SEARCH = 'import REPL.repl_search; repl_search'
|
||||||
|
endif
|
||||||
|
|
||||||
|
function! julia#doc#complete(ArgLead, CmdLine, CursorPos) abort
|
||||||
|
return s:likely(a:ArgLead)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:likely(str) abort
|
||||||
|
" escape twice
|
||||||
|
let str = escape(escape(a:str, '"\'), '"\')
|
||||||
|
let cmd = printf('%s -E "%s(\"%s\")"', g:julia#doc#juliapath, s:REPL_SEARCH, str)
|
||||||
|
let output = systemlist(cmd)
|
||||||
|
return split(matchstr(output[0], '\C^search: \zs.*'))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -244,8 +244,8 @@ function! julia_blocks#init_mappings()
|
|||||||
call julia_blocks#select_reset()
|
call julia_blocks#select_reset()
|
||||||
augroup JuliaBlocks
|
augroup JuliaBlocks
|
||||||
au!
|
au!
|
||||||
au InsertEnter *.jl call julia_blocks#select_reset()
|
au InsertEnter <buffer> call julia_blocks#select_reset()
|
||||||
au CursorMoved *.jl call s:cursor_moved()
|
au CursorMoved <buffer> call s:cursor_moved()
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" we would need some autocmd event associated with exiting from
|
" we would need some autocmd event associated with exiting from
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
536
autoload/pony.vim
Normal file
536
autoload/pony.vim
Normal file
@@ -0,0 +1,536 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pony') == -1
|
||||||
|
|
||||||
|
" Vim plugin file
|
||||||
|
" Language: Pony
|
||||||
|
" Maintainer: Jak Wings
|
||||||
|
|
||||||
|
" TODO: Make sure echomsg is off for release.
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
|
|
||||||
|
"let s:skip = '<SID>InCommentOrLiteral(line("."), col("."))'
|
||||||
|
let s:skip2 = '<SID>InLiteral(line("."), col(".")) || <SID>InComment(line("."), col(".")) == 1'
|
||||||
|
let s:skip3 = '!<SID>InKeyword(line("."), col("."))'
|
||||||
|
let s:skip4 = '!<SID>InBracket(line("."), col("."))'
|
||||||
|
let s:cfstart = '\v<%(ifdef|if|match|while|for|repeat|try|with|recover|object|lambda|iftype)>'
|
||||||
|
let s:cfmiddle = '\v<%(then|elseif|else|until|do|in|elseiftype)>|\|'
|
||||||
|
let s:cfend = '\v<end>'
|
||||||
|
let s:bstartp = '\v<%(ifdef|if|then|elseif|else|(match)|while|for|in|do|try|with|recover|repeat|until|(object)|lambda|iftype|elseiftype)>'
|
||||||
|
|
||||||
|
function! pony#Indent()
|
||||||
|
if v:lnum <= 1
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
call cursor(v:lnum, 1)
|
||||||
|
let l:pnzpos = searchpos('.', 'cbnW')
|
||||||
|
if l:pnzpos == [0, 0]
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
if s:InComment2(l:pnzpos) > 1
|
||||||
|
"echomsg 'Comment' (l:pnzpos[0] . '-' . v:lnum) -1
|
||||||
|
return cindent(v:lnum)
|
||||||
|
endif
|
||||||
|
|
||||||
|
if s:InLiteral2(l:pnzpos)
|
||||||
|
"echomsg 'String' (l:pnzpos[0] . '-' . v:lnum) -1
|
||||||
|
return -1
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:pnzpos
|
||||||
|
|
||||||
|
" NOTE: Lines started in comments and strings are checked already.
|
||||||
|
|
||||||
|
let l:pnblnum = s:PrevNonblank(v:lnum - 1)
|
||||||
|
if l:pnblnum < 1
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
let l:pnbline = getline(l:pnblnum)
|
||||||
|
let l:pnbindent = indent(l:pnblnum)
|
||||||
|
|
||||||
|
let l:line = getline(v:lnum)
|
||||||
|
let l:indent = l:pnbindent
|
||||||
|
let l:shiftwidth = shiftwidth()
|
||||||
|
|
||||||
|
" FIXME?
|
||||||
|
let l:continuing = 0
|
||||||
|
" If the previous line ends with a unary or binary operator,
|
||||||
|
if s:IsContinued(l:pnblnum)
|
||||||
|
let l:contlnum = l:pnblnum
|
||||||
|
let l:ppcontinued = 0
|
||||||
|
let l:ppnblnum = s:PrevNonblank(l:pnblnum - 1)
|
||||||
|
while s:IsContinued(l:ppnblnum)
|
||||||
|
let l:ppcontinued += 1
|
||||||
|
let l:contlnum = l:ppnblnum
|
||||||
|
let l:ppnblnum = s:PrevNonblank(l:ppnblnum - 1)
|
||||||
|
endwhile
|
||||||
|
"echomsg 'Continued1' l:pnblnum l:contlnum
|
||||||
|
" If the previous line is also continuing another line,
|
||||||
|
if l:ppcontinued
|
||||||
|
let l:continuing = 1
|
||||||
|
if getline(l:contlnum) =~# '\v^\s*%(actor|class|struct|primitive|trait|type|interface)>'
|
||||||
|
" reset the indent level.
|
||||||
|
"echomsg 'Continuing0' (l:contlnum . '-' . v:lnum) (l:shiftwidth * 2)
|
||||||
|
let l:indent = l:shiftwidth * 2
|
||||||
|
else
|
||||||
|
" keep using the previous indent.
|
||||||
|
"echomsg 'Continuing1' (l:pnblnum . '-' . v:lnum) l:pnbindent
|
||||||
|
let l:indent = l:pnbindent
|
||||||
|
endif
|
||||||
|
" if the previous line is part of the definition of a class,
|
||||||
|
elseif l:pnbline =~# '\v^\s*%(actor|class|struct|primitive|trait|type|interface)>'
|
||||||
|
" reset the indent level.
|
||||||
|
"echomsg 'Continuing2' (l:pnblnum . '-' . v:lnum) (l:shiftwidth * 2)
|
||||||
|
let l:continuing = 1
|
||||||
|
let l:indent = l:shiftwidth * 2
|
||||||
|
" if the previous line is part of the definition of a method,
|
||||||
|
elseif l:pnbline =~# '\v^\s*%(fun|new|be)>'
|
||||||
|
" reset the indent level.
|
||||||
|
"echomsg 'Continuing3' (l:pnblnum . '-' . v:lnum) (l:pnbindent + l:shiftwidth)
|
||||||
|
let l:continuing = 1
|
||||||
|
let l:indent = l:pnbindent + l:shiftwidth
|
||||||
|
" if the previous line is the start of a definition body,
|
||||||
|
elseif l:pnbline =~# '=>\s*$'
|
||||||
|
" indent this line.
|
||||||
|
"echomsg 'Continuing4' (l:pnblnum . '-' . v:lnum) (l:pnbindent + l:shiftwidth)
|
||||||
|
let l:continuing = 1
|
||||||
|
let l:indent = l:pnbindent + l:shiftwidth
|
||||||
|
else
|
||||||
|
" indent this line twice as far.
|
||||||
|
"echomsg 'Continuing5' (l:pnblnum . '-' . v:lnum) (l:pnbindent + l:shiftwidth * 2)
|
||||||
|
let l:continuing = 1
|
||||||
|
let l:indent = l:pnbindent + l:shiftwidth * 2
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:contlnum l:ppnblnum l:ppcontinued
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If this line starts a document string,
|
||||||
|
if !l:continuing && l:line =~# '^\s*"""'
|
||||||
|
let l:ppnblnum = s:PrevNonblank(l:pnblnum - 1)
|
||||||
|
if s:IsContinued(l:ppnblnum)
|
||||||
|
let l:contlnum = l:ppnblnum
|
||||||
|
while s:IsContinued(l:ppnblnum)
|
||||||
|
let l:contlnum = l:ppnblnum
|
||||||
|
let l:ppnblnum = s:PrevNonblank(l:ppnblnum - 1)
|
||||||
|
endwhile
|
||||||
|
if getline(l:contlnum) =~# '\v^\s*%(actor|class|struct|primitive|trait|type|interface)>'
|
||||||
|
" reset the indent level.
|
||||||
|
"echomsg 'DocString' (l:contlnum . '-' . v:lnum) l:shiftwidth
|
||||||
|
return l:shiftwidth
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:contlnum l:ppnblnum
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If the previous line contains an unmatched opening bracket
|
||||||
|
if !l:continuing && l:pnbline =~# '[{[(]'
|
||||||
|
" if the line ends with an opening bracket,
|
||||||
|
if l:pnbline =~# '[{[(]\s*$' && !s:InCommentOrLiteral(l:pnblnum, col([l:pnblnum, '$']) - 1)
|
||||||
|
" indent this line.
|
||||||
|
let l:indent += l:shiftwidth
|
||||||
|
else
|
||||||
|
" find the unmatched opening bracket,
|
||||||
|
let l:start = [0, 0]
|
||||||
|
let l:end = col([l:pnblnum, '$']) - 1
|
||||||
|
call cursor(l:pnblnum, l:end)
|
||||||
|
while l:end > 0
|
||||||
|
let l:start = s:OuterPos(l:start, searchpairpos('(', '', ')', 'bnW', s:skip4, l:pnblnum))
|
||||||
|
let l:start = s:OuterPos(l:start, searchpairpos('\[', '', '\]', 'bnW', s:skip4, l:pnblnum))
|
||||||
|
let l:start = s:OuterPos(l:start, searchpairpos('{', '', '}', 'bnW', s:skip4, l:pnblnum))
|
||||||
|
if l:start == [0, 0]
|
||||||
|
break
|
||||||
|
endif
|
||||||
|
" find the matched closing bracket on the same line,
|
||||||
|
call cursor(l:start[0], l:start[1])
|
||||||
|
let l:c = s:CharAtCursor(l:start[0], l:start[1])
|
||||||
|
if searchpair(escape(l:c, '['), '', escape(tr(l:c, '([{', ')]}'), ']'),
|
||||||
|
\ 'znW', s:skip4, l:pnblnum) < 1
|
||||||
|
" the unmatched opening bracket is found,
|
||||||
|
break
|
||||||
|
endif
|
||||||
|
let l:end = l:start[1]
|
||||||
|
let l:start = [0, 0]
|
||||||
|
endwhile
|
||||||
|
if l:start != [0, 0]
|
||||||
|
" indent this line.
|
||||||
|
"echomsg 'Open bracket' (l:pnblnum . '-' . v:lnum) (l:indent + l:shiftwidth)
|
||||||
|
let l:indent += l:shiftwidth
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:start l:end l:c
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If there is a matched closing bracket on the previous line,
|
||||||
|
" NOTE:
|
||||||
|
" >|[
|
||||||
|
" | (1 -
|
||||||
|
" | 1) * 2]
|
||||||
|
" | command
|
||||||
|
" ^
|
||||||
|
if !l:continuing
|
||||||
|
call cursor(l:pnblnum, 1)
|
||||||
|
" find the last closing bracket,
|
||||||
|
let l:end = [0, 0]
|
||||||
|
let l:end = s:OuterPos(l:end, searchpairpos('(', '', ')', 'zncr', s:skip4, l:pnblnum))
|
||||||
|
let l:end = s:OuterPos(l:end, searchpairpos('\[', '', '\]', 'zncr', s:skip4, l:pnblnum))
|
||||||
|
let l:end = s:OuterPos(l:end, searchpairpos('{', '', '}', 'zncr', s:skip4, l:pnblnum))
|
||||||
|
if l:end != [0, 0]
|
||||||
|
" find the matched opening bracket on another line,
|
||||||
|
let l:c = s:CharAtCursor(l:end[0], l:end[1])
|
||||||
|
let l:start = searchpairpos(escape(tr(l:c, ')]}', '([{'), '['), '', escape(l:c, ']'), 'nbW', s:skip4)
|
||||||
|
if l:start[0] != l:end[0]
|
||||||
|
" and then this line has the same indent as the line the matched bracket stays.
|
||||||
|
"echomsg 'Matched bracket' (l:start[0] . '-' . v:lnum) indent(l:start[0])
|
||||||
|
let l:indent = indent(l:start[0])
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:start l:end l:c
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If there is a matched closing bracket on this line,
|
||||||
|
" NOTE:
|
||||||
|
" |[
|
||||||
|
" >| (1 -
|
||||||
|
" | 1) * 2
|
||||||
|
" |]
|
||||||
|
" ^ ^
|
||||||
|
if l:line =~# '^\s*[)\]}]'
|
||||||
|
" find the first closing bracket,
|
||||||
|
call cursor(v:lnum, 1)
|
||||||
|
let l:end = [0, 0]
|
||||||
|
let l:end = s:InnerPos(l:end, searchpairpos('(', '', ')', 'zncW', s:skip4, v:lnum))
|
||||||
|
let l:end = s:InnerPos(l:end, searchpairpos('\[', '', '\]', 'zncW', s:skip4, v:lnum))
|
||||||
|
let l:end = s:InnerPos(l:end, searchpairpos('{', '', '}', 'zncW', s:skip4, v:lnum))
|
||||||
|
if l:end != [0, 0]
|
||||||
|
" find the matched opening bracket on another line,
|
||||||
|
let l:c = s:CharAtCursor(l:end[0], l:end[1])
|
||||||
|
let l:start = searchpairpos(escape(tr(l:c, ')]}', '([{'), '['), '', escape(l:c, ']'), 'nbW', s:skip4)
|
||||||
|
if l:start[0] != l:end[0]
|
||||||
|
" and then this line has the same indent as the line the matched bracket stays.
|
||||||
|
"echomsg 'Closing Bracket' (l:start[0] . '-' . v:lnum) indent(l:start[0])
|
||||||
|
let l:indent = indent(l:start[0])
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:start l:end l:c
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If this line starts the definition of a method, closure or match case,
|
||||||
|
if l:line =~# '^\s*=>'
|
||||||
|
" find the start of the definition,
|
||||||
|
call cursor(v:lnum, 1)
|
||||||
|
let l:start = searchpairpos('\v<%(new|be|fun|lambda)>|\|', '', '=>\zs', 'bnW', s:skip3)
|
||||||
|
if l:start != [0, 0]
|
||||||
|
" then this line has the same indent as the start.
|
||||||
|
"echomsg 'Method body' (l:start[0] . '-' . v:lnum) indent(l:start[0])
|
||||||
|
return indent(l:start[0])
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:start
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If this line starts a class definition or starts an alias,
|
||||||
|
if l:line =~# '\v^\s*%(actor|class|struct|primitive|trait|interface|use|type)>'
|
||||||
|
" reset the indent level.
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If this line starts a method definition,
|
||||||
|
if l:line =~# '\v^\s*%(new|be|fun)>'
|
||||||
|
call cursor(v:lnum, 1)
|
||||||
|
let l:start = searchpairpos(s:cfstart, s:cfmiddle, s:cfend, 'bW', s:skip3)
|
||||||
|
if l:start != [0, 0]
|
||||||
|
let l:start = searchpos(s:bstartp, 'zcnpW', l:start[0])
|
||||||
|
" see if it is in an object block,
|
||||||
|
if l:start[2] == 3
|
||||||
|
"echomsg 'Method in object' (l:start[0] . '-' . v:lnum) (l:shiftwidth + indent(l:start[0]))
|
||||||
|
return l:shiftwidth + indent(l:start[0])
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
return l:shiftwidth
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If this line starts a match case,
|
||||||
|
call cursor(v:lnum, 1)
|
||||||
|
if l:line =~# '^\s*|' && s:InKeyword(searchpos('|', 'znW', v:lnum))
|
||||||
|
" find the start or the previous case of the match block,
|
||||||
|
let l:start = searchpairpos(s:cfstart, s:cfmiddle, s:cfend, 'bnW', s:skip3)
|
||||||
|
if l:start != [0, 0]
|
||||||
|
" then this line has the same indent as the start.
|
||||||
|
"echomsg 'Match case' (l:start[0] . '-' . v:lnum) indent(l:start[0])
|
||||||
|
return indent(l:start[0])
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:start
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If this line ends (part of) a control flow,
|
||||||
|
if l:line =~# '\v^\s*%(end|elseif|else|then|in|do|until|elseiftype)>'
|
||||||
|
" find the start or middle of the control block,
|
||||||
|
call cursor(v:lnum, 1)
|
||||||
|
let l:start = searchpairpos(s:cfstart, s:cfmiddle, s:cfend, 'bnW', s:skip3)
|
||||||
|
if l:start != [0, 0]
|
||||||
|
" then this line has the same indent as the start.
|
||||||
|
"echomsg 'Block end' (l:start[0] . '-' . v:lnum) indent(l:start[0])
|
||||||
|
return indent(l:start[0])
|
||||||
|
endif
|
||||||
|
|
||||||
|
unlet! l:start
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If the previous line starts a class definition,
|
||||||
|
if l:pnbline =~# '\v^\s*%(actor|class|struct|primitive|trait|type|interface)>'
|
||||||
|
" reset the indent level.
|
||||||
|
if s:IsContinued(l:pnblnum)
|
||||||
|
return l:shiftwidth * 2
|
||||||
|
else
|
||||||
|
return l:shiftwidth
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If the previous line starts a method definition,
|
||||||
|
if l:pnbline =~# '\v^\s*%(new|be|fun)>'
|
||||||
|
return l:pnbindent + l:shiftwidth
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If the previous line starts (part of) a control flow,
|
||||||
|
call cursor(l:pnblnum, 1)
|
||||||
|
while 1
|
||||||
|
" find the start of the control block,
|
||||||
|
let l:start = searchpos(s:bstartp, 'zcepW', l:pnblnum)
|
||||||
|
if l:start[2] == 0
|
||||||
|
break
|
||||||
|
endif
|
||||||
|
if !s:InKeyword(l:start[0:1])
|
||||||
|
call cursor(l:pnblnum, l:start[1] + 3)
|
||||||
|
continue
|
||||||
|
endif
|
||||||
|
let l:index = l:start[2]
|
||||||
|
" find the end of the control block on the same line,
|
||||||
|
let l:end = searchpair(s:cfstart, '', s:cfend, 'znW', s:skip3, l:pnblnum)
|
||||||
|
" if the control block is not ended,
|
||||||
|
if l:end < 1
|
||||||
|
" if this line is a case for a match,
|
||||||
|
if l:index == 2 && l:line =~# '^\s*|'
|
||||||
|
" then this line has the same indent as the start of the match block.
|
||||||
|
return l:pnbindent
|
||||||
|
else
|
||||||
|
" then indent this line.
|
||||||
|
"echomsg 'Block start' (l:pnblnum . '-' . v:lnum) (l:pnbindent + l:shiftwidth)
|
||||||
|
return l:pnbindent + l:shiftwidth
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endwhile
|
||||||
|
|
||||||
|
unlet! l:start l:end l:index
|
||||||
|
|
||||||
|
return l:indent
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:PrevNonblank(lnum)
|
||||||
|
let l:lnum = prevnonblank(a:lnum)
|
||||||
|
while l:lnum > 0 && (s:InComment2(l:lnum, 1) || s:InLiteral2(l:lnum, 1))
|
||||||
|
let l:lnum = prevnonblank(l:lnum - 1)
|
||||||
|
endwhile
|
||||||
|
return l:lnum
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" NOTE:
|
||||||
|
" v
|
||||||
|
" |1 /* comment */
|
||||||
|
" |2
|
||||||
|
function! s:IsContinued(lnum)
|
||||||
|
let l:lnum = s:PrevNonblank(a:lnum)
|
||||||
|
if l:lnum < 1
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
let l:line = getline(l:lnum)
|
||||||
|
let l:width = strwidth(substitute(l:line, '\s*$', '', ''))
|
||||||
|
" FIXME?
|
||||||
|
" | 1 + //
|
||||||
|
" | //
|
||||||
|
" | 2
|
||||||
|
return !s:InCommentOrLiteral(a:lnum, l:width)
|
||||||
|
\ && (l:line =~# '\v<%(and|or|xor|is|isnt|as|not|consume|addressof|digestof)\s*$'
|
||||||
|
\ || l:line =~# '\v%([=\-.]\>|[<!=>]\=\~?|\<\<\~?|\>\>\~?|\<:|[+\-*/%<>]\~?|[.,|:@~])\s*$'
|
||||||
|
\ )
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:InCommentOrLiteral(...)
|
||||||
|
return call('s:InComment', a:000) || call('s:InLiteral', a:000)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:InKeyword(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
for id in s:Or(synstack(l:lnum, l:col), [])
|
||||||
|
if synIDattr(id, 'name') =~# '^ponyKw'
|
||||||
|
return 1
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:InBracket(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
for id in s:Or(synstack(l:lnum, l:col), [])
|
||||||
|
if synIDattr(id, 'name') ==# 'ponyBracket'
|
||||||
|
return 1
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:InComment(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
let l:stack = synstack(l:lnum, l:col)
|
||||||
|
let l:i = len(l:stack)
|
||||||
|
while l:i > 0
|
||||||
|
let l:sname = synIDattr(l:stack[l:i - 1], 'name')
|
||||||
|
if l:sname =~# '^ponyNestedCommentX\?$'
|
||||||
|
return 1 + l:i - (l:sname =~# 'X$')
|
||||||
|
elseif l:sname =~# '^ponyCommentX\?$'
|
||||||
|
return 1
|
||||||
|
endif
|
||||||
|
let l:i -= 1
|
||||||
|
endwhile
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:InLiteral(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
let l:stack = synstack(l:lnum, l:col)
|
||||||
|
let l:i = len(l:stack)
|
||||||
|
while l:i > 0
|
||||||
|
let l:sname = synIDattr(l:stack[l:i - 1], 'name')
|
||||||
|
if l:sname =~# '^ponyDocumentStringX\?$'
|
||||||
|
return 3
|
||||||
|
elseif l:sname =~# '^ponyStringX\?$'
|
||||||
|
return 2
|
||||||
|
elseif l:sname =~# '^ponyCharacterX\?$'
|
||||||
|
return 1
|
||||||
|
endif
|
||||||
|
let l:i -= 1
|
||||||
|
endwhile
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" NOTE:
|
||||||
|
" |// //inside
|
||||||
|
" ^^^^^^^^^^
|
||||||
|
" |/* /*inside*/ */
|
||||||
|
" ^^^^^^^^^^^^^^
|
||||||
|
function! s:InComment2(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
let l:stack = synstack(l:lnum, l:col)
|
||||||
|
let l:i = len(l:stack)
|
||||||
|
while l:i > 0
|
||||||
|
let l:sname = synIDattr(l:stack[l:i - 1], 'name')
|
||||||
|
if l:sname ==# 'ponyNestedComment'
|
||||||
|
return 1 + l:i
|
||||||
|
elseif l:sname ==# 'ponyComment'
|
||||||
|
return 1
|
||||||
|
elseif l:sname =~# '\v^pony%(Nested)?CommentX$'
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
let l:i -= 1
|
||||||
|
endwhile
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" NOTE:
|
||||||
|
" |"inside"
|
||||||
|
" ^^^^^^
|
||||||
|
" |"""inside"""""
|
||||||
|
" ^^^^^^^^^^^^
|
||||||
|
function! s:InLiteral2(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
let l:stack = synstack(l:lnum, l:col)
|
||||||
|
let l:i = len(l:stack)
|
||||||
|
while l:i > 0
|
||||||
|
let l:sname = synIDattr(l:stack[l:i - 1], 'name')
|
||||||
|
if l:sname ==# 'ponyDocumentString'
|
||||||
|
return 3
|
||||||
|
elseif l:sname ==# 'ponyString'
|
||||||
|
return 2
|
||||||
|
elseif l:sname ==# 'ponyCharacter'
|
||||||
|
return 1
|
||||||
|
elseif l:sname =~# '\v^pony%(DocumentString|String|Character)X$'
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
let l:i -= 1
|
||||||
|
endwhile
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:CharAtCursor(...)
|
||||||
|
let [l:lnum, l:col] = (type(a:1) == type([]) ? a:1 : a:000)
|
||||||
|
return matchstr(getline(l:lnum), '\%' . l:col . 'c.')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:Or(x, y)
|
||||||
|
return !empty(a:x) ? a:x : a:y
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:InnerPos(x, y)
|
||||||
|
if a:x == [0, 0]
|
||||||
|
return a:y
|
||||||
|
elseif a:y == [0, 0]
|
||||||
|
return a:x
|
||||||
|
else
|
||||||
|
return a:x[1] < a:y[1] ? a:x : a:y
|
||||||
|
end
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:OuterPos(x, y)
|
||||||
|
if a:x == [0, 0]
|
||||||
|
return a:y
|
||||||
|
elseif a:y == [0, 0]
|
||||||
|
return a:x
|
||||||
|
else
|
||||||
|
return a:x[1] > a:y[1] ? a:x : a:y
|
||||||
|
end
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! pony#ClearTrailingSpace(all, alt, ...)
|
||||||
|
let l:force = (a:0 > 0 ? a:1 : 0)
|
||||||
|
if !l:force && (&readonly || !&modifiable || !&modified)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
if a:all
|
||||||
|
for lnum in range(1, line('$'))
|
||||||
|
let l:line = getline(lnum)
|
||||||
|
let l:end = col([lnum, '$']) - 1
|
||||||
|
if l:end > 0 && l:line =~# '\s$' && !s:InLiteral(lnum, l:end)
|
||||||
|
if a:alt
|
||||||
|
call setline(lnum, substitute(l:line, '\S\@<=\s\s*$', '', ''))
|
||||||
|
else
|
||||||
|
call setline(lnum, substitute(l:line, '\s\+$', '', ''))
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
else
|
||||||
|
let l:lnum = line('.')
|
||||||
|
let l:end = col('$') - 1
|
||||||
|
let l:line = getline(l:lnum)
|
||||||
|
if l:line =~# '\s$' && !s:InLiteral(l:lnum, l:end)
|
||||||
|
if a:alt
|
||||||
|
call setline(l:lnum, substitute(l:line, '\s\+$', '', ''))
|
||||||
|
else
|
||||||
|
call setline(l:lnum, substitute(l:line, '\S\@<=\s\s*$', '', ''))
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -105,7 +105,7 @@ function! s:GetBufferRubyEntity( name, type, ... )
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let curpos = getpos(".")
|
let curpos = getpos(".")
|
||||||
let [enum,ecol] = searchpairpos( crex, '', '\(end\|}\)', 'wr' )
|
let [enum,ecol] = searchpairpos( crex, '', '\(end\|}\)', 'W' )
|
||||||
call cursor(lastpos[1], lastpos[2])
|
call cursor(lastpos[1], lastpos[2])
|
||||||
|
|
||||||
if lnum > enum
|
if lnum > enum
|
||||||
@@ -255,15 +255,27 @@ class VimRubyCompletion
|
|||||||
|
|
||||||
# {{{ buffer analysis magic
|
# {{{ buffer analysis magic
|
||||||
def load_requires
|
def load_requires
|
||||||
|
|
||||||
|
custom_paths = VIM::evaluate("get(g:, 'rubycomplete_load_paths', [])")
|
||||||
|
|
||||||
|
if !custom_paths.empty?
|
||||||
|
$LOAD_PATH.concat(custom_paths).uniq!
|
||||||
|
end
|
||||||
|
|
||||||
buf = VIM::Buffer.current
|
buf = VIM::Buffer.current
|
||||||
enum = buf.line_number
|
enum = buf.line_number
|
||||||
nums = Range.new( 1, enum )
|
nums = Range.new( 1, enum )
|
||||||
nums.each do |x|
|
nums.each do |x|
|
||||||
|
|
||||||
ln = buf[x]
|
ln = buf[x]
|
||||||
begin
|
begin
|
||||||
eval( "require %s" % $1 ) if /.*require\s*(.*)$/.match( ln )
|
if /.*require_relative\s*(.*)$/.match( ln )
|
||||||
rescue Exception
|
eval( "require %s" % File.expand_path($1) )
|
||||||
#ignore?
|
elsif /.*require\s*(["'].*?["'])/.match( ln )
|
||||||
|
eval( "require %s" % $1 )
|
||||||
|
end
|
||||||
|
rescue Exception => e
|
||||||
|
dprint e.inspect
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -346,8 +358,13 @@ class VimRubyCompletion
|
|||||||
if x != cur_line
|
if x != cur_line
|
||||||
next if x == 0
|
next if x == 0
|
||||||
ln = buf[x]
|
ln = buf[x]
|
||||||
if /^\s*(module|class|def|include)\s+/.match(ln)
|
is_const = false
|
||||||
clscnt += 1 if $1 == "class"
|
if /^\s*(module|class|def|include)\s+/.match(ln) || is_const = /^\s*?[A-Z]([A-z]|[1-9])*\s*?[|]{0,2}=\s*?.+\s*?/.match(ln)
|
||||||
|
clscnt += 1 if /class|module/.match($1)
|
||||||
|
# We must make sure to load each constant only once to avoid errors
|
||||||
|
if is_const
|
||||||
|
ln.gsub!(/\s*?[|]{0,2}=\s*?/, '||=')
|
||||||
|
end
|
||||||
#dprint "\$1$1
|
#dprint "\$1$1
|
||||||
classdef += "%s\n" % ln
|
classdef += "%s\n" % ln
|
||||||
classdef += "end\n" if /def\s+/.match(ln)
|
classdef += "end\n" if /def\s+/.match(ln)
|
||||||
@@ -425,7 +442,6 @@ class VimRubyCompletion
|
|||||||
return get_buffer_entity_list( "class" )
|
return get_buffer_entity_list( "class" )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
def load_rails
|
def load_rails
|
||||||
allow_rails = VIM::evaluate("exists('g:rubycomplete_rails') && g:rubycomplete_rails")
|
allow_rails = VIM::evaluate("exists('g:rubycomplete_rails') && g:rubycomplete_rails")
|
||||||
return if allow_rails.to_i.zero?
|
return if allow_rails.to_i.zero?
|
||||||
@@ -531,7 +547,6 @@ class VimRubyCompletion
|
|||||||
ret += ActiveRecord::ConnectionAdapters::SchemaStatements.methods
|
ret += ActiveRecord::ConnectionAdapters::SchemaStatements.methods
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -616,7 +631,6 @@ class VimRubyCompletion
|
|||||||
|
|
||||||
want_gems = VIM::evaluate("get(g:, 'rubycomplete_load_gemfile')")
|
want_gems = VIM::evaluate("get(g:, 'rubycomplete_load_gemfile')")
|
||||||
load_gems unless want_gems.to_i.zero?
|
load_gems unless want_gems.to_i.zero?
|
||||||
|
|
||||||
|
|
||||||
input = VIM::Buffer.current.line
|
input = VIM::Buffer.current.line
|
||||||
cpos = VIM::Window.current.cursor[1] - 1
|
cpos = VIM::Window.current.cursor[1] - 1
|
||||||
@@ -670,6 +684,7 @@ class VimRubyCompletion
|
|||||||
message = Regexp.quote($4)
|
message = Regexp.quote($4)
|
||||||
dprint "const or cls 2 [recv: \'%s\', msg: \'%s\']" % [ receiver, message ]
|
dprint "const or cls 2 [recv: \'%s\', msg: \'%s\']" % [ receiver, message ]
|
||||||
load_buffer_class( receiver )
|
load_buffer_class( receiver )
|
||||||
|
load_buffer_module( receiver )
|
||||||
begin
|
begin
|
||||||
classes = eval("#{receiver}.constants")
|
classes = eval("#{receiver}.constants")
|
||||||
#methods = eval("#{receiver}.methods")
|
#methods = eval("#{receiver}.methods")
|
||||||
@@ -790,7 +805,6 @@ class VimRubyCompletion
|
|||||||
methods += Kernel.public_methods
|
methods += Kernel.public_methods
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
include_object = VIM::evaluate("exists('g:rubycomplete_include_object') && g:rubycomplete_include_object")
|
include_object = VIM::evaluate("exists('g:rubycomplete_include_object') && g:rubycomplete_include_object")
|
||||||
methods = clean_sel( methods, message )
|
methods = clean_sel( methods, message )
|
||||||
methods = (methods-Object.instance_methods) if include_object == "0"
|
methods = (methods-Object.instance_methods) if include_object == "0"
|
||||||
@@ -833,7 +847,6 @@ let s:rubycomplete_rails_loaded = 0
|
|||||||
call s:DefRuby()
|
call s:DefRuby()
|
||||||
"}}} ruby-side code
|
"}}} ruby-side code
|
||||||
|
|
||||||
|
|
||||||
" vim:tw=78:sw=4:ts=8:et:fdm=marker:ft=vim:norl:
|
" vim:tw=78:sw=4:ts=8:et:fdm=marker:ft=vim:norl:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -7,203 +7,219 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
|||||||
|
|
||||||
" Jump {{{1
|
" Jump {{{1
|
||||||
|
|
||||||
|
function! rust#Load()
|
||||||
|
" Utility call to get this script loaded, for debugging
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! rust#GetConfigVar(name, default)
|
||||||
|
" Local buffer variable with same name takes predeence over global
|
||||||
|
if has_key(b:, a:name)
|
||||||
|
return get(b:, a:name)
|
||||||
|
endif
|
||||||
|
if has_key(g:, a:name)
|
||||||
|
return get(g:, a:name)
|
||||||
|
endif
|
||||||
|
return a:default
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
function! rust#Jump(mode, function) range
|
function! rust#Jump(mode, function) range
|
||||||
let cnt = v:count1
|
let cnt = v:count1
|
||||||
normal! m'
|
normal! m'
|
||||||
if a:mode ==# 'v'
|
if a:mode ==# 'v'
|
||||||
norm! gv
|
norm! gv
|
||||||
endif
|
endif
|
||||||
let foldenable = &foldenable
|
let foldenable = &foldenable
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
while cnt > 0
|
while cnt > 0
|
||||||
execute "call <SID>Jump_" . a:function . "()"
|
execute "call <SID>Jump_" . a:function . "()"
|
||||||
let cnt = cnt - 1
|
let cnt = cnt - 1
|
||||||
endwhile
|
endwhile
|
||||||
let &foldenable = foldenable
|
let &foldenable = foldenable
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Jump_Back()
|
function! s:Jump_Back()
|
||||||
call search('{', 'b')
|
call search('{', 'b')
|
||||||
keepjumps normal! w99[{
|
keepjumps normal! w99[{
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Jump_Forward()
|
function! s:Jump_Forward()
|
||||||
normal! j0
|
normal! j0
|
||||||
call search('{', 'b')
|
call search('{', 'b')
|
||||||
keepjumps normal! w99[{%
|
keepjumps normal! w99[{%
|
||||||
call search('{')
|
call search('{')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Run {{{1
|
" Run {{{1
|
||||||
|
|
||||||
function! rust#Run(bang, args)
|
function! rust#Run(bang, args)
|
||||||
let args = s:ShellTokenize(a:args)
|
let args = s:ShellTokenize(a:args)
|
||||||
if a:bang
|
if a:bang
|
||||||
let idx = index(l:args, '--')
|
let idx = index(l:args, '--')
|
||||||
if idx != -1
|
if idx != -1
|
||||||
let rustc_args = idx == 0 ? [] : l:args[:idx-1]
|
let rustc_args = idx == 0 ? [] : l:args[:idx-1]
|
||||||
let args = l:args[idx+1:]
|
let args = l:args[idx+1:]
|
||||||
else
|
else
|
||||||
let rustc_args = l:args
|
let rustc_args = l:args
|
||||||
let args = []
|
let args = []
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
let rustc_args = []
|
let rustc_args = []
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let b:rust_last_rustc_args = l:rustc_args
|
let b:rust_last_rustc_args = l:rustc_args
|
||||||
let b:rust_last_args = l:args
|
let b:rust_last_args = l:args
|
||||||
|
|
||||||
call s:WithPath(function("s:Run"), rustc_args, args)
|
call s:WithPath(function("s:Run"), rustc_args, args)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Run(dict, rustc_args, args)
|
function! s:Run(dict, rustc_args, args)
|
||||||
let exepath = a:dict.tmpdir.'/'.fnamemodify(a:dict.path, ':t:r')
|
let exepath = a:dict.tmpdir.'/'.fnamemodify(a:dict.path, ':t:r')
|
||||||
if has('win32')
|
if has('win32')
|
||||||
let exepath .= '.exe'
|
let exepath .= '.exe'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let relpath = get(a:dict, 'tmpdir_relpath', a:dict.path)
|
let relpath = get(a:dict, 'tmpdir_relpath', a:dict.path)
|
||||||
let rustc_args = [relpath, '-o', exepath] + a:rustc_args
|
let rustc_args = [relpath, '-o', exepath] + a:rustc_args
|
||||||
|
|
||||||
let rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
let rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
||||||
|
|
||||||
let pwd = a:dict.istemp ? a:dict.tmpdir : ''
|
let pwd = a:dict.istemp ? a:dict.tmpdir : ''
|
||||||
let output = s:system(pwd, shellescape(rustc) . " " . join(map(rustc_args, 'shellescape(v:val)')))
|
let output = s:system(pwd, shellescape(rustc) . " " . join(map(rustc_args, 'shellescape(v:val)')))
|
||||||
if output != ''
|
if output !=# ''
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echo output
|
echo output
|
||||||
echohl None
|
echohl None
|
||||||
endif
|
endif
|
||||||
if !v:shell_error
|
if !v:shell_error
|
||||||
exe '!' . shellescape(exepath) . " " . join(map(a:args, 'shellescape(v:val)'))
|
exe '!' . shellescape(exepath) . " " . join(map(a:args, 'shellescape(v:val)'))
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Expand {{{1
|
" Expand {{{1
|
||||||
|
|
||||||
function! rust#Expand(bang, args)
|
function! rust#Expand(bang, args)
|
||||||
let args = s:ShellTokenize(a:args)
|
let args = s:ShellTokenize(a:args)
|
||||||
if a:bang && !empty(l:args)
|
if a:bang && !empty(l:args)
|
||||||
let pretty = remove(l:args, 0)
|
let pretty = remove(l:args, 0)
|
||||||
else
|
else
|
||||||
let pretty = "expanded"
|
let pretty = "expanded"
|
||||||
endif
|
endif
|
||||||
call s:WithPath(function("s:Expand"), pretty, args)
|
call s:WithPath(function("s:Expand"), pretty, args)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Expand(dict, pretty, args)
|
function! s:Expand(dict, pretty, args)
|
||||||
try
|
try
|
||||||
let rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
let rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
||||||
|
|
||||||
if a:pretty =~? '^\%(everybody_loops$\|flowgraph=\)'
|
if a:pretty =~? '^\%(everybody_loops$\|flowgraph=\)'
|
||||||
let flag = '--xpretty'
|
let flag = '--xpretty'
|
||||||
else
|
else
|
||||||
let flag = '--pretty'
|
let flag = '--pretty'
|
||||||
endif
|
endif
|
||||||
let relpath = get(a:dict, 'tmpdir_relpath', a:dict.path)
|
let relpath = get(a:dict, 'tmpdir_relpath', a:dict.path)
|
||||||
let args = [relpath, '-Z', 'unstable-options', l:flag, a:pretty] + a:args
|
let args = [relpath, '-Z', 'unstable-options', l:flag, a:pretty] + a:args
|
||||||
let pwd = a:dict.istemp ? a:dict.tmpdir : ''
|
let pwd = a:dict.istemp ? a:dict.tmpdir : ''
|
||||||
let output = s:system(pwd, shellescape(rustc) . " " . join(map(args, 'shellescape(v:val)')))
|
let output = s:system(pwd, shellescape(rustc) . " " . join(map(args, 'shellescape(v:val)')))
|
||||||
if v:shell_error
|
if v:shell_error
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echo output
|
echo output
|
||||||
echohl None
|
echohl None
|
||||||
else
|
else
|
||||||
new
|
new
|
||||||
silent put =output
|
silent put =output
|
||||||
1
|
1
|
||||||
d
|
d
|
||||||
setl filetype=rust
|
setl filetype=rust
|
||||||
setl buftype=nofile
|
setl buftype=nofile
|
||||||
setl bufhidden=hide
|
setl bufhidden=hide
|
||||||
setl noswapfile
|
setl noswapfile
|
||||||
" give the buffer a nice name
|
" give the buffer a nice name
|
||||||
let suffix = 1
|
let suffix = 1
|
||||||
let basename = fnamemodify(a:dict.path, ':t:r')
|
let basename = fnamemodify(a:dict.path, ':t:r')
|
||||||
while 1
|
while 1
|
||||||
let bufname = basename
|
let bufname = basename
|
||||||
if suffix > 1 | let bufname .= ' ('.suffix.')' | endif
|
if suffix > 1 | let bufname .= ' ('.suffix.')' | endif
|
||||||
let bufname .= '.pretty.rs'
|
let bufname .= '.pretty.rs'
|
||||||
if bufexists(bufname)
|
if bufexists(bufname)
|
||||||
let suffix += 1
|
let suffix += 1
|
||||||
continue
|
continue
|
||||||
endif
|
endif
|
||||||
exe 'silent noautocmd keepalt file' fnameescape(bufname)
|
exe 'silent noautocmd keepalt file' fnameescape(bufname)
|
||||||
break
|
break
|
||||||
endwhile
|
endwhile
|
||||||
endif
|
endif
|
||||||
endtry
|
endtry
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! rust#CompleteExpand(lead, line, pos)
|
function! rust#CompleteExpand(lead, line, pos)
|
||||||
if a:line[: a:pos-1] =~ '^RustExpand!\s*\S*$'
|
if a:line[: a:pos-1] =~# '^RustExpand!\s*\S*$'
|
||||||
" first argument and it has a !
|
" first argument and it has a !
|
||||||
let list = ["normal", "expanded", "typed", "expanded,identified", "flowgraph=", "everybody_loops"]
|
let list = ["normal", "expanded", "typed", "expanded,identified", "flowgraph=", "everybody_loops"]
|
||||||
if !empty(a:lead)
|
if !empty(a:lead)
|
||||||
call filter(list, "v:val[:len(a:lead)-1] == a:lead")
|
call filter(list, "v:val[:len(a:lead)-1] == a:lead")
|
||||||
endif
|
endif
|
||||||
return list
|
return list
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return glob(escape(a:lead, "*?[") . '*', 0, 1)
|
return glob(escape(a:lead, "*?[") . '*', 0, 1)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Emit {{{1
|
" Emit {{{1
|
||||||
|
|
||||||
function! rust#Emit(type, args)
|
function! rust#Emit(type, args)
|
||||||
let args = s:ShellTokenize(a:args)
|
let args = s:ShellTokenize(a:args)
|
||||||
call s:WithPath(function("s:Emit"), a:type, args)
|
call s:WithPath(function("s:Emit"), a:type, args)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Emit(dict, type, args)
|
function! s:Emit(dict, type, args)
|
||||||
try
|
try
|
||||||
let output_path = a:dict.tmpdir.'/output'
|
let output_path = a:dict.tmpdir.'/output'
|
||||||
|
|
||||||
let rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
let rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
||||||
|
|
||||||
let relpath = get(a:dict, 'tmpdir_relpath', a:dict.path)
|
let relpath = get(a:dict, 'tmpdir_relpath', a:dict.path)
|
||||||
let args = [relpath, '--emit', a:type, '-o', output_path] + a:args
|
let args = [relpath, '--emit', a:type, '-o', output_path] + a:args
|
||||||
let pwd = a:dict.istemp ? a:dict.tmpdir : ''
|
let pwd = a:dict.istemp ? a:dict.tmpdir : ''
|
||||||
let output = s:system(pwd, shellescape(rustc) . " " . join(map(args, 'shellescape(v:val)')))
|
let output = s:system(pwd, shellescape(rustc) . " " . join(map(args, 'shellescape(v:val)')))
|
||||||
if output != ''
|
if output !=# ''
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echo output
|
echo output
|
||||||
echohl None
|
echohl None
|
||||||
endif
|
endif
|
||||||
if !v:shell_error
|
if !v:shell_error
|
||||||
new
|
new
|
||||||
exe 'silent keepalt read' fnameescape(output_path)
|
exe 'silent keepalt read' fnameescape(output_path)
|
||||||
1
|
1
|
||||||
d
|
d
|
||||||
if a:type == "llvm-ir"
|
if a:type ==# "llvm-ir"
|
||||||
setl filetype=llvm
|
setl filetype=llvm
|
||||||
let extension = 'll'
|
let extension = 'll'
|
||||||
elseif a:type == "asm"
|
elseif a:type ==# "asm"
|
||||||
setl filetype=asm
|
setl filetype=asm
|
||||||
let extension = 's'
|
let extension = 's'
|
||||||
endif
|
endif
|
||||||
setl buftype=nofile
|
setl buftype=nofile
|
||||||
setl bufhidden=hide
|
setl bufhidden=hide
|
||||||
setl noswapfile
|
setl noswapfile
|
||||||
if exists('l:extension')
|
if exists('l:extension')
|
||||||
" give the buffer a nice name
|
" give the buffer a nice name
|
||||||
let suffix = 1
|
let suffix = 1
|
||||||
let basename = fnamemodify(a:dict.path, ':t:r')
|
let basename = fnamemodify(a:dict.path, ':t:r')
|
||||||
while 1
|
while 1
|
||||||
let bufname = basename
|
let bufname = basename
|
||||||
if suffix > 1 | let bufname .= ' ('.suffix.')' | endif
|
if suffix > 1 | let bufname .= ' ('.suffix.')' | endif
|
||||||
let bufname .= '.'.extension
|
let bufname .= '.'.extension
|
||||||
if bufexists(bufname)
|
if bufexists(bufname)
|
||||||
let suffix += 1
|
let suffix += 1
|
||||||
continue
|
continue
|
||||||
endif
|
endif
|
||||||
exe 'silent noautocmd keepalt file' fnameescape(bufname)
|
exe 'silent noautocmd keepalt file' fnameescape(bufname)
|
||||||
break
|
break
|
||||||
endwhile
|
endwhile
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endtry
|
endtry
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Utility functions {{{1
|
" Utility functions {{{1
|
||||||
@@ -221,145 +237,145 @@ endfunction
|
|||||||
" existing path of the current buffer. If the path is inside of {dict.tmpdir}
|
" existing path of the current buffer. If the path is inside of {dict.tmpdir}
|
||||||
" then it is guaranteed to have a '.rs' extension.
|
" then it is guaranteed to have a '.rs' extension.
|
||||||
function! s:WithPath(func, ...)
|
function! s:WithPath(func, ...)
|
||||||
let buf = bufnr('')
|
let buf = bufnr('')
|
||||||
let saved = {}
|
let saved = {}
|
||||||
let dict = {}
|
let dict = {}
|
||||||
try
|
try
|
||||||
let saved.write = &write
|
let saved.write = &write
|
||||||
set write
|
set write
|
||||||
let dict.path = expand('%')
|
let dict.path = expand('%')
|
||||||
let pathisempty = empty(dict.path)
|
let pathisempty = empty(dict.path)
|
||||||
|
|
||||||
" Always create a tmpdir in case the wrapped command wants it
|
" Always create a tmpdir in case the wrapped command wants it
|
||||||
let dict.tmpdir = tempname()
|
let dict.tmpdir = tempname()
|
||||||
call mkdir(dict.tmpdir)
|
call mkdir(dict.tmpdir)
|
||||||
|
|
||||||
if pathisempty || !saved.write
|
if pathisempty || !saved.write
|
||||||
let dict.istemp = 1
|
let dict.istemp = 1
|
||||||
" if we're doing this because of nowrite, preserve the filename
|
" if we're doing this because of nowrite, preserve the filename
|
||||||
if !pathisempty
|
if !pathisempty
|
||||||
let filename = expand('%:t:r').".rs"
|
let filename = expand('%:t:r').".rs"
|
||||||
else
|
else
|
||||||
let filename = 'unnamed.rs'
|
let filename = 'unnamed.rs'
|
||||||
endif
|
endif
|
||||||
let dict.tmpdir_relpath = filename
|
let dict.tmpdir_relpath = filename
|
||||||
let dict.path = dict.tmpdir.'/'.filename
|
let dict.path = dict.tmpdir.'/'.filename
|
||||||
|
|
||||||
let saved.mod = &mod
|
let saved.mod = &modified
|
||||||
set nomod
|
set nomodified
|
||||||
|
|
||||||
silent exe 'keepalt write! ' . fnameescape(dict.path)
|
silent exe 'keepalt write! ' . fnameescape(dict.path)
|
||||||
if pathisempty
|
if pathisempty
|
||||||
silent keepalt 0file
|
silent keepalt 0file
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
let dict.istemp = 0
|
let dict.istemp = 0
|
||||||
update
|
update
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call call(a:func, [dict] + a:000)
|
call call(a:func, [dict] + a:000)
|
||||||
finally
|
finally
|
||||||
if bufexists(buf)
|
if bufexists(buf)
|
||||||
for [opt, value] in items(saved)
|
for [opt, value] in items(saved)
|
||||||
silent call setbufvar(buf, '&'.opt, value)
|
silent call setbufvar(buf, '&'.opt, value)
|
||||||
unlet value " avoid variable type mismatches
|
unlet value " avoid variable type mismatches
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
if has_key(dict, 'tmpdir') | silent call s:RmDir(dict.tmpdir) | endif
|
if has_key(dict, 'tmpdir') | silent call s:RmDir(dict.tmpdir) | endif
|
||||||
endtry
|
endtry
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! rust#AppendCmdLine(text)
|
function! rust#AppendCmdLine(text)
|
||||||
call setcmdpos(getcmdpos())
|
call setcmdpos(getcmdpos())
|
||||||
let cmd = getcmdline() . a:text
|
let cmd = getcmdline() . a:text
|
||||||
return cmd
|
return cmd
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Tokenize the string according to sh parsing rules
|
" Tokenize the string according to sh parsing rules
|
||||||
function! s:ShellTokenize(text)
|
function! s:ShellTokenize(text)
|
||||||
" states:
|
" states:
|
||||||
" 0: start of word
|
" 0: start of word
|
||||||
" 1: unquoted
|
" 1: unquoted
|
||||||
" 2: unquoted backslash
|
" 2: unquoted backslash
|
||||||
" 3: double-quote
|
" 3: double-quote
|
||||||
" 4: double-quoted backslash
|
" 4: double-quoted backslash
|
||||||
" 5: single-quote
|
" 5: single-quote
|
||||||
let l:state = 0
|
let l:state = 0
|
||||||
let l:current = ''
|
let l:current = ''
|
||||||
let l:args = []
|
let l:args = []
|
||||||
for c in split(a:text, '\zs')
|
for c in split(a:text, '\zs')
|
||||||
if l:state == 0 || l:state == 1 " unquoted
|
if l:state == 0 || l:state == 1 " unquoted
|
||||||
if l:c ==# ' '
|
if l:c ==# ' '
|
||||||
if l:state == 0 | continue | endif
|
if l:state == 0 | continue | endif
|
||||||
call add(l:args, l:current)
|
call add(l:args, l:current)
|
||||||
let l:current = ''
|
let l:current = ''
|
||||||
let l:state = 0
|
let l:state = 0
|
||||||
elseif l:c ==# '\'
|
elseif l:c ==# '\'
|
||||||
let l:state = 2
|
let l:state = 2
|
||||||
elseif l:c ==# '"'
|
elseif l:c ==# '"'
|
||||||
let l:state = 3
|
let l:state = 3
|
||||||
elseif l:c ==# "'"
|
elseif l:c ==# "'"
|
||||||
let l:state = 5
|
let l:state = 5
|
||||||
else
|
else
|
||||||
let l:current .= l:c
|
let l:current .= l:c
|
||||||
let l:state = 1
|
let l:state = 1
|
||||||
endif
|
endif
|
||||||
elseif l:state == 2 " unquoted backslash
|
elseif l:state == 2 " unquoted backslash
|
||||||
if l:c !=# "\n" " can it even be \n?
|
if l:c !=# "\n" " can it even be \n?
|
||||||
let l:current .= l:c
|
let l:current .= l:c
|
||||||
endif
|
endif
|
||||||
let l:state = 1
|
let l:state = 1
|
||||||
elseif l:state == 3 " double-quote
|
elseif l:state == 3 " double-quote
|
||||||
if l:c ==# '\'
|
if l:c ==# '\'
|
||||||
let l:state = 4
|
let l:state = 4
|
||||||
elseif l:c ==# '"'
|
elseif l:c ==# '"'
|
||||||
let l:state = 1
|
let l:state = 1
|
||||||
else
|
else
|
||||||
let l:current .= l:c
|
let l:current .= l:c
|
||||||
endif
|
endif
|
||||||
elseif l:state == 4 " double-quoted backslash
|
elseif l:state == 4 " double-quoted backslash
|
||||||
if stridx('$`"\', l:c) >= 0
|
if stridx('$`"\', l:c) >= 0
|
||||||
let l:current .= l:c
|
let l:current .= l:c
|
||||||
elseif l:c ==# "\n" " is this even possible?
|
elseif l:c ==# "\n" " is this even possible?
|
||||||
" skip it
|
" skip it
|
||||||
else
|
else
|
||||||
let l:current .= '\'.l:c
|
let l:current .= '\'.l:c
|
||||||
endif
|
endif
|
||||||
let l:state = 3
|
let l:state = 3
|
||||||
elseif l:state == 5 " single-quoted
|
elseif l:state == 5 " single-quoted
|
||||||
if l:c == "'"
|
if l:c ==# "'"
|
||||||
let l:state = 1
|
let l:state = 1
|
||||||
else
|
else
|
||||||
let l:current .= l:c
|
let l:current .= l:c
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
if l:state != 0
|
if l:state != 0
|
||||||
call add(l:args, l:current)
|
call add(l:args, l:current)
|
||||||
endif
|
endif
|
||||||
return l:args
|
return l:args
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:RmDir(path)
|
function! s:RmDir(path)
|
||||||
" sanity check; make sure it's not empty, /, or $HOME
|
" sanity check; make sure it's not empty, /, or $HOME
|
||||||
if empty(a:path)
|
if empty(a:path)
|
||||||
echoerr 'Attempted to delete empty path'
|
echoerr 'Attempted to delete empty path'
|
||||||
return 0
|
return 0
|
||||||
elseif a:path == '/' || a:path == $HOME
|
elseif a:path ==# '/' || a:path ==# $HOME
|
||||||
echoerr 'Attempted to delete protected path: ' . a:path
|
echoerr 'Attempted to delete protected path: ' . a:path
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
return system("rm -rf " . shellescape(a:path))
|
return system("rm -rf " . shellescape(a:path))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Executes {cmd} with the cwd set to {pwd}, without changing Vim's cwd.
|
" Executes {cmd} with the cwd set to {pwd}, without changing Vim's cwd.
|
||||||
" If {pwd} is the empty string then it doesn't change the cwd.
|
" If {pwd} is the empty string then it doesn't change the cwd.
|
||||||
function! s:system(pwd, cmd)
|
function! s:system(pwd, cmd)
|
||||||
let cmd = a:cmd
|
let cmd = a:cmd
|
||||||
if !empty(a:pwd)
|
if !empty(a:pwd)
|
||||||
let cmd = 'cd ' . shellescape(a:pwd) . ' && ' . cmd
|
let cmd = 'cd ' . shellescape(a:pwd) . ' && ' . cmd
|
||||||
endif
|
endif
|
||||||
return system(cmd)
|
return system(cmd)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Playpen Support {{{1
|
" Playpen Support {{{1
|
||||||
@@ -368,10 +384,10 @@ endfunction
|
|||||||
" http://github.com/mattn/gist-vim
|
" http://github.com/mattn/gist-vim
|
||||||
function! s:has_webapi()
|
function! s:has_webapi()
|
||||||
if !exists("*webapi#http#post")
|
if !exists("*webapi#http#post")
|
||||||
try
|
try
|
||||||
call webapi#http#post()
|
call webapi#http#post()
|
||||||
catch
|
catch
|
||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
return exists("*webapi#http#post")
|
return exists("*webapi#http#post")
|
||||||
endfunction
|
endfunction
|
||||||
@@ -383,41 +399,125 @@ function! rust#Play(count, line1, line2, ...) abort
|
|||||||
let l:rust_shortener_url = get(g:, 'rust_shortener_url', 'https://is.gd/')
|
let l:rust_shortener_url = get(g:, 'rust_shortener_url', 'https://is.gd/')
|
||||||
|
|
||||||
if !s:has_webapi()
|
if !s:has_webapi()
|
||||||
echohl ErrorMsg | echomsg ':RustPlay depends on webapi.vim (https://github.com/mattn/webapi-vim)' | echohl None
|
echohl ErrorMsg | echomsg ':RustPlay depends on webapi.vim (https://github.com/mattn/webapi-vim)' | echohl None
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let bufname = bufname('%')
|
let bufname = bufname('%')
|
||||||
if a:count < 1
|
if a:count < 1
|
||||||
let content = join(getline(a:line1, a:line2), "\n")
|
let content = join(getline(a:line1, a:line2), "\n")
|
||||||
else
|
else
|
||||||
let save_regcont = @"
|
let save_regcont = @"
|
||||||
let save_regtype = getregtype('"')
|
let save_regtype = getregtype('"')
|
||||||
silent! normal! gvy
|
silent! normal! gvy
|
||||||
let content = @"
|
let content = @"
|
||||||
call setreg('"', save_regcont, save_regtype)
|
call setreg('"', save_regcont, save_regtype)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let body = l:rust_playpen_url."?code=".webapi#http#encodeURI(content)
|
let url = l:rust_playpen_url."?code=".webapi#http#encodeURI(content)
|
||||||
|
|
||||||
if strlen(body) > 5000
|
if strlen(url) > 5000
|
||||||
echohl ErrorMsg | echomsg 'Buffer too large, max 5000 encoded characters ('.strlen(body).')' | echohl None
|
echohl ErrorMsg | echomsg 'Buffer too large, max 5000 encoded characters ('.strlen(url).')' | echohl None
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let payload = "format=simple&url=".webapi#http#encodeURI(body)
|
let payload = "format=simple&url=".webapi#http#encodeURI(url)
|
||||||
let res = webapi#http#post(l:rust_shortener_url.'create.php', payload, {})
|
let res = webapi#http#post(l:rust_shortener_url.'create.php', payload, {})
|
||||||
let url = res.content
|
if res.status[0] ==# '2'
|
||||||
|
let url = res.content
|
||||||
if exists('g:rust_clip_command')
|
|
||||||
call system(g:rust_clip_command, url)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
redraw | echomsg 'Done: '.url
|
let footer = ''
|
||||||
|
if exists('g:rust_clip_command')
|
||||||
|
call system(g:rust_clip_command, url)
|
||||||
|
if !v:shell_error
|
||||||
|
let footer = ' (copied to clipboard)'
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
redraw | echomsg 'Done: '.url.footer
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" Run a test under the cursor or all tests {{{1
|
||||||
|
|
||||||
|
" Finds a test function name under the cursor. Returns empty string when a
|
||||||
|
" test function is not found.
|
||||||
|
function! s:SearchTestFunctionNameUnderCursor() abort
|
||||||
|
let cursor_line = line('.')
|
||||||
|
|
||||||
|
" Find #[test] attribute
|
||||||
|
if search('\m\C#\[test\]', 'bcW') is 0
|
||||||
|
return ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Move to an opening brace of the test function
|
||||||
|
let test_func_line = search('\m\C^\s*fn\s\+\h\w*\s*(.\+{$', 'eW')
|
||||||
|
if test_func_line is 0
|
||||||
|
return ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Search the end of test function (closing brace) to ensure that the
|
||||||
|
" cursor position is within function definition
|
||||||
|
normal! %
|
||||||
|
if line('.') < cursor_line
|
||||||
|
return ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
return matchstr(getline(test_func_line), '\m\C^\s*fn\s\+\zs\h\w*')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! rust#Test(all, options) abort
|
||||||
|
let manifest = findfile('Cargo.toml', expand('%:p:h') . ';')
|
||||||
|
if manifest ==# ''
|
||||||
|
return rust#Run(1, '--test ' . a:options)
|
||||||
|
endif
|
||||||
|
|
||||||
|
if exists(':terminal')
|
||||||
|
let cmd = 'terminal '
|
||||||
|
else
|
||||||
|
let cmd = '!'
|
||||||
|
let manifest = shellescape(manifest)
|
||||||
|
endif
|
||||||
|
|
||||||
|
if a:all
|
||||||
|
if a:options ==# ''
|
||||||
|
execute cmd . 'cargo test --manifest-path' manifest
|
||||||
|
else
|
||||||
|
execute cmd . 'cargo test --manifest-path' manifest a:options
|
||||||
|
endif
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let mod_name = expand('%:t:r')
|
||||||
|
if mod_name ==# ''
|
||||||
|
echohl ErrorMsg
|
||||||
|
echo 'Cannot extract a module name from file name. Please add ! to command if you want to run all tests'
|
||||||
|
echohl None
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let saved = getpos('.')
|
||||||
|
try
|
||||||
|
let func_name = s:SearchTestFunctionNameUnderCursor()
|
||||||
|
if func_name ==# ''
|
||||||
|
echohl ErrorMsg
|
||||||
|
echo 'No test function was found under the cursor. Please add ! to command if you want to run all tests'
|
||||||
|
echohl None
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
let spec = mod_name . '::' . func_name
|
||||||
|
if a:options ==# ''
|
||||||
|
execute cmd . 'cargo test --manifest-path' manifest spec
|
||||||
|
else
|
||||||
|
execute cmd . 'cargo test --manifest-path' manifest spec a:options
|
||||||
|
endif
|
||||||
|
return
|
||||||
|
finally
|
||||||
|
call setpos('.', saved)
|
||||||
|
endtry
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" }}}1
|
" }}}1
|
||||||
|
|
||||||
" vim: set noet sw=8 ts=8:
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
105
autoload/rust/debugging.vim
Normal file
105
autoload/rust/debugging.vim
Normal file
@@ -0,0 +1,105 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
||||||
|
|
||||||
|
" For debugging, inspired by https://github.com/w0rp/rust/blob/master/autoload/rust/debugging.vim
|
||||||
|
|
||||||
|
let s:global_variable_list = [
|
||||||
|
\ 'ftplugin_rust_source_path',
|
||||||
|
\ 'loaded_syntastic_rust_cargo_checker',
|
||||||
|
\ 'loaded_syntastic_rust_filetype',
|
||||||
|
\ 'loaded_syntastic_rust_rustc_checker',
|
||||||
|
\ 'rust_bang_comment_leader',
|
||||||
|
\ 'rust_cargo_avoid_whole_workspace',
|
||||||
|
\ 'rust_clip_command',
|
||||||
|
\ 'rust_conceal',
|
||||||
|
\ 'rust_conceal_mod_path',
|
||||||
|
\ 'rust_conceal_pub',
|
||||||
|
\ 'rust_fold',
|
||||||
|
\ 'rust_last_args',
|
||||||
|
\ 'rust_last_rustc_args',
|
||||||
|
\ 'rust_original_delimitMate_excluded_regions',
|
||||||
|
\ 'rust_playpen_url',
|
||||||
|
\ 'rust_prev_delimitMate_quotes',
|
||||||
|
\ 'rust_recent_nearest_cargo_tol',
|
||||||
|
\ 'rust_recent_root_cargo_toml',
|
||||||
|
\ 'rust_recommended_style',
|
||||||
|
\ 'rust_set_conceallevel',
|
||||||
|
\ 'rust_set_conceallevel=1',
|
||||||
|
\ 'rust_set_foldmethod',
|
||||||
|
\ 'rust_set_foldmethod=1',
|
||||||
|
\ 'rust_shortener_url',
|
||||||
|
\ 'rustc_makeprg_no_percent',
|
||||||
|
\ 'rustc_path',
|
||||||
|
\ 'rustfmt_autosave',
|
||||||
|
\ 'rustfmt_autosave_because_of_config',
|
||||||
|
\ 'rustfmt_autosave_if_config_present',
|
||||||
|
\ 'rustfmt_command',
|
||||||
|
\ 'rustfmt_emit_files',
|
||||||
|
\ 'rustfmt_fail_silently',
|
||||||
|
\ 'rustfmt_options',
|
||||||
|
\ 'syntastic_extra_filetypes',
|
||||||
|
\ 'syntastic_rust_cargo_fname',
|
||||||
|
\]
|
||||||
|
|
||||||
|
function! s:Echo(message) abort
|
||||||
|
execute 'echo a:message'
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:EchoGlobalVariables() abort
|
||||||
|
for l:key in s:global_variable_list
|
||||||
|
call s:Echo('let g:' . l:key . ' = ' . string(get(g:, l:key, v:null)))
|
||||||
|
|
||||||
|
if has_key(b:, l:key)
|
||||||
|
call s:Echo('let b:' . l:key . ' = ' . string(b:[l:key]))
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! rust#debugging#Info() abort
|
||||||
|
call cargo#Load()
|
||||||
|
call rust#Load()
|
||||||
|
call rustfmt#Load()
|
||||||
|
call s:Echo('rust.vim Global Variables:')
|
||||||
|
call s:Echo('')
|
||||||
|
call s:EchoGlobalVariables()
|
||||||
|
|
||||||
|
silent let l:output = system(g:rustfmt_command . ' --version')
|
||||||
|
echo l:output
|
||||||
|
|
||||||
|
let l:rustc = exists("g:rustc_path") ? g:rustc_path : "rustc"
|
||||||
|
silent let l:output = system(l:rustc . ' --version')
|
||||||
|
echo l:output
|
||||||
|
|
||||||
|
silent let l:output = system('cargo --version')
|
||||||
|
echo l:output
|
||||||
|
|
||||||
|
version
|
||||||
|
|
||||||
|
if exists(":SyntasticInfo")
|
||||||
|
echo "----"
|
||||||
|
echo "Info from Syntastic:"
|
||||||
|
execute "SyntasticInfo"
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! rust#debugging#InfoToClipboard() abort
|
||||||
|
redir @"
|
||||||
|
silent call rust#debugging#Info()
|
||||||
|
redir END
|
||||||
|
|
||||||
|
call s:Echo('RustInfo copied to your clipboard')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! rust#debugging#InfoToFile(filename) abort
|
||||||
|
let l:expanded_filename = expand(a:filename)
|
||||||
|
|
||||||
|
redir => l:output
|
||||||
|
silent call rust#debugging#Info()
|
||||||
|
redir END
|
||||||
|
|
||||||
|
call writefile(split(l:output, "\n"), l:expanded_filename)
|
||||||
|
call s:Echo('RustInfo written to ' . l:expanded_filename)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
|
endif
|
||||||
48
autoload/rust/delimitmate.vim
Normal file
48
autoload/rust/delimitmate.vim
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
||||||
|
|
||||||
|
let s:delimitMate_extra_excluded_regions = ',rustLifetimeCandidate,rustGenericLifetimeCandidate'
|
||||||
|
|
||||||
|
" For this buffer, when delimitMate issues the `User delimitMate_map`
|
||||||
|
" event in the autocommand system, add the above-defined extra excluded
|
||||||
|
" regions to delimitMate's state, if they have not already been added.
|
||||||
|
function! rust#delimitmate#onMap() abort
|
||||||
|
if &filetype !=# 'rust'
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
if get(b:, "delimitMate_quotes")
|
||||||
|
let b:rust_prev_delimitMate_quotes = b:delimitMate_quotes
|
||||||
|
endif
|
||||||
|
let b:delimitMate_quotes = "\" `"
|
||||||
|
|
||||||
|
if match(delimitMate#Get("excluded_regions"),
|
||||||
|
\ s:delimitMate_extra_excluded_regions) == -1
|
||||||
|
call delimitMate#Set("excluded_regions",
|
||||||
|
\delimitMate#Get("excluded_regions").s:delimitMate_extra_excluded_regions)
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" For this buffer, when delimitMate issues the `User delimitMate_unmap`
|
||||||
|
" event in the autocommand system, delete the above-defined extra excluded
|
||||||
|
" regions from delimitMate's state (the deletion being idempotent and
|
||||||
|
" having no effect if the extra excluded regions are not present in the
|
||||||
|
" targeted part of delimitMate's state).
|
||||||
|
function! rust#delimitmate#onUnmap() abort
|
||||||
|
if &filetype !=# 'rust'
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
if get(b:, "rust_prev_delimitMate_quotes")
|
||||||
|
let b:delimitMate_quotes = b:rust_prev_delimitMate_quotes
|
||||||
|
endif
|
||||||
|
|
||||||
|
call delimitMate#Set("excluded_regions", substitute(
|
||||||
|
\ delimitMate#Get("excluded_regions"),
|
||||||
|
\ '\C\V' . s:delimitMate_extra_excluded_regions,
|
||||||
|
\ '', 'g'))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -6,106 +6,247 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
|||||||
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
||||||
|
|
||||||
if !exists("g:rustfmt_autosave")
|
if !exists("g:rustfmt_autosave")
|
||||||
let g:rustfmt_autosave = 0
|
let g:rustfmt_autosave = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:rustfmt_command")
|
if !exists("g:rustfmt_command")
|
||||||
let g:rustfmt_command = "rustfmt"
|
let g:rustfmt_command = "rustfmt"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:rustfmt_options")
|
if !exists("g:rustfmt_options")
|
||||||
let g:rustfmt_options = ""
|
let g:rustfmt_options = ""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:rustfmt_fail_silently")
|
if !exists("g:rustfmt_fail_silently")
|
||||||
let g:rustfmt_fail_silently = 0
|
let g:rustfmt_fail_silently = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
function! rustfmt#DetectVersion()
|
||||||
|
" Save rustfmt '--help' for feature inspection
|
||||||
|
silent let s:rustfmt_help = system(g:rustfmt_command . " --help")
|
||||||
|
let s:rustfmt_unstable_features = s:rustfmt_help =~# "--unstable-features"
|
||||||
|
|
||||||
|
" Build a comparable rustfmt version varible out of its `--version` output:
|
||||||
|
silent let l:rustfmt_version_full = system(g:rustfmt_command . " --version")
|
||||||
|
let l:rustfmt_version_list = matchlist(l:rustfmt_version_full,
|
||||||
|
\ '\vrustfmt ([0-9]+[.][0-9]+[.][0-9]+)')
|
||||||
|
if len(l:rustfmt_version_list) < 3
|
||||||
|
let s:rustfmt_version = "0"
|
||||||
|
else
|
||||||
|
let s:rustfmt_version = l:rustfmt_version_list[1]
|
||||||
|
endif
|
||||||
|
return s:rustfmt_version
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
call rustfmt#DetectVersion()
|
||||||
|
|
||||||
|
if !exists("g:rustfmt_emit_files")
|
||||||
|
let g:rustfmt_emit_files = s:rustfmt_version >= "0.8.2"
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists("g:rustfmt_file_lines")
|
||||||
|
let g:rustfmt_file_lines = s:rustfmt_help =~# "--file-lines JSON"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let s:got_fmt_error = 0
|
let s:got_fmt_error = 0
|
||||||
|
|
||||||
|
function! rustfmt#Load()
|
||||||
|
" Utility call to get this script loaded, for debugging
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:RustfmtWriteMode()
|
||||||
|
if g:rustfmt_emit_files
|
||||||
|
return "--emit=files"
|
||||||
|
else
|
||||||
|
return "--write-mode=overwrite"
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:RustfmtConfig()
|
||||||
|
let l:rustfmt_toml = findfile('rustfmt.toml', expand('%:p:h') . ';')
|
||||||
|
if l:rustfmt_toml !=# ''
|
||||||
|
return '--config-path '.l:rustfmt_toml
|
||||||
|
endif
|
||||||
|
|
||||||
|
let l:_rustfmt_toml = findfile('.rustfmt.toml', expand('%:p:h') . ';')
|
||||||
|
if l:_rustfmt_toml !=# ''
|
||||||
|
return '--config-path '.l:_rustfmt_toml
|
||||||
|
endif
|
||||||
|
|
||||||
|
return ''
|
||||||
|
endfunction
|
||||||
|
|
||||||
function! s:RustfmtCommandRange(filename, line1, line2)
|
function! s:RustfmtCommandRange(filename, line1, line2)
|
||||||
let l:arg = {"file": shellescape(a:filename), "range": [a:line1, a:line2]}
|
if g:rustfmt_file_lines == 0
|
||||||
return printf("%s %s --write-mode=overwrite --file-lines '[%s]'", g:rustfmt_command, g:rustfmt_options, json_encode(l:arg))
|
echo "--file-lines is not supported in the installed `rustfmt` executable"
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let l:arg = {"file": shellescape(a:filename), "range": [a:line1, a:line2]}
|
||||||
|
let l:write_mode = s:RustfmtWriteMode()
|
||||||
|
let l:rustfmt_config = s:RustfmtConfig()
|
||||||
|
|
||||||
|
" FIXME: When --file-lines gets to be stable, add version range checking
|
||||||
|
" accordingly.
|
||||||
|
let l:unstable_features = s:rustfmt_unstable_features ? '--unstable-features' : ''
|
||||||
|
|
||||||
|
let l:cmd = printf("%s %s %s %s %s --file-lines '[%s]' %s", g:rustfmt_command,
|
||||||
|
\ l:write_mode, g:rustfmt_options,
|
||||||
|
\ l:unstable_features, l:rustfmt_config,
|
||||||
|
\ json_encode(l:arg), shellescape(a:filename))
|
||||||
|
return l:cmd
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:RustfmtCommand(filename)
|
function! s:RustfmtCommand()
|
||||||
return g:rustfmt_command . " --write-mode=overwrite " . g:rustfmt_options . " " . shellescape(a:filename)
|
if g:rustfmt_emit_files
|
||||||
|
let l:write_mode = "--emit=stdout"
|
||||||
|
else
|
||||||
|
let l:write_mode = "--write-mode=display"
|
||||||
|
endif
|
||||||
|
" rustfmt will pick on the right config on its own due to the
|
||||||
|
" current directory change.
|
||||||
|
return g:rustfmt_command . " ". l:write_mode . " " . g:rustfmt_options
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:RunRustfmt(command, curw, tmpname)
|
function! s:DeleteLines(start, end) abort
|
||||||
if exists("*systemlist")
|
silent! execute a:start . ',' . a:end . 'delete _'
|
||||||
let out = systemlist(a:command)
|
endfunction
|
||||||
else
|
|
||||||
let out = split(system(a:command), '\r\?\n')
|
|
||||||
endif
|
|
||||||
|
|
||||||
if v:shell_error == 0 || v:shell_error == 3
|
function! s:RunRustfmt(command, tmpname, fail_silently)
|
||||||
" remove undo point caused via BufWritePre
|
mkview!
|
||||||
try | silent undojoin | catch | endtry
|
|
||||||
|
|
||||||
" Replace current file with temp file, then reload buffer
|
let l:stderr_tmpname = tempname()
|
||||||
call rename(a:tmpname, expand('%'))
|
call writefile([], l:stderr_tmpname)
|
||||||
silent edit!
|
|
||||||
let &syntax = &syntax
|
|
||||||
|
|
||||||
" only clear location list if it was previously filled to prevent
|
let l:command = a:command . ' 2> ' . l:stderr_tmpname
|
||||||
" clobbering other additions
|
|
||||||
if s:got_fmt_error
|
|
||||||
let s:got_fmt_error = 0
|
|
||||||
call setloclist(0, [])
|
|
||||||
lwindow
|
|
||||||
endif
|
|
||||||
elseif g:rustfmt_fail_silently == 0
|
|
||||||
" otherwise get the errors and put them in the location list
|
|
||||||
let errors = []
|
|
||||||
|
|
||||||
for line in out
|
if a:tmpname ==# ''
|
||||||
" src/lib.rs:13:5: 13:10 error: expected `,`, or `}`, found `value`
|
" Rustfmt in stdin/stdout mode
|
||||||
let tokens = matchlist(line, '^\(.\{-}\):\(\d\+\):\(\d\+\):\s*\(\d\+:\d\+\s*\)\?\s*error: \(.*\)')
|
|
||||||
if !empty(tokens)
|
|
||||||
call add(errors, {"filename": @%,
|
|
||||||
\"lnum": tokens[2],
|
|
||||||
\"col": tokens[3],
|
|
||||||
\"text": tokens[5]})
|
|
||||||
endif
|
|
||||||
endfor
|
|
||||||
|
|
||||||
if empty(errors)
|
" chdir to the directory of the file
|
||||||
% | " Couldn't detect rustfmt error format, output errors
|
let l:has_lcd = haslocaldir()
|
||||||
endif
|
let l:prev_cd = getcwd()
|
||||||
|
execute 'lchdir! '.expand('%:h')
|
||||||
|
|
||||||
if !empty(errors)
|
let l:buffer = getline(1, '$')
|
||||||
call setloclist(0, errors, 'r')
|
if exists("*systemlist")
|
||||||
echohl Error | echomsg "rustfmt returned error" | echohl None
|
silent let out = systemlist(l:command, l:buffer)
|
||||||
endif
|
else
|
||||||
|
silent let out = split(system(l:command,
|
||||||
|
\ join(l:buffer, "\n")), '\r\?\n')
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
if exists("*systemlist")
|
||||||
|
silent let out = systemlist(l:command)
|
||||||
|
else
|
||||||
|
silent let out = split(system(l:command), '\r\?\n')
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
let s:got_fmt_error = 1
|
let l:stderr = readfile(l:stderr_tmpname)
|
||||||
lwindow
|
|
||||||
" We didn't use the temp file, so clean up
|
|
||||||
call delete(a:tmpname)
|
|
||||||
endif
|
|
||||||
|
|
||||||
call winrestview(a:curw)
|
call delete(l:stderr_tmpname)
|
||||||
|
|
||||||
|
if v:shell_error == 0
|
||||||
|
" remove undo point caused via BufWritePre
|
||||||
|
try | silent undojoin | catch | endtry
|
||||||
|
|
||||||
|
if a:tmpname ==# ''
|
||||||
|
let l:content = l:out
|
||||||
|
else
|
||||||
|
" take the tmpfile's content, this is better than rename
|
||||||
|
" because it preserves file modes.
|
||||||
|
let l:content = readfile(a:tmpname)
|
||||||
|
endif
|
||||||
|
|
||||||
|
call s:DeleteLines(len(l:content), line('$'))
|
||||||
|
call setline(1, l:content)
|
||||||
|
|
||||||
|
" only clear location list if it was previously filled to prevent
|
||||||
|
" clobbering other additions
|
||||||
|
if s:got_fmt_error
|
||||||
|
let s:got_fmt_error = 0
|
||||||
|
call setloclist(0, [])
|
||||||
|
lwindow
|
||||||
|
endif
|
||||||
|
elseif g:rustfmt_fail_silently == 0 && a:fail_silently == 0
|
||||||
|
" otherwise get the errors and put them in the location list
|
||||||
|
let l:errors = []
|
||||||
|
|
||||||
|
let l:prev_line = ""
|
||||||
|
for l:line in l:stderr
|
||||||
|
" error: expected one of `;` or `as`, found `extern`
|
||||||
|
" --> src/main.rs:2:1
|
||||||
|
let tokens = matchlist(l:line, '^\s\+-->\s\(.\{-}\):\(\d\+\):\(\d\+\)$')
|
||||||
|
if !empty(tokens)
|
||||||
|
call add(l:errors, {"filename": @%,
|
||||||
|
\"lnum": tokens[2],
|
||||||
|
\"col": tokens[3],
|
||||||
|
\"text": l:prev_line})
|
||||||
|
endif
|
||||||
|
let l:prev_line = l:line
|
||||||
|
endfor
|
||||||
|
|
||||||
|
if !empty(l:errors)
|
||||||
|
call setloclist(0, l:errors, 'r')
|
||||||
|
echohl Error | echomsg "rustfmt returned error" | echohl None
|
||||||
|
else
|
||||||
|
echo "rust.vim: was not able to parse rustfmt messages. Here is the raw output:"
|
||||||
|
echo "\n"
|
||||||
|
for l:line in l:stderr
|
||||||
|
echo l:line
|
||||||
|
endfor
|
||||||
|
endif
|
||||||
|
|
||||||
|
let s:got_fmt_error = 1
|
||||||
|
lwindow
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Restore the current directory if needed
|
||||||
|
if a:tmpname ==# ''
|
||||||
|
if l:has_lcd
|
||||||
|
execute 'lchdir! '.l:prev_cd
|
||||||
|
else
|
||||||
|
execute 'chdir! '.l:prev_cd
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
silent! loadview
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! rustfmt#FormatRange(line1, line2)
|
function! rustfmt#FormatRange(line1, line2)
|
||||||
let l:curw = winsaveview()
|
let l:tmpname = tempname()
|
||||||
let l:tmpname = expand("%:p:h") . "/." . expand("%:p:t") . ".rustfmt"
|
call writefile(getline(1, '$'), l:tmpname)
|
||||||
call writefile(getline(1, '$'), l:tmpname)
|
let command = s:RustfmtCommandRange(l:tmpname, a:line1, a:line2)
|
||||||
|
call s:RunRustfmt(command, l:tmpname, 0)
|
||||||
let command = s:RustfmtCommandRange(l:tmpname, a:line1, a:line2)
|
call delete(l:tmpname)
|
||||||
|
|
||||||
call s:RunRustfmt(command, l:curw, l:tmpname)
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! rustfmt#Format()
|
function! rustfmt#Format()
|
||||||
let l:curw = winsaveview()
|
call s:RunRustfmt(s:RustfmtCommand(), '', 0)
|
||||||
let l:tmpname = expand("%:p:h") . "/." . expand("%:p:t") . ".rustfmt"
|
|
||||||
call writefile(getline(1, '$'), l:tmpname)
|
|
||||||
|
|
||||||
let command = s:RustfmtCommand(l:tmpname)
|
|
||||||
|
|
||||||
call s:RunRustfmt(command, l:curw, l:tmpname)
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! rustfmt#Cmd()
|
||||||
|
" Mainly for debugging
|
||||||
|
return s:RustfmtCommand()
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! rustfmt#PreWrite()
|
||||||
|
if rust#GetConfigVar('rustfmt_autosave_if_config_present', 0)
|
||||||
|
if findfile('rustfmt.toml', '.;') !=# '' || findfile('.rustfmt.toml', '.;') !=# ''
|
||||||
|
let b:rustfmt_autosave = 1
|
||||||
|
let b:rustfmt_autosave_because_of_config = 1
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !rust#GetConfigVar("rustfmt_autosave", 0)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
call s:RunRustfmt(s:RustfmtCommand(), '', 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
35
autoload/vifm/globals.vim
Normal file
35
autoload/vifm/globals.vim
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1
|
||||||
|
|
||||||
|
" common functions for vifm plugin related to globals
|
||||||
|
" Maintainer: xaizek <xaizek@posteo.net>
|
||||||
|
" Last Change: November 03, 2018
|
||||||
|
|
||||||
|
" Initializes global variables to defaults unless they are already set
|
||||||
|
function! vifm#globals#Init()
|
||||||
|
if !exists('g:vifm_exec')
|
||||||
|
let g:vifm_exec = 'vifm'
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists('g:vifm_exec_args')
|
||||||
|
let g:vifm_exec_args = ''
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists('g:vifm_term')
|
||||||
|
if has('win32')
|
||||||
|
if filereadable('C:\Windows\system32\cmd.exe')
|
||||||
|
let g:vifm_term = 'C:\Windows\system32\cmd.exe /C'
|
||||||
|
else
|
||||||
|
" If don't find use the integrate shell it work too
|
||||||
|
let g:vifm_term = ''
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
let g:vifm_term = 'xterm -e'
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists('g:vifm_embed_term')
|
||||||
|
let g:vifm_embed_term = has('gui_running')
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
|
||||||
|
|
||||||
function! vital#of(name) abort
|
|
||||||
let files = globpath(&runtimepath, 'autoload/vital/' . a:name . '.vital')
|
|
||||||
let file = split(files, "\n")
|
|
||||||
if empty(file)
|
|
||||||
throw 'vital: version file not found: ' . a:name
|
|
||||||
endif
|
|
||||||
let ver = readfile(file[0], 'b')
|
|
||||||
if empty(ver)
|
|
||||||
throw 'vital: invalid version file: ' . a:name
|
|
||||||
endif
|
|
||||||
return vital#_{substitute(ver[0], '\W', '', 'g')}#new()
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
endif
|
|
||||||
@@ -1,313 +1,13 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
let s:self_version = expand('<sfile>:t:r')
|
let s:_plugin_name = expand('<sfile>:t:r')
|
||||||
let s:self_file = expand('<sfile>')
|
|
||||||
|
|
||||||
" Note: The extra argument to globpath() was added in Patch 7.2.051.
|
function! vital#{s:_plugin_name}#new() abort
|
||||||
let s:globpath_third_arg = v:version > 702 || v:version == 702 && has('patch51')
|
return vital#{s:_plugin_name[1:]}#new()
|
||||||
|
|
||||||
let s:loaded = {}
|
|
||||||
let s:cache_module_path = {}
|
|
||||||
let s:cache_sid = {}
|
|
||||||
|
|
||||||
let s:_vital_files_cache_runtimepath = ''
|
|
||||||
let s:_vital_files_cache = []
|
|
||||||
let s:_unify_path_cache = {}
|
|
||||||
|
|
||||||
function! s:import(name, ...) abort
|
|
||||||
let target = {}
|
|
||||||
let functions = []
|
|
||||||
for a in a:000
|
|
||||||
if type(a) == type({})
|
|
||||||
let target = a
|
|
||||||
elseif type(a) == type([])
|
|
||||||
let functions = a
|
|
||||||
endif
|
|
||||||
unlet a
|
|
||||||
endfor
|
|
||||||
let module = s:_import(a:name)
|
|
||||||
if empty(functions)
|
|
||||||
call extend(target, module, 'keep')
|
|
||||||
else
|
|
||||||
for f in functions
|
|
||||||
if has_key(module, f) && !has_key(target, f)
|
|
||||||
let target[f] = module[f]
|
|
||||||
endif
|
|
||||||
endfor
|
|
||||||
endif
|
|
||||||
return target
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:load(...) dict abort
|
function! vital#{s:_plugin_name}#function(funcname) abort
|
||||||
for arg in a:000
|
silent! return function(a:funcname)
|
||||||
let [name; as] = type(arg) == type([]) ? arg[: 1] : [arg, arg]
|
|
||||||
let target = split(join(as, ''), '\W\+')
|
|
||||||
let dict = self
|
|
||||||
let dict_type = type({})
|
|
||||||
while !empty(target)
|
|
||||||
let ns = remove(target, 0)
|
|
||||||
if !has_key(dict, ns)
|
|
||||||
let dict[ns] = {}
|
|
||||||
endif
|
|
||||||
if type(dict[ns]) == dict_type
|
|
||||||
let dict = dict[ns]
|
|
||||||
else
|
|
||||||
unlet dict
|
|
||||||
break
|
|
||||||
endif
|
|
||||||
endwhile
|
|
||||||
|
|
||||||
if exists('dict')
|
|
||||||
call extend(dict, s:_import(name))
|
|
||||||
endif
|
|
||||||
unlet arg
|
|
||||||
endfor
|
|
||||||
return self
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:unload() abort
|
|
||||||
let s:loaded = {}
|
|
||||||
let s:cache_sid = {}
|
|
||||||
let s:cache_module_path = {}
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:exists(name) abort
|
|
||||||
return s:_get_module_path(a:name) !=# ''
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:search(pattern) abort
|
|
||||||
let paths = s:_vital_files(a:pattern)
|
|
||||||
let modules = sort(map(paths, 's:_file2module(v:val)'))
|
|
||||||
return s:_uniq(modules)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:expand_modules(entry, all) abort
|
|
||||||
if type(a:entry) == type([])
|
|
||||||
let candidates = s:_concat(map(copy(a:entry), 's:search(v:val)'))
|
|
||||||
if empty(candidates)
|
|
||||||
throw printf('vital: Any of module %s is not found', string(a:entry))
|
|
||||||
endif
|
|
||||||
if eval(join(map(copy(candidates), 'has_key(a:all, v:val)'), '+'))
|
|
||||||
let modules = []
|
|
||||||
else
|
|
||||||
let modules = [candidates[0]]
|
|
||||||
endif
|
|
||||||
else
|
|
||||||
let modules = s:search(a:entry)
|
|
||||||
if empty(modules)
|
|
||||||
throw printf('vital: Module %s is not found', a:entry)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
call filter(modules, '!has_key(a:all, v:val)')
|
|
||||||
for module in modules
|
|
||||||
let a:all[module] = 1
|
|
||||||
endfor
|
|
||||||
return modules
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_import(name) abort
|
|
||||||
if type(a:name) == type(0)
|
|
||||||
return s:_build_module(a:name)
|
|
||||||
endif
|
|
||||||
let path = s:_get_module_path(a:name)
|
|
||||||
if path ==# ''
|
|
||||||
throw 'vital: module not found: ' . a:name
|
|
||||||
endif
|
|
||||||
let sid = s:_get_sid_by_script(path)
|
|
||||||
if !sid
|
|
||||||
try
|
|
||||||
execute 'source' fnameescape(path)
|
|
||||||
catch /^Vim\%((\a\+)\)\?:E484/
|
|
||||||
throw 'vital: module not found: ' . a:name
|
|
||||||
catch /^Vim\%((\a\+)\)\?:E127/
|
|
||||||
" Ignore.
|
|
||||||
endtry
|
|
||||||
|
|
||||||
let sid = s:_get_sid_by_script(path)
|
|
||||||
endif
|
|
||||||
return s:_build_module(sid)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_get_module_path(name) abort
|
|
||||||
let key = a:name . '_'
|
|
||||||
if has_key(s:cache_module_path, key)
|
|
||||||
return s:cache_module_path[key]
|
|
||||||
endif
|
|
||||||
if s:_is_absolute_path(a:name) && filereadable(a:name)
|
|
||||||
return a:name
|
|
||||||
endif
|
|
||||||
if a:name ==# ''
|
|
||||||
let paths = [s:self_file]
|
|
||||||
elseif a:name =~# '\v^\u\w*%(\.\u\w*)*$'
|
|
||||||
let paths = s:_vital_files(a:name)
|
|
||||||
else
|
|
||||||
throw 'vital: Invalid module name: ' . a:name
|
|
||||||
endif
|
|
||||||
|
|
||||||
call filter(paths, 'filereadable(expand(v:val, 1))')
|
|
||||||
let path = get(paths, 0, '')
|
|
||||||
let s:cache_module_path[key] = path
|
|
||||||
return path
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_get_sid_by_script(path) abort
|
|
||||||
if has_key(s:cache_sid, a:path)
|
|
||||||
return s:cache_sid[a:path]
|
|
||||||
endif
|
|
||||||
|
|
||||||
let path = s:_unify_path(a:path)
|
|
||||||
for line in filter(split(s:_redir('scriptnames'), "\n"),
|
|
||||||
\ 'stridx(v:val, s:self_version) > 0')
|
|
||||||
let list = matchlist(line, '^\s*\(\d\+\):\s\+\(.\+\)\s*$')
|
|
||||||
if !empty(list) && s:_unify_path(list[2]) ==# path
|
|
||||||
let s:cache_sid[a:path] = list[1] - 0
|
|
||||||
return s:cache_sid[a:path]
|
|
||||||
endif
|
|
||||||
endfor
|
|
||||||
return 0
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_file2module(file) abort
|
|
||||||
let filename = fnamemodify(a:file, ':p:gs?[\\/]?/?')
|
|
||||||
let tail = matchstr(filename, 'autoload/vital/_\w\+/\zs.*\ze\.vim$')
|
|
||||||
return join(split(tail, '[\\/]\+'), '.')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
if filereadable(expand('<sfile>:r') . '.VIM')
|
|
||||||
" resolve() is slow, so we cache results.
|
|
||||||
" Note: On windows, vim can't expand path names from 8.3 formats.
|
|
||||||
" So if getting full path via <sfile> and $HOME was set as 8.3 format,
|
|
||||||
" vital load duplicated scripts. Below's :~ avoid this issue.
|
|
||||||
function! s:_unify_path(path) abort
|
|
||||||
if has_key(s:_unify_path_cache, a:path)
|
|
||||||
return s:_unify_path_cache[a:path]
|
|
||||||
endif
|
|
||||||
let value = tolower(fnamemodify(resolve(fnamemodify(
|
|
||||||
\ a:path, ':p')), ':~:gs?[\\/]?/?'))
|
|
||||||
let s:_unify_path_cache[a:path] = value
|
|
||||||
return value
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:_unify_path(path) abort
|
|
||||||
return resolve(fnamemodify(a:path, ':p:gs?[\\/]?/?'))
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
if s:globpath_third_arg
|
|
||||||
function! s:_runtime_files(path) abort
|
|
||||||
return split(globpath(&runtimepath, a:path, 1), "\n")
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:_runtime_files(path) abort
|
|
||||||
return split(globpath(&runtimepath, a:path), "\n")
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
function! s:_vital_files(pattern) abort
|
|
||||||
if s:_vital_files_cache_runtimepath !=# &runtimepath
|
|
||||||
let path = printf('autoload/vital/%s/**/*.vim', s:self_version)
|
|
||||||
let s:_vital_files_cache = s:_runtime_files(path)
|
|
||||||
let mod = ':p:gs?[\\/]\+?/?'
|
|
||||||
call map(s:_vital_files_cache, 'fnamemodify(v:val, mod)')
|
|
||||||
let s:_vital_files_cache_runtimepath = &runtimepath
|
|
||||||
endif
|
|
||||||
let target = substitute(a:pattern, '\.', '/', 'g')
|
|
||||||
let target = substitute(target, '\*', '[^/]*', 'g')
|
|
||||||
let regexp = printf('autoload/vital/%s/%s.vim', s:self_version, target)
|
|
||||||
return filter(copy(s:_vital_files_cache), 'v:val =~# regexp')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" Copy from System.Filepath
|
|
||||||
if has('win16') || has('win32') || has('win64')
|
|
||||||
function! s:_is_absolute_path(path) abort
|
|
||||||
return a:path =~? '^[a-z]:[/\\]'
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:_is_absolute_path(path) abort
|
|
||||||
return a:path[0] ==# '/'
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
function! s:_build_module(sid) abort
|
|
||||||
if has_key(s:loaded, a:sid)
|
|
||||||
return copy(s:loaded[a:sid])
|
|
||||||
endif
|
|
||||||
let functions = s:_get_functions(a:sid)
|
|
||||||
|
|
||||||
let prefix = '<SNR>' . a:sid . '_'
|
|
||||||
let module = {}
|
|
||||||
for func in functions
|
|
||||||
let module[func] = function(prefix . func)
|
|
||||||
endfor
|
|
||||||
if has_key(module, '_vital_created')
|
|
||||||
call module._vital_created(module)
|
|
||||||
endif
|
|
||||||
let export_module = filter(copy(module), 'v:key =~# "^\\a"')
|
|
||||||
let s:loaded[a:sid] = get(g:, 'vital_debug', 0) ? module : export_module
|
|
||||||
if has_key(module, '_vital_loaded')
|
|
||||||
let V = vital#{s:self_version}#new()
|
|
||||||
call module._vital_loaded(V)
|
|
||||||
endif
|
|
||||||
return copy(s:loaded[a:sid])
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
if exists('+regexpengine')
|
|
||||||
function! s:_get_functions(sid) abort
|
|
||||||
let funcs = s:_redir(printf("function /\\%%#=2^\<SNR>%d_", a:sid))
|
|
||||||
let map_pat = '<SNR>' . a:sid . '_\zs\w\+'
|
|
||||||
return map(split(funcs, "\n"), 'matchstr(v:val, map_pat)')
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:_get_functions(sid) abort
|
|
||||||
let prefix = '<SNR>' . a:sid . '_'
|
|
||||||
let funcs = s:_redir('function')
|
|
||||||
let filter_pat = '^\s*function ' . prefix
|
|
||||||
let map_pat = prefix . '\zs\w\+'
|
|
||||||
return map(filter(split(funcs, "\n"),
|
|
||||||
\ 'stridx(v:val, prefix) > 0 && v:val =~# filter_pat'),
|
|
||||||
\ 'matchstr(v:val, map_pat)')
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
if exists('*uniq')
|
|
||||||
function! s:_uniq(list) abort
|
|
||||||
return uniq(a:list)
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:_uniq(list) abort
|
|
||||||
let i = len(a:list) - 1
|
|
||||||
while 0 < i
|
|
||||||
if a:list[i] ==# a:list[i - 1]
|
|
||||||
call remove(a:list, i)
|
|
||||||
let i -= 2
|
|
||||||
else
|
|
||||||
let i -= 1
|
|
||||||
endif
|
|
||||||
endwhile
|
|
||||||
return a:list
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
function! s:_concat(lists) abort
|
|
||||||
let result_list = []
|
|
||||||
for list in a:lists
|
|
||||||
let result_list += list
|
|
||||||
endfor
|
|
||||||
return result_list
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_redir(cmd) abort
|
|
||||||
let [save_verbose, save_verbosefile] = [&verbose, &verbosefile]
|
|
||||||
set verbose=0 verbosefile=
|
|
||||||
redir => res
|
|
||||||
silent! execute a:cmd
|
|
||||||
redir END
|
|
||||||
let [&verbose, &verbosefile] = [save_verbose, save_verbosefile]
|
|
||||||
return res
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! vital#{s:self_version}#new() abort
|
|
||||||
return s:_import('')
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
|
" ___vital___
|
||||||
|
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
|
||||||
|
" Do not mofidify the code nor insert new lines before '" ___vital___'
|
||||||
|
function! s:_SID() abort
|
||||||
|
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
|
||||||
|
endfunction
|
||||||
|
execute join(['function! vital#_crystal#ColorEcho#import() abort', printf("return map({'get_echorizer': '', 'echo': '', 'is_available': ''}, \"vital#_crystal#function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n")
|
||||||
|
delfunction s:_SID
|
||||||
|
" ___vital___
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
|
" ___vital___
|
||||||
|
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
|
||||||
|
" Do not mofidify the code nor insert new lines before '" ___vital___'
|
||||||
|
function! s:_SID() abort
|
||||||
|
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
|
||||||
|
endfunction
|
||||||
|
execute join(['function! vital#_crystal#Data#List#import() abort', printf("return map({'combinations': '', 'and': '', 'sort_by': '', 'foldr1': '', 'sort': '', 'flatten': '', 'has_index': '', 'find_indices': '', 'any': '', 'unshift': '', 'span': '', 'pop': '', 'binary_search': '', 'uniq_by': '', 'or': '', 'all': '', 'zip': '', 'find_last_index': '', 'find': '', 'partition': '', 'shift': '', 'permutations': '', 'break': '', 'max_by': '', 'foldl': '', 'foldr': '', 'find_index': '', 'drop_while': '', 'group_by': '', 'take_while': '', 'conj': '', 'push': '', 'char_range': '', 'cons': '', 'foldl1': '', 'intersect': '', 'concat': '', 'map_accum': '', 'clear': '', 'has_common_items': '', 'product': '', 'zip_fill': '', 'uniq': '', 'has': '', 'min_by': '', 'with_index': ''}, \"vital#_crystal#function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n")
|
||||||
|
delfunction s:_SID
|
||||||
|
" ___vital___
|
||||||
" Utilities for list.
|
" Utilities for list.
|
||||||
|
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
@@ -175,6 +184,11 @@ function! s:take_while(f, xs) abort
|
|||||||
return s:span(a:f, a:xs)[0]
|
return s:span(a:f, a:xs)[0]
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" similar to Haskell's Data.List.dropWhile
|
||||||
|
function! s:drop_while(f, xs) abort
|
||||||
|
return s:span(a:f, a:xs)[1]
|
||||||
|
endfunction
|
||||||
|
|
||||||
" similar to Haskell's Data.List.partition
|
" similar to Haskell's Data.List.partition
|
||||||
function! s:partition(f, xs) abort
|
function! s:partition(f, xs) abort
|
||||||
return [filter(copy(a:xs), a:f), filter(copy(a:xs), '!(' . a:f . ')')]
|
return [filter(copy(a:xs), a:f), filter(copy(a:xs), '!(' . a:f . ')')]
|
||||||
@@ -271,14 +285,22 @@ endfunction
|
|||||||
|
|
||||||
" similar to Ruby's detect or Haskell's find.
|
" similar to Ruby's detect or Haskell's find.
|
||||||
function! s:find(list, default, f) abort
|
function! s:find(list, default, f) abort
|
||||||
|
let l:Call = type(a:f) is type(function('function'))
|
||||||
|
\ ? function('call')
|
||||||
|
\ : function('s:_call_string_expr')
|
||||||
|
|
||||||
for x in a:list
|
for x in a:list
|
||||||
if eval(substitute(a:f, 'v:val', string(x), 'g'))
|
if l:Call(a:f, [x])
|
||||||
return x
|
return x
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
return a:default
|
return a:default
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! s:_call_string_expr(expr, args) abort
|
||||||
|
return map([a:args[0]], a:expr)[0]
|
||||||
|
endfunction
|
||||||
|
|
||||||
" Returns the index of the first element which satisfies the given expr.
|
" Returns the index of the first element which satisfies the given expr.
|
||||||
function! s:find_index(xs, f, ...) abort
|
function! s:find_index(xs, f, ...) abort
|
||||||
let len = len(a:xs)
|
let len = len(a:xs)
|
||||||
@@ -426,7 +448,7 @@ function! s:combinations(list, r) abort
|
|||||||
if a:r > len(a:list)
|
if a:r > len(a:list)
|
||||||
return []
|
return []
|
||||||
elseif a:r < 0
|
elseif a:r < 0
|
||||||
throw 'vital: Data:List: {r} must be non-negative integer'
|
throw 'vital: Data.List: {r} must be non-negative integer'
|
||||||
endif
|
endif
|
||||||
let n = len(a:list)
|
let n = len(a:list)
|
||||||
let result = []
|
let result = []
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
|
" ___vital___
|
||||||
|
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
|
||||||
|
" Do not mofidify the code nor insert new lines before '" ___vital___'
|
||||||
|
function! s:_SID() abort
|
||||||
|
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
|
||||||
|
endfunction
|
||||||
|
execute join(['function! vital#_crystal#Data#String#import() abort', printf("return map({'starts_with': '', 'split3': '', 'replace_first': '', 'chop': '', 'unescape': '', 'split_posix_text': '', 'replace': '', 'scan': '', 'strwidthpart': '', 'common_head': '', 'reverse': '', 'escape_pattern': '', 'trim_end': '', '_vital_depends': '', 'wrap': '', 'join_posix_lines': '', 'contains_multibyte': '', 'truncate_skipping': '', 'split_leftright': '', 'ends_with': '', 'nsplit': '', 'strwidthpart_reverse': '', 'unescape_pattern': '', 'levenshtein_distance': '', 'trim_start': '', 'justify_equal_spacing': '', 'nr2hex': '', 'iconv': '', 'pad_left': '', 'nr2enc_char': '', 'lines': '', 'repair_posix_text': '', 'nr2byte': '', 'trim': '', 'diffidx': '', 'truncate': '', 'split_by_displaywidth': '', '_vital_created': '', 'padding_by_displaywidth': '', 'hash': '', 'chomp': '', 'pad_between_letters': '', 'dstring': '', 'pad_both_sides': '', 'substitute_last': '', 'pad_right': '', 'remove_ansi_sequences': '', '_vital_loaded': ''}, \"vital#_crystal#function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n")
|
||||||
|
delfunction s:_SID
|
||||||
|
" ___vital___
|
||||||
" Utilities for string.
|
" Utilities for string.
|
||||||
|
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
@@ -7,12 +16,21 @@ set cpo&vim
|
|||||||
|
|
||||||
function! s:_vital_loaded(V) abort
|
function! s:_vital_loaded(V) abort
|
||||||
let s:V = a:V
|
let s:V = a:V
|
||||||
let s:P = s:V.import('Prelude')
|
|
||||||
let s:L = s:V.import('Data.List')
|
let s:L = s:V.import('Data.List')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:_vital_depends() abort
|
function! s:_vital_depends() abort
|
||||||
return ['Prelude', 'Data.List']
|
return ['Data.List']
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_vital_created(module) abort
|
||||||
|
" Expose script-local funcref
|
||||||
|
if exists('s:strchars')
|
||||||
|
let a:module.strchars = s:strchars
|
||||||
|
endif
|
||||||
|
if exists('s:wcswidth')
|
||||||
|
let a:module.wcswidth = s:wcswidth
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Substitute a:from => a:to by string.
|
" Substitute a:from => a:to by string.
|
||||||
@@ -61,7 +79,7 @@ function! s:common_head(strs) abort
|
|||||||
endif
|
endif
|
||||||
let strs = len == 2 ? a:strs : sort(copy(a:strs))
|
let strs = len == 2 ? a:strs : sort(copy(a:strs))
|
||||||
let pat = substitute(strs[0], '.', '\="[" . escape(submatch(0), "^\\") . "]"', 'g')
|
let pat = substitute(strs[0], '.', '\="[" . escape(submatch(0), "^\\") . "]"', 'g')
|
||||||
return pat == '' ? '' : matchstr(strs[-1], '\C^\%[' . pat . ']')
|
return pat ==# '' ? '' : matchstr(strs[-1], '\C^\%[' . pat . ']')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Split to two elements of List. ([left, right])
|
" Split to two elements of List. ([left, right])
|
||||||
@@ -130,9 +148,7 @@ endfunction
|
|||||||
" even if a:str contains multibyte character(s).
|
" even if a:str contains multibyte character(s).
|
||||||
" s:strchars(str) {{{
|
" s:strchars(str) {{{
|
||||||
if exists('*strchars')
|
if exists('*strchars')
|
||||||
function! s:strchars(str) abort
|
let s:strchars = function('strchars')
|
||||||
return strchars(a:str)
|
|
||||||
endfunction
|
|
||||||
else
|
else
|
||||||
function! s:strchars(str) abort
|
function! s:strchars(str) abort
|
||||||
return strlen(substitute(copy(a:str), '.', 'x', 'g'))
|
return strlen(substitute(copy(a:str), '.', 'x', 'g'))
|
||||||
@@ -210,7 +226,7 @@ function! s:nr2byte(nr) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:nr2enc_char(charcode) abort
|
function! s:nr2enc_char(charcode) abort
|
||||||
if &encoding == 'utf-8'
|
if &encoding ==# 'utf-8'
|
||||||
return nr2char(a:charcode)
|
return nr2char(a:charcode)
|
||||||
endif
|
endif
|
||||||
let char = s:nr2byte(a:charcode)
|
let char = s:nr2byte(a:charcode)
|
||||||
@@ -222,7 +238,7 @@ endfunction
|
|||||||
|
|
||||||
function! s:nr2hex(nr) abort
|
function! s:nr2hex(nr) abort
|
||||||
let n = a:nr
|
let n = a:nr
|
||||||
let r = ""
|
let r = ''
|
||||||
while n
|
while n
|
||||||
let r = '0123456789ABCDEF'[n % 16] . r
|
let r = '0123456789ABCDEF'[n % 16] . r
|
||||||
let n = n / 16
|
let n = n / 16
|
||||||
@@ -318,7 +334,7 @@ function! s:levenshtein_distance(str1, str2) abort
|
|||||||
let letters2 = split(a:str2, '\zs')
|
let letters2 = split(a:str2, '\zs')
|
||||||
let length1 = len(letters1)
|
let length1 = len(letters1)
|
||||||
let length2 = len(letters2)
|
let length2 = len(letters2)
|
||||||
let distances = map(range(1, length1 + 1), 'map(range(1, length2 + 1), "0")')
|
let distances = map(range(1, length1 + 1), 'map(range(1, length2 + 1), ''0'')')
|
||||||
|
|
||||||
for i1 in range(0, length1)
|
for i1 in range(0, length1)
|
||||||
let distances[i1][0] = i1
|
let distances[i1][0] = i1
|
||||||
@@ -373,7 +389,7 @@ function! s:split_by_displaywidth(expr, width, float, is_wrap) abort
|
|||||||
|
|
||||||
let text = ''
|
let text = ''
|
||||||
while cs_index < len(cs)
|
while cs_index < len(cs)
|
||||||
if cs[cs_index] is "\n"
|
if cs[cs_index] is# "\n"
|
||||||
let text = s:padding_by_displaywidth(text, a:width, a:float)
|
let text = s:padding_by_displaywidth(text, a:width, a:float)
|
||||||
let lines += [text]
|
let lines += [text]
|
||||||
let text = ''
|
let text = ''
|
||||||
@@ -394,7 +410,7 @@ function! s:split_by_displaywidth(expr, width, float, is_wrap) abort
|
|||||||
if a:is_wrap
|
if a:is_wrap
|
||||||
if a:width < w
|
if a:width < w
|
||||||
if a:width < strdisplaywidth(cs[cs_index])
|
if a:width < strdisplaywidth(cs[cs_index])
|
||||||
while get(cs, cs_index, "\n") isnot "\n"
|
while get(cs, cs_index, "\n") isnot# "\n"
|
||||||
let cs_index += 1
|
let cs_index += 1
|
||||||
endwhile
|
endwhile
|
||||||
continue
|
continue
|
||||||
@@ -403,7 +419,7 @@ function! s:split_by_displaywidth(expr, width, float, is_wrap) abort
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
while get(cs, cs_index, "\n") isnot "\n"
|
while get(cs, cs_index, "\n") isnot# "\n"
|
||||||
let cs_index += 1
|
let cs_index += 1
|
||||||
endwhile
|
endwhile
|
||||||
continue
|
continue
|
||||||
@@ -440,8 +456,9 @@ function! s:truncate(str, width) abort
|
|||||||
" http://github.com/mattn/googlereader-vim/tree/master
|
" http://github.com/mattn/googlereader-vim/tree/master
|
||||||
|
|
||||||
if a:str =~# '^[\x00-\x7f]*$'
|
if a:str =~# '^[\x00-\x7f]*$'
|
||||||
return len(a:str) < a:width ?
|
return len(a:str) < a:width
|
||||||
\ printf('%-'.a:width.'s', a:str) : strpart(a:str, 0, a:width)
|
\ ? printf('%-' . a:width . 's', a:str)
|
||||||
|
\ : strpart(a:str, 0, a:width)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let ret = a:str
|
let ret = a:str
|
||||||
@@ -471,57 +488,20 @@ function! s:truncate_skipping(str, max, footer_width, separator) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:strwidthpart(str, width) abort
|
function! s:strwidthpart(str, width) abort
|
||||||
if a:width <= 0
|
let str = tr(a:str, "\t", ' ')
|
||||||
return ''
|
let vcol = a:width + 2
|
||||||
endif
|
return matchstr(str, '.*\%<' . (vcol < 0 ? 0 : vcol) . 'v')
|
||||||
let strarr = split(a:str, '\zs')
|
|
||||||
let width = s:wcswidth(a:str)
|
|
||||||
let index = len(strarr)
|
|
||||||
let diff = (index + 1) / 2
|
|
||||||
let rightindex = index - 1
|
|
||||||
while width > a:width
|
|
||||||
let index = max([rightindex - diff + 1, 0])
|
|
||||||
let partwidth = s:wcswidth(join(strarr[(index):(rightindex)], ''))
|
|
||||||
if width - partwidth >= a:width || diff <= 1
|
|
||||||
let width -= partwidth
|
|
||||||
let rightindex = index - 1
|
|
||||||
endif
|
|
||||||
if diff > 1
|
|
||||||
let diff = diff / 2
|
|
||||||
endif
|
|
||||||
endwhile
|
|
||||||
return index ? join(strarr[:index - 1], '') : ''
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:strwidthpart_reverse(str, width) abort
|
function! s:strwidthpart_reverse(str, width) abort
|
||||||
if a:width <= 0
|
let str = tr(a:str, "\t", ' ')
|
||||||
return ''
|
let vcol = s:wcswidth(str) - a:width
|
||||||
endif
|
return matchstr(str, '\%>' . (vcol < 0 ? 0 : vcol) . 'v.*')
|
||||||
let strarr = split(a:str, '\zs')
|
|
||||||
let width = s:wcswidth(a:str)
|
|
||||||
let strlen = len(strarr)
|
|
||||||
let diff = (strlen + 1) / 2
|
|
||||||
let leftindex = 0
|
|
||||||
let index = -1
|
|
||||||
while width > a:width
|
|
||||||
let index = min([leftindex + diff, strlen]) - 1
|
|
||||||
let partwidth = s:wcswidth(join(strarr[(leftindex):(index)], ''))
|
|
||||||
if width - partwidth >= a:width || diff <= 1
|
|
||||||
let width -= partwidth
|
|
||||||
let leftindex = index + 1
|
|
||||||
endif
|
|
||||||
if diff > 1
|
|
||||||
let diff = diff / 2
|
|
||||||
endif
|
|
||||||
endwhile
|
|
||||||
return index < strlen ? join(strarr[(index + 1):], '') : ''
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if v:version >= 703
|
if v:version >= 703
|
||||||
" Use builtin function.
|
" Use builtin function.
|
||||||
function! s:wcswidth(str) abort
|
let s:wcswidth = function('strwidth')
|
||||||
return strwidth(a:str)
|
|
||||||
endfunction
|
|
||||||
else
|
else
|
||||||
function! s:wcswidth(str) abort
|
function! s:wcswidth(str) abort
|
||||||
if a:str =~# '^[\x00-\x7f]*$'
|
if a:str =~# '^[\x00-\x7f]*$'
|
||||||
@@ -564,9 +544,88 @@ else
|
|||||||
endfunction
|
endfunction
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
function! s:remove_ansi_sequences(text) abort
|
||||||
|
return substitute(a:text, '\e\[\%(\%(\d\+;\)*\d\+\)\?[mK]', '', 'g')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:escape_pattern(str) abort
|
||||||
|
" escape characters for no-magic
|
||||||
|
return escape(a:str, '^$~.*[]\')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:unescape_pattern(str) abort
|
||||||
|
" unescape characters for no-magic
|
||||||
|
return s:unescape(a:str, '^$~.*[]\')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:unescape(str, chars) abort
|
||||||
|
let chars = map(split(a:chars, '\zs'), 'escape(v:val, ''^$~.*[]\'')')
|
||||||
|
return substitute(a:str, '\\\(' . join(chars, '\|') . '\)', '\1', 'g')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:iconv(expr, from, to) abort
|
||||||
|
if a:from ==# '' || a:to ==# '' || a:from ==? a:to
|
||||||
|
return a:expr
|
||||||
|
endif
|
||||||
|
let result = iconv(a:expr, a:from, a:to)
|
||||||
|
return empty(result) ? a:expr : result
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" NOTE:
|
||||||
|
" A definition of a TEXT file is "A file that contains characters organized
|
||||||
|
" into one or more lines."
|
||||||
|
" A definition of a LINE is "A sequence of zero or more non- <newline>s
|
||||||
|
" plus a terminating <newline>"
|
||||||
|
" That's why {stdin} always ends with <newline> ideally. However, there are
|
||||||
|
" some programs which does not follow the POSIX rule and a Vim's way to join
|
||||||
|
" List into TEXT; join({text}, "\n"); does not add <newline> to the end of
|
||||||
|
" the last line.
|
||||||
|
" That's why add a trailing <newline> if it does not exist.
|
||||||
|
" REF:
|
||||||
|
" http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_392
|
||||||
|
" http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_205
|
||||||
|
" :help split()
|
||||||
|
" NOTE:
|
||||||
|
" it does nothing if the text is a correct POSIX text
|
||||||
|
function! s:repair_posix_text(text, ...) abort
|
||||||
|
let newline = get(a:000, 0, "\n")
|
||||||
|
return a:text =~# '\n$' ? a:text : a:text . newline
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" NOTE:
|
||||||
|
" A definition of a TEXT file is "A file that contains characters organized
|
||||||
|
" into one or more lines."
|
||||||
|
" A definition of a LINE is "A sequence of zero or more non- <newline>s
|
||||||
|
" plus a terminating <newline>"
|
||||||
|
" REF:
|
||||||
|
" http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_392
|
||||||
|
" http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_205
|
||||||
|
function! s:join_posix_lines(lines, ...) abort
|
||||||
|
let newline = get(a:000, 0, "\n")
|
||||||
|
return join(a:lines, newline) . newline
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" NOTE:
|
||||||
|
" A definition of a TEXT file is "A file that contains characters organized
|
||||||
|
" into one or more lines."
|
||||||
|
" A definition of a LINE is "A sequence of zero or more non- <newline>s
|
||||||
|
" plus a terminating <newline>"
|
||||||
|
" TEXT into List; split({text}, '\r\?\n', 1); add an extra empty line at the
|
||||||
|
" end of List because the end of TEXT ends with <newline> and keepempty=1 is
|
||||||
|
" specified. (btw. keepempty=0 cannot be used because it will remove
|
||||||
|
" emptylines in the head and the tail).
|
||||||
|
" That's why removing a trailing <newline> before proceeding to 'split' is required
|
||||||
|
" REF:
|
||||||
|
" http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_392
|
||||||
|
" http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_205
|
||||||
|
function! s:split_posix_text(text, ...) abort
|
||||||
|
let newline = get(a:000, 0, '\r\?\n')
|
||||||
|
let text = substitute(a:text, newline . '$', '', '')
|
||||||
|
return split(text, newline, 1)
|
||||||
|
endfunction
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
" vim:set et ts=2 sts=2 sw=2 tw=0:
|
" vim:set et ts=2 sts=2 sw=2 tw=0:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,389 +0,0 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
|
||||||
|
|
||||||
let s:save_cpo = &cpo
|
|
||||||
set cpo&vim
|
|
||||||
|
|
||||||
if v:version ># 703 ||
|
|
||||||
\ (v:version is 703 && has('patch465'))
|
|
||||||
function! s:glob(expr) abort
|
|
||||||
return glob(a:expr, 1, 1)
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:glob(expr) abort
|
|
||||||
let R = glob(a:expr, 1)
|
|
||||||
return split(R, '\n')
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
function! s:globpath(path, expr) abort
|
|
||||||
let R = globpath(a:path, a:expr, 1)
|
|
||||||
return split(R, '\n')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" Wrapper functions for type().
|
|
||||||
let [
|
|
||||||
\ s:__TYPE_NUMBER,
|
|
||||||
\ s:__TYPE_STRING,
|
|
||||||
\ s:__TYPE_FUNCREF,
|
|
||||||
\ s:__TYPE_LIST,
|
|
||||||
\ s:__TYPE_DICT,
|
|
||||||
\ s:__TYPE_FLOAT] = [
|
|
||||||
\ type(3),
|
|
||||||
\ type(""),
|
|
||||||
\ type(function('tr')),
|
|
||||||
\ type([]),
|
|
||||||
\ type({}),
|
|
||||||
\ has('float') ? type(str2float('0')) : -1]
|
|
||||||
" __TYPE_FLOAT = -1 when -float
|
|
||||||
" This doesn't match to anything.
|
|
||||||
|
|
||||||
" Number or Float
|
|
||||||
function! s:is_numeric(Value) abort
|
|
||||||
let _ = type(a:Value)
|
|
||||||
return _ ==# s:__TYPE_NUMBER
|
|
||||||
\ || _ ==# s:__TYPE_FLOAT
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" Number
|
|
||||||
function! s:is_number(Value) abort
|
|
||||||
return type(a:Value) ==# s:__TYPE_NUMBER
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" Float
|
|
||||||
function! s:is_float(Value) abort
|
|
||||||
return type(a:Value) ==# s:__TYPE_FLOAT
|
|
||||||
endfunction
|
|
||||||
" String
|
|
||||||
function! s:is_string(Value) abort
|
|
||||||
return type(a:Value) ==# s:__TYPE_STRING
|
|
||||||
endfunction
|
|
||||||
" Funcref
|
|
||||||
function! s:is_funcref(Value) abort
|
|
||||||
return type(a:Value) ==# s:__TYPE_FUNCREF
|
|
||||||
endfunction
|
|
||||||
" List
|
|
||||||
function! s:is_list(Value) abort
|
|
||||||
return type(a:Value) ==# s:__TYPE_LIST
|
|
||||||
endfunction
|
|
||||||
" Dictionary
|
|
||||||
function! s:is_dict(Value) abort
|
|
||||||
return type(a:Value) ==# s:__TYPE_DICT
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:truncate_skipping(str, max, footer_width, separator) abort
|
|
||||||
call s:_warn_deprecated("truncate_skipping", "Data.String.truncate_skipping")
|
|
||||||
|
|
||||||
let width = s:wcswidth(a:str)
|
|
||||||
if width <= a:max
|
|
||||||
let ret = a:str
|
|
||||||
else
|
|
||||||
let header_width = a:max - s:wcswidth(a:separator) - a:footer_width
|
|
||||||
let ret = s:strwidthpart(a:str, header_width) . a:separator
|
|
||||||
\ . s:strwidthpart_reverse(a:str, a:footer_width)
|
|
||||||
endif
|
|
||||||
|
|
||||||
return s:truncate(ret, a:max)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:truncate(str, width) abort
|
|
||||||
" Original function is from mattn.
|
|
||||||
" http://github.com/mattn/googlereader-vim/tree/master
|
|
||||||
|
|
||||||
call s:_warn_deprecated("truncate", "Data.String.truncate")
|
|
||||||
|
|
||||||
if a:str =~# '^[\x00-\x7f]*$'
|
|
||||||
return len(a:str) < a:width ?
|
|
||||||
\ printf('%-'.a:width.'s', a:str) : strpart(a:str, 0, a:width)
|
|
||||||
endif
|
|
||||||
|
|
||||||
let ret = a:str
|
|
||||||
let width = s:wcswidth(a:str)
|
|
||||||
if width > a:width
|
|
||||||
let ret = s:strwidthpart(ret, a:width)
|
|
||||||
let width = s:wcswidth(ret)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if width < a:width
|
|
||||||
let ret .= repeat(' ', a:width - width)
|
|
||||||
endif
|
|
||||||
|
|
||||||
return ret
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:strwidthpart(str, width) abort
|
|
||||||
call s:_warn_deprecated("strwidthpart", "Data.String.strwidthpart")
|
|
||||||
|
|
||||||
if a:width <= 0
|
|
||||||
return ''
|
|
||||||
endif
|
|
||||||
let ret = a:str
|
|
||||||
let width = s:wcswidth(a:str)
|
|
||||||
while width > a:width
|
|
||||||
let char = matchstr(ret, '.$')
|
|
||||||
let ret = ret[: -1 - len(char)]
|
|
||||||
let width -= s:wcswidth(char)
|
|
||||||
endwhile
|
|
||||||
|
|
||||||
return ret
|
|
||||||
endfunction
|
|
||||||
function! s:strwidthpart_reverse(str, width) abort
|
|
||||||
call s:_warn_deprecated("strwidthpart_reverse", "Data.String.strwidthpart_reverse")
|
|
||||||
|
|
||||||
if a:width <= 0
|
|
||||||
return ''
|
|
||||||
endif
|
|
||||||
let ret = a:str
|
|
||||||
let width = s:wcswidth(a:str)
|
|
||||||
while width > a:width
|
|
||||||
let char = matchstr(ret, '^.')
|
|
||||||
let ret = ret[len(char) :]
|
|
||||||
let width -= s:wcswidth(char)
|
|
||||||
endwhile
|
|
||||||
|
|
||||||
return ret
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
if v:version >= 703
|
|
||||||
" Use builtin function.
|
|
||||||
function! s:wcswidth(str) abort
|
|
||||||
call s:_warn_deprecated("wcswidth", "Data.String.wcswidth")
|
|
||||||
return strwidth(a:str)
|
|
||||||
endfunction
|
|
||||||
else
|
|
||||||
function! s:wcswidth(str) abort
|
|
||||||
call s:_warn_deprecated("wcswidth", "Data.String.wcswidth")
|
|
||||||
|
|
||||||
if a:str =~# '^[\x00-\x7f]*$'
|
|
||||||
return strlen(a:str)
|
|
||||||
end
|
|
||||||
|
|
||||||
let mx_first = '^\(.\)'
|
|
||||||
let str = a:str
|
|
||||||
let width = 0
|
|
||||||
while 1
|
|
||||||
let ucs = char2nr(substitute(str, mx_first, '\1', ''))
|
|
||||||
if ucs == 0
|
|
||||||
break
|
|
||||||
endif
|
|
||||||
let width += s:_wcwidth(ucs)
|
|
||||||
let str = substitute(str, mx_first, '', '')
|
|
||||||
endwhile
|
|
||||||
return width
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" UTF-8 only.
|
|
||||||
function! s:_wcwidth(ucs) abort
|
|
||||||
let ucs = a:ucs
|
|
||||||
if (ucs >= 0x1100
|
|
||||||
\ && (ucs <= 0x115f
|
|
||||||
\ || ucs == 0x2329
|
|
||||||
\ || ucs == 0x232a
|
|
||||||
\ || (ucs >= 0x2e80 && ucs <= 0xa4cf
|
|
||||||
\ && ucs != 0x303f)
|
|
||||||
\ || (ucs >= 0xac00 && ucs <= 0xd7a3)
|
|
||||||
\ || (ucs >= 0xf900 && ucs <= 0xfaff)
|
|
||||||
\ || (ucs >= 0xfe30 && ucs <= 0xfe6f)
|
|
||||||
\ || (ucs >= 0xff00 && ucs <= 0xff60)
|
|
||||||
\ || (ucs >= 0xffe0 && ucs <= 0xffe6)
|
|
||||||
\ || (ucs >= 0x20000 && ucs <= 0x2fffd)
|
|
||||||
\ || (ucs >= 0x30000 && ucs <= 0x3fffd)
|
|
||||||
\ ))
|
|
||||||
return 2
|
|
||||||
endif
|
|
||||||
return 1
|
|
||||||
endfunction
|
|
||||||
endif
|
|
||||||
|
|
||||||
let s:is_windows = has('win16') || has('win32') || has('win64') || has('win95')
|
|
||||||
let s:is_cygwin = has('win32unix')
|
|
||||||
let s:is_mac = !s:is_windows && !s:is_cygwin
|
|
||||||
\ && (has('mac') || has('macunix') || has('gui_macvim') ||
|
|
||||||
\ (!isdirectory('/proc') && executable('sw_vers')))
|
|
||||||
let s:is_unix = has('unix')
|
|
||||||
|
|
||||||
function! s:is_windows() abort
|
|
||||||
return s:is_windows
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:is_cygwin() abort
|
|
||||||
return s:is_cygwin
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:is_mac() abort
|
|
||||||
return s:is_mac
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:is_unix() abort
|
|
||||||
return s:is_unix
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_warn_deprecated(name, alternative) abort
|
|
||||||
try
|
|
||||||
echohl Error
|
|
||||||
echomsg "Prelude." . a:name . " is deprecated! Please use " . a:alternative . " instead."
|
|
||||||
finally
|
|
||||||
echohl None
|
|
||||||
endtry
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:smart_execute_command(action, word) abort
|
|
||||||
execute a:action . ' ' . (a:word == '' ? '' : '`=a:word`')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:escape_file_searching(buffer_name) abort
|
|
||||||
return escape(a:buffer_name, '*[]?{}, ')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:escape_pattern(str) abort
|
|
||||||
return escape(a:str, '~"\.^$[]*')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:getchar(...) abort
|
|
||||||
let c = call('getchar', a:000)
|
|
||||||
return type(c) == type(0) ? nr2char(c) : c
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:getchar_safe(...) abort
|
|
||||||
let c = s:input_helper('getchar', a:000)
|
|
||||||
return type(c) == type("") ? c : nr2char(c)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:input_safe(...) abort
|
|
||||||
return s:input_helper('input', a:000)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:input_helper(funcname, args) abort
|
|
||||||
let success = 0
|
|
||||||
if inputsave() !=# success
|
|
||||||
throw 'vital: Prelude: inputsave() failed'
|
|
||||||
endif
|
|
||||||
try
|
|
||||||
return call(a:funcname, a:args)
|
|
||||||
finally
|
|
||||||
if inputrestore() !=# success
|
|
||||||
throw 'vital: Prelude: inputrestore() failed'
|
|
||||||
endif
|
|
||||||
endtry
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:set_default(var, val) abort
|
|
||||||
if !exists(a:var) || type({a:var}) != type(a:val)
|
|
||||||
let {a:var} = a:val
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:substitute_path_separator(path) abort
|
|
||||||
return s:is_windows ? substitute(a:path, '\\', '/', 'g') : a:path
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:path2directory(path) abort
|
|
||||||
return s:substitute_path_separator(isdirectory(a:path) ? a:path : fnamemodify(a:path, ':p:h'))
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_path2project_directory_git(path) abort
|
|
||||||
let parent = a:path
|
|
||||||
|
|
||||||
while 1
|
|
||||||
let path = parent . '/.git'
|
|
||||||
if isdirectory(path) || filereadable(path)
|
|
||||||
return parent
|
|
||||||
endif
|
|
||||||
let next = fnamemodify(parent, ':h')
|
|
||||||
if next == parent
|
|
||||||
return ''
|
|
||||||
endif
|
|
||||||
let parent = next
|
|
||||||
endwhile
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_path2project_directory_svn(path) abort
|
|
||||||
let search_directory = a:path
|
|
||||||
let directory = ''
|
|
||||||
|
|
||||||
let find_directory = s:escape_file_searching(search_directory)
|
|
||||||
let d = finddir('.svn', find_directory . ';')
|
|
||||||
if d == ''
|
|
||||||
return ''
|
|
||||||
endif
|
|
||||||
|
|
||||||
let directory = fnamemodify(d, ':p:h:h')
|
|
||||||
|
|
||||||
" Search parent directories.
|
|
||||||
let parent_directory = s:path2directory(
|
|
||||||
\ fnamemodify(directory, ':h'))
|
|
||||||
|
|
||||||
if parent_directory != ''
|
|
||||||
let d = finddir('.svn', parent_directory . ';')
|
|
||||||
if d != ''
|
|
||||||
let directory = s:_path2project_directory_svn(parent_directory)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
return directory
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:_path2project_directory_others(vcs, path) abort
|
|
||||||
let vcs = a:vcs
|
|
||||||
let search_directory = a:path
|
|
||||||
|
|
||||||
let find_directory = s:escape_file_searching(search_directory)
|
|
||||||
let d = finddir(vcs, find_directory . ';')
|
|
||||||
if d == ''
|
|
||||||
return ''
|
|
||||||
endif
|
|
||||||
return fnamemodify(d, ':p:h:h')
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:path2project_directory(path, ...) abort
|
|
||||||
let is_allow_empty = get(a:000, 0, 0)
|
|
||||||
let search_directory = s:path2directory(a:path)
|
|
||||||
let directory = ''
|
|
||||||
|
|
||||||
" Search VCS directory.
|
|
||||||
for vcs in ['.git', '.bzr', '.hg', '.svn']
|
|
||||||
if vcs ==# '.git'
|
|
||||||
let directory = s:_path2project_directory_git(search_directory)
|
|
||||||
elseif vcs ==# '.svn'
|
|
||||||
let directory = s:_path2project_directory_svn(search_directory)
|
|
||||||
else
|
|
||||||
let directory = s:_path2project_directory_others(vcs, search_directory)
|
|
||||||
endif
|
|
||||||
if directory != ''
|
|
||||||
break
|
|
||||||
endif
|
|
||||||
endfor
|
|
||||||
|
|
||||||
" Search project file.
|
|
||||||
if directory == ''
|
|
||||||
for d in ['build.xml', 'prj.el', '.project', 'pom.xml', 'package.json',
|
|
||||||
\ 'Makefile', 'configure', 'Rakefile', 'NAnt.build',
|
|
||||||
\ 'P4CONFIG', 'tags', 'gtags']
|
|
||||||
let d = findfile(d, s:escape_file_searching(search_directory) . ';')
|
|
||||||
if d != ''
|
|
||||||
let directory = fnamemodify(d, ':p:h')
|
|
||||||
break
|
|
||||||
endif
|
|
||||||
endfor
|
|
||||||
endif
|
|
||||||
|
|
||||||
if directory == ''
|
|
||||||
" Search /src/ directory.
|
|
||||||
let base = s:substitute_path_separator(search_directory)
|
|
||||||
if base =~# '/src/'
|
|
||||||
let directory = base[: strridx(base, '/src/') + 3]
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
if directory == '' && !is_allow_empty
|
|
||||||
" Use original path.
|
|
||||||
let directory = search_directory
|
|
||||||
endif
|
|
||||||
|
|
||||||
return s:substitute_path_separator(directory)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
|
||||||
unlet s:save_cpo
|
|
||||||
|
|
||||||
" vim:set et ts=2 sts=2 sw=2 tw=0:
|
|
||||||
|
|
||||||
endif
|
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
|
" ___vital___
|
||||||
|
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
|
||||||
|
" Do not mofidify the code nor insert new lines before '" ___vital___'
|
||||||
|
function! s:_SID() abort
|
||||||
|
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
|
||||||
|
endfunction
|
||||||
|
execute join(['function! vital#_crystal#Process#import() abort', printf("return map({'shellescape': '', 'has_vimproc': '', 'system': '', 'iconv': '', 'spawn': '', 'get_last_status': ''}, \"vital#_crystal#function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n")
|
||||||
|
delfunction s:_SID
|
||||||
|
" ___vital___
|
||||||
" TODO: move all comments to doc file.
|
" TODO: move all comments to doc file.
|
||||||
"
|
"
|
||||||
"
|
"
|
||||||
@@ -21,62 +30,36 @@ let s:need_trans = v:version < 704 || (v:version == 704 && !has('patch122'))
|
|||||||
|
|
||||||
let s:TYPE_DICT = type({})
|
let s:TYPE_DICT = type({})
|
||||||
let s:TYPE_LIST = type([])
|
let s:TYPE_LIST = type([])
|
||||||
let s:TYPE_STRING = type("")
|
let s:TYPE_STRING = type('')
|
||||||
|
|
||||||
|
|
||||||
" Execute program in the background from Vim.
|
|
||||||
" Return an empty string always.
|
|
||||||
"
|
|
||||||
" If a:expr is a List, shellescape() each argument.
|
|
||||||
" If a:expr is a String, the arguments are passed as-is.
|
|
||||||
"
|
|
||||||
" Windows:
|
|
||||||
" Using :!start , execute program without via cmd.exe.
|
|
||||||
" Spawning 'expr' with 'noshellslash'
|
|
||||||
" keep special characters from unwanted expansion.
|
|
||||||
" (see :help shellescape())
|
|
||||||
"
|
|
||||||
" Unix:
|
|
||||||
" using :! , execute program in the background by shell.
|
|
||||||
function! s:spawn(expr, ...) abort
|
function! s:spawn(expr, ...) abort
|
||||||
let shellslash = 0
|
if type(a:expr) is s:TYPE_LIST
|
||||||
if s:is_windows
|
let special = 1
|
||||||
let shellslash = &l:shellslash
|
let cmdline = join(map(a:expr, 's:shellescape(v:val, special)'), ' ')
|
||||||
setlocal noshellslash
|
elseif type(a:expr) is s:TYPE_STRING
|
||||||
|
let cmdline = a:expr
|
||||||
|
if a:0 && a:1
|
||||||
|
" for :! command
|
||||||
|
let cmdline = substitute(cmdline, '\([!%#]\|<[^<>]\+>\)', '\\\1', 'g')
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
throw 'vital: Process: invalid argument (value type:' . type(a:expr) . ')'
|
||||||
|
endif
|
||||||
|
if s:is_windows
|
||||||
|
silent execute '!start' cmdline
|
||||||
|
else
|
||||||
|
silent execute '!' cmdline '&'
|
||||||
endif
|
endif
|
||||||
try
|
|
||||||
if type(a:expr) is s:TYPE_LIST
|
|
||||||
let special = 1
|
|
||||||
let cmdline = join(map(a:expr, 'shellescape(v:val, special)'), ' ')
|
|
||||||
elseif type(a:expr) is s:TYPE_STRING
|
|
||||||
let cmdline = a:expr
|
|
||||||
if a:0 && a:1
|
|
||||||
" for :! command
|
|
||||||
let cmdline = substitute(cmdline, '\([!%#]\|<[^<>]\+>\)', '\\\1', 'g')
|
|
||||||
endif
|
|
||||||
else
|
|
||||||
throw 'Process.spawn(): invalid argument (value type:'.type(a:expr).')'
|
|
||||||
endif
|
|
||||||
if s:is_windows
|
|
||||||
silent execute '!start' cmdline
|
|
||||||
else
|
|
||||||
silent execute '!' cmdline '&'
|
|
||||||
endif
|
|
||||||
finally
|
|
||||||
if s:is_windows
|
|
||||||
let &l:shellslash = shellslash
|
|
||||||
endif
|
|
||||||
endtry
|
|
||||||
return ''
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" iconv() wrapper for safety.
|
" iconv() wrapper for safety.
|
||||||
function! s:iconv(expr, from, to) abort
|
function! s:iconv(expr, from, to) abort
|
||||||
if a:from == '' || a:to == '' || a:from ==? a:to
|
if a:from ==# '' || a:to ==# '' || a:from ==? a:to
|
||||||
return a:expr
|
return a:expr
|
||||||
endif
|
endif
|
||||||
let result = iconv(a:expr, a:from, a:to)
|
let result = iconv(a:expr, a:from, a:to)
|
||||||
return result != '' ? result : a:expr
|
return result !=# '' ? result : a:expr
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Check vimproc.
|
" Check vimproc.
|
||||||
@@ -128,7 +111,7 @@ function! s:system(str, ...) abort
|
|||||||
elseif type(a:1) is s:TYPE_STRING
|
elseif type(a:1) is s:TYPE_STRING
|
||||||
let args += [s:iconv(a:1, &encoding, 'char')]
|
let args += [s:iconv(a:1, &encoding, 'char')]
|
||||||
else
|
else
|
||||||
throw 'Process.system(): invalid argument (value type:'.type(a:1).')'
|
throw 'vital: Process: invalid argument (value type:' . type(a:1) . ')'
|
||||||
endif
|
endif
|
||||||
elseif a:0 >= 2
|
elseif a:0 >= 2
|
||||||
" {command} [, {input} [, {timeout}]]
|
" {command} [, {input} [, {timeout}]]
|
||||||
@@ -145,13 +128,16 @@ function! s:system(str, ...) abort
|
|||||||
elseif type(a:str) is s:TYPE_STRING
|
elseif type(a:str) is s:TYPE_STRING
|
||||||
let command = a:str
|
let command = a:str
|
||||||
else
|
else
|
||||||
throw 'Process.system(): invalid argument (value type:'.type(a:str).')'
|
throw 'vital: Process: invalid argument (value type:' . type(a:str) . ')'
|
||||||
endif
|
endif
|
||||||
if s:need_trans
|
if s:need_trans
|
||||||
let command = s:iconv(command, &encoding, 'char')
|
let command = s:iconv(command, &encoding, 'char')
|
||||||
endif
|
endif
|
||||||
let args = [command] + args
|
let args = [command] + args
|
||||||
if background && (use_vimproc || !s:is_windows)
|
if background && (use_vimproc || !s:is_windows)
|
||||||
|
if has('nvim')
|
||||||
|
throw "vital: Process: neovim's system() doesn't support background(&) process (cmdline:" . string(a:str) . ')'
|
||||||
|
endif
|
||||||
let args[0] = args[0] . ' &'
|
let args[0] = args[0] . ' &'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -167,8 +153,14 @@ function! s:get_last_status() abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if s:is_windows
|
if s:is_windows
|
||||||
function! s:shellescape(command) abort
|
function! s:shellescape(...) abort
|
||||||
return substitute(a:command, '[&()[\]{}^=;!''+,`~]', '^\0', 'g')
|
try
|
||||||
|
let shellslash = &shellslash
|
||||||
|
set noshellslash
|
||||||
|
return call('shellescape', a:000)
|
||||||
|
finally
|
||||||
|
let &shellslash = shellslash
|
||||||
|
endtry
|
||||||
endfunction
|
endfunction
|
||||||
else
|
else
|
||||||
function! s:shellescape(...) abort
|
function! s:shellescape(...) abort
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
|
" ___vital___
|
||||||
|
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
|
||||||
|
" Do not mofidify the code nor insert new lines before '" ___vital___'
|
||||||
|
function! s:_SID() abort
|
||||||
|
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
|
||||||
|
endfunction
|
||||||
|
execute join(['function! vital#_crystal#Web#JSON#import() abort', printf("return map({'decode': '', '_vital_depends': '', '_vital_created': '', 'encode': '', '_vital_loaded': ''}, \"vital#_crystal#function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n")
|
||||||
|
delfunction s:_SID
|
||||||
|
" ___vital___
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|
||||||
@@ -15,11 +24,6 @@ function! s:_null() abort
|
|||||||
return 0
|
return 0
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let s:const = {}
|
|
||||||
let s:const.true = function('s:_true')
|
|
||||||
let s:const.false = function('s:_false')
|
|
||||||
let s:const.null = function('s:_null')
|
|
||||||
|
|
||||||
function! s:_resolve(val, prefix) abort
|
function! s:_resolve(val, prefix) abort
|
||||||
let t = type(a:val)
|
let t = type(a:val)
|
||||||
if t == type('')
|
if t == type('')
|
||||||
@@ -36,6 +40,13 @@ endfunction
|
|||||||
|
|
||||||
function! s:_vital_created(module) abort
|
function! s:_vital_created(module) abort
|
||||||
" define constant variables
|
" define constant variables
|
||||||
|
if !exists('s:const')
|
||||||
|
let s:const = {}
|
||||||
|
let s:const.true = function('s:_true')
|
||||||
|
let s:const.false = function('s:_false')
|
||||||
|
let s:const.null = function('s:_null')
|
||||||
|
lockvar s:const
|
||||||
|
endif
|
||||||
call extend(a:module, s:const)
|
call extend(a:module, s:const)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -55,7 +66,7 @@ function! s:decode(json, ...) abort
|
|||||||
let settings = extend({
|
let settings = extend({
|
||||||
\ 'use_token': 0,
|
\ 'use_token': 0,
|
||||||
\}, get(a:000, 0, {}))
|
\}, get(a:000, 0, {}))
|
||||||
let json = iconv(a:json, "utf-8", &encoding)
|
let json = iconv(a:json, 'utf-8', &encoding)
|
||||||
let json = join(split(json, "\n"), '')
|
let json = join(split(json, "\n"), '')
|
||||||
let json = substitute(json, '\\u34;', '\\"', 'g')
|
let json = substitute(json, '\\u34;', '\\"', 'g')
|
||||||
let json = substitute(json, '\\u\(\x\x\x\x\)', '\=s:string.nr2enc_char("0x".submatch(1))', 'g')
|
let json = substitute(json, '\\u\(\x\x\x\x\)', '\=s:string.nr2enc_char("0x".submatch(1))', 'g')
|
||||||
@@ -75,7 +86,11 @@ endfunction
|
|||||||
" @vimlint(EVL102, 0, l:true)
|
" @vimlint(EVL102, 0, l:true)
|
||||||
" @vimlint(EVL102, 0, l:false)
|
" @vimlint(EVL102, 0, l:false)
|
||||||
|
|
||||||
function! s:encode(val) abort
|
function! s:encode(val, ...) abort
|
||||||
|
let settings = extend({
|
||||||
|
\ 'indent': 0,
|
||||||
|
\}, get(a:000, 0, {})
|
||||||
|
\)
|
||||||
if type(a:val) == 0
|
if type(a:val) == 0
|
||||||
return a:val
|
return a:val
|
||||||
elseif type(a:val) == 1
|
elseif type(a:val) == 1
|
||||||
@@ -83,7 +98,7 @@ function! s:encode(val) abort
|
|||||||
let json = substitute(json, "\r", '\\r', 'g')
|
let json = substitute(json, "\r", '\\r', 'g')
|
||||||
let json = substitute(json, "\n", '\\n', 'g')
|
let json = substitute(json, "\n", '\\n', 'g')
|
||||||
let json = substitute(json, "\t", '\\t', 'g')
|
let json = substitute(json, "\t", '\\t', 'g')
|
||||||
return iconv(json, &encoding, "utf-8")
|
return iconv(json, &encoding, 'utf-8')
|
||||||
elseif type(a:val) == 2
|
elseif type(a:val) == 2
|
||||||
if s:const.true == a:val
|
if s:const.true == a:val
|
||||||
return 'true'
|
return 'true'
|
||||||
@@ -96,14 +111,69 @@ function! s:encode(val) abort
|
|||||||
return string(a:val)
|
return string(a:val)
|
||||||
endif
|
endif
|
||||||
elseif type(a:val) == 3
|
elseif type(a:val) == 3
|
||||||
return '[' . join(map(copy(a:val), 's:encode(v:val)'), ',') . ']'
|
return s:_encode_list(a:val, settings)
|
||||||
elseif type(a:val) == 4
|
elseif type(a:val) == 4
|
||||||
return '{' . join(map(keys(a:val), 's:encode(v:val).":".s:encode(a:val[v:val])'), ',') . '}'
|
return s:_encode_dict(a:val, settings)
|
||||||
else
|
else
|
||||||
return string(a:val)
|
return string(a:val)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" @vimlint(EVL102, 1, l:ns)
|
||||||
|
function! s:_encode_list(val, settings) abort
|
||||||
|
if empty(a:val)
|
||||||
|
return '[]'
|
||||||
|
elseif !a:settings.indent
|
||||||
|
let encoded_candidates = map(copy(a:val), 's:encode(v:val, a:settings)')
|
||||||
|
return printf('[%s]', join(encoded_candidates, ','))
|
||||||
|
else
|
||||||
|
let previous_indent = get(a:settings, '_previous_indent')
|
||||||
|
let indent = previous_indent + a:settings.indent
|
||||||
|
let ns = extend(copy(a:settings), {
|
||||||
|
\ '_previous_indent': indent,
|
||||||
|
\})
|
||||||
|
let encoded_candidates = map(
|
||||||
|
\ copy(a:val),
|
||||||
|
\ printf('''%s'' . s:encode(v:val, ns)', repeat(' ', indent)),
|
||||||
|
\)
|
||||||
|
return printf(
|
||||||
|
\ "[\n%s\n%s]",
|
||||||
|
\ join(encoded_candidates, ",\n"),
|
||||||
|
\ repeat(' ', previous_indent)
|
||||||
|
\)
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
" @vimlint(EVL102, 0, l:ns)
|
||||||
|
|
||||||
|
" @vimlint(EVL102, 1, l:ns)
|
||||||
|
function! s:_encode_dict(val, settings) abort
|
||||||
|
if empty(a:val)
|
||||||
|
return '{}'
|
||||||
|
elseif !a:settings.indent
|
||||||
|
let encoded_candidates = map(keys(a:val),
|
||||||
|
\ 's:encode(v:val, a:settings) . '':'' . s:encode(a:val[v:val], a:settings)'
|
||||||
|
\)
|
||||||
|
return printf('{%s}', join(encoded_candidates, ','))
|
||||||
|
else
|
||||||
|
let previous_indent = get(a:settings, '_previous_indent')
|
||||||
|
let indent = previous_indent + a:settings.indent
|
||||||
|
let ns = extend(copy(a:settings), {
|
||||||
|
\ '_previous_indent': indent,
|
||||||
|
\})
|
||||||
|
let encoded_candidates = map(keys(a:val),
|
||||||
|
\ printf(
|
||||||
|
\ '''%s'' . s:encode(v:val, ns) . '': '' . s:encode(a:val[v:val], ns)',
|
||||||
|
\ repeat(' ', indent),
|
||||||
|
\ ),
|
||||||
|
\)
|
||||||
|
return printf("{\n%s\n%s}",
|
||||||
|
\ join(encoded_candidates, ",\n"),
|
||||||
|
\ repeat(' ', previous_indent),
|
||||||
|
\)
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
" @vimlint(EVL102, 0, l:ns)
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
|||||||
332
autoload/vital/crystal.vim
Normal file
332
autoload/vital/crystal.vim
Normal file
@@ -0,0 +1,332 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
|
let s:plugin_name = expand('<sfile>:t:r')
|
||||||
|
let s:vital_base_dir = expand('<sfile>:h')
|
||||||
|
let s:project_root = expand('<sfile>:h:h:h')
|
||||||
|
let s:is_vital_vim = s:plugin_name is# 'vital'
|
||||||
|
|
||||||
|
let s:loaded = {}
|
||||||
|
let s:cache_sid = {}
|
||||||
|
|
||||||
|
" function() wrapper
|
||||||
|
if v:version > 703 || v:version == 703 && has('patch1170')
|
||||||
|
function! s:_function(fstr) abort
|
||||||
|
return function(a:fstr)
|
||||||
|
endfunction
|
||||||
|
else
|
||||||
|
function! s:_SID() abort
|
||||||
|
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
|
||||||
|
endfunction
|
||||||
|
let s:_s = '<SNR>' . s:_SID() . '_'
|
||||||
|
function! s:_function(fstr) abort
|
||||||
|
return function(substitute(a:fstr, 's:', s:_s, 'g'))
|
||||||
|
endfunction
|
||||||
|
endif
|
||||||
|
|
||||||
|
function! vital#{s:plugin_name}#new() abort
|
||||||
|
return s:new(s:plugin_name)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! vital#{s:plugin_name}#import(...) abort
|
||||||
|
if !exists('s:V')
|
||||||
|
let s:V = s:new(s:plugin_name)
|
||||||
|
endif
|
||||||
|
return call(s:V.import, a:000, s:V)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
let s:Vital = {}
|
||||||
|
|
||||||
|
function! s:new(plugin_name) abort
|
||||||
|
let base = deepcopy(s:Vital)
|
||||||
|
let base._plugin_name = a:plugin_name
|
||||||
|
return base
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:vital_files() abort
|
||||||
|
if !exists('s:vital_files')
|
||||||
|
let s:vital_files = map(
|
||||||
|
\ s:is_vital_vim ? s:_global_vital_files() : s:_self_vital_files(),
|
||||||
|
\ 'fnamemodify(v:val, ":p:gs?[\\\\/]?/?")')
|
||||||
|
endif
|
||||||
|
return copy(s:vital_files)
|
||||||
|
endfunction
|
||||||
|
let s:Vital.vital_files = s:_function('s:vital_files')
|
||||||
|
|
||||||
|
function! s:import(name, ...) abort dict
|
||||||
|
let target = {}
|
||||||
|
let functions = []
|
||||||
|
for a in a:000
|
||||||
|
if type(a) == type({})
|
||||||
|
let target = a
|
||||||
|
elseif type(a) == type([])
|
||||||
|
let functions = a
|
||||||
|
endif
|
||||||
|
unlet a
|
||||||
|
endfor
|
||||||
|
let module = self._import(a:name)
|
||||||
|
if empty(functions)
|
||||||
|
call extend(target, module, 'keep')
|
||||||
|
else
|
||||||
|
for f in functions
|
||||||
|
if has_key(module, f) && !has_key(target, f)
|
||||||
|
let target[f] = module[f]
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
endif
|
||||||
|
return target
|
||||||
|
endfunction
|
||||||
|
let s:Vital.import = s:_function('s:import')
|
||||||
|
|
||||||
|
function! s:load(...) abort dict
|
||||||
|
for arg in a:000
|
||||||
|
let [name; as] = type(arg) == type([]) ? arg[: 1] : [arg, arg]
|
||||||
|
let target = split(join(as, ''), '\W\+')
|
||||||
|
let dict = self
|
||||||
|
let dict_type = type({})
|
||||||
|
while !empty(target)
|
||||||
|
let ns = remove(target, 0)
|
||||||
|
if !has_key(dict, ns)
|
||||||
|
let dict[ns] = {}
|
||||||
|
endif
|
||||||
|
if type(dict[ns]) == dict_type
|
||||||
|
let dict = dict[ns]
|
||||||
|
else
|
||||||
|
unlet dict
|
||||||
|
break
|
||||||
|
endif
|
||||||
|
endwhile
|
||||||
|
if exists('dict')
|
||||||
|
call extend(dict, self._import(name))
|
||||||
|
endif
|
||||||
|
unlet arg
|
||||||
|
endfor
|
||||||
|
return self
|
||||||
|
endfunction
|
||||||
|
let s:Vital.load = s:_function('s:load')
|
||||||
|
|
||||||
|
function! s:unload() abort dict
|
||||||
|
let s:loaded = {}
|
||||||
|
let s:cache_sid = {}
|
||||||
|
unlet! s:vital_files
|
||||||
|
endfunction
|
||||||
|
let s:Vital.unload = s:_function('s:unload')
|
||||||
|
|
||||||
|
function! s:exists(name) abort dict
|
||||||
|
if a:name !~# '\v^\u\w*%(\.\u\w*)*$'
|
||||||
|
throw 'vital: Invalid module name: ' . a:name
|
||||||
|
endif
|
||||||
|
return s:_module_path(a:name) isnot# ''
|
||||||
|
endfunction
|
||||||
|
let s:Vital.exists = s:_function('s:exists')
|
||||||
|
|
||||||
|
function! s:search(pattern) abort dict
|
||||||
|
let paths = s:_extract_files(a:pattern, self.vital_files())
|
||||||
|
let modules = sort(map(paths, 's:_file2module(v:val)'))
|
||||||
|
return s:_uniq(modules)
|
||||||
|
endfunction
|
||||||
|
let s:Vital.search = s:_function('s:search')
|
||||||
|
|
||||||
|
function! s:plugin_name() abort dict
|
||||||
|
return self._plugin_name
|
||||||
|
endfunction
|
||||||
|
let s:Vital.plugin_name = s:_function('s:plugin_name')
|
||||||
|
|
||||||
|
function! s:_self_vital_files() abort
|
||||||
|
let builtin = printf('%s/__%s__/', s:vital_base_dir, s:plugin_name)
|
||||||
|
let installed = printf('%s/_%s/', s:vital_base_dir, s:plugin_name)
|
||||||
|
let base = builtin . ',' . installed
|
||||||
|
return split(globpath(base, '**/*.vim', 1), "\n")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_global_vital_files() abort
|
||||||
|
let pattern = 'autoload/vital/__*__/**/*.vim'
|
||||||
|
return split(globpath(&runtimepath, pattern, 1), "\n")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_extract_files(pattern, files) abort
|
||||||
|
let tr = {'.': '/', '*': '[^/]*', '**': '.*'}
|
||||||
|
let target = substitute(a:pattern, '\.\|\*\*\?', '\=tr[submatch(0)]', 'g')
|
||||||
|
let regexp = printf('autoload/vital/[^/]\+/%s.vim$', target)
|
||||||
|
return filter(a:files, 'v:val =~# regexp')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_file2module(file) abort
|
||||||
|
let filename = fnamemodify(a:file, ':p:gs?[\\/]?/?')
|
||||||
|
let tail = matchstr(filename, 'autoload/vital/_\w\+/\zs.*\ze\.vim$')
|
||||||
|
return join(split(tail, '[\\/]\+'), '.')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" @param {string} name e.g. Data.List
|
||||||
|
function! s:_import(name) abort dict
|
||||||
|
if has_key(s:loaded, a:name)
|
||||||
|
return copy(s:loaded[a:name])
|
||||||
|
endif
|
||||||
|
let module = self._get_module(a:name)
|
||||||
|
if has_key(module, '_vital_created')
|
||||||
|
call module._vital_created(module)
|
||||||
|
endif
|
||||||
|
let export_module = filter(copy(module), 'v:key =~# "^\\a"')
|
||||||
|
" Cache module before calling module.vital_loaded() to avoid cyclic
|
||||||
|
" dependences but remove the cache if module._vital_loaded() fails.
|
||||||
|
" let s:loaded[a:name] = export_module
|
||||||
|
let s:loaded[a:name] = export_module
|
||||||
|
if has_key(module, '_vital_loaded')
|
||||||
|
try
|
||||||
|
call module._vital_loaded(vital#{s:plugin_name}#new())
|
||||||
|
catch
|
||||||
|
unlet s:loaded[a:name]
|
||||||
|
throw 'vital: fail to call ._vital_loaded(): ' . v:exception
|
||||||
|
endtry
|
||||||
|
endif
|
||||||
|
return copy(s:loaded[a:name])
|
||||||
|
endfunction
|
||||||
|
let s:Vital._import = s:_function('s:_import')
|
||||||
|
|
||||||
|
" s:_get_module() returns module object wihch has all script local functions.
|
||||||
|
function! s:_get_module(name) abort dict
|
||||||
|
let funcname = s:_import_func_name(self.plugin_name(), a:name)
|
||||||
|
try
|
||||||
|
return call(funcname, [])
|
||||||
|
catch /^Vim\%((\a\+)\)\?:E117/
|
||||||
|
return s:_get_builtin_module(a:name)
|
||||||
|
endtry
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_get_builtin_module(name) abort
|
||||||
|
return s:sid2sfuncs(s:_module_sid(a:name))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
if s:is_vital_vim
|
||||||
|
" For vital.vim, we can use s:_get_builtin_module directly
|
||||||
|
let s:Vital._get_module = s:_function('s:_get_builtin_module')
|
||||||
|
else
|
||||||
|
let s:Vital._get_module = s:_function('s:_get_module')
|
||||||
|
endif
|
||||||
|
|
||||||
|
function! s:_import_func_name(plugin_name, module_name) abort
|
||||||
|
return printf('vital#_%s#%s#import', a:plugin_name, s:_dot_to_sharp(a:module_name))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_module_sid(name) abort
|
||||||
|
let path = s:_module_path(a:name)
|
||||||
|
if !filereadable(path)
|
||||||
|
throw 'vital: module not found: ' . a:name
|
||||||
|
endif
|
||||||
|
let vital_dir = s:is_vital_vim ? '__\w\+__' : printf('_\{1,2}%s\%%(__\)\?', s:plugin_name)
|
||||||
|
let base = join([vital_dir, ''], '[/\\]\+')
|
||||||
|
let p = base . substitute('' . a:name, '\.', '[/\\\\]\\+', 'g')
|
||||||
|
let sid = s:_sid(path, p)
|
||||||
|
if !sid
|
||||||
|
call s:_source(path)
|
||||||
|
let sid = s:_sid(path, p)
|
||||||
|
if !sid
|
||||||
|
throw printf('vital: cannot get <SID> from path: %s', path)
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
return sid
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_module_path(name) abort
|
||||||
|
return get(s:_extract_files(a:name, s:vital_files()), 0, '')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_module_sid_base_dir() abort
|
||||||
|
return s:is_vital_vim ? &rtp : s:project_root
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_dot_to_sharp(name) abort
|
||||||
|
return substitute(a:name, '\.', '#', 'g')
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_source(path) abort
|
||||||
|
execute 'source' fnameescape(a:path)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" @vimlint(EVL102, 1, l:_)
|
||||||
|
" @vimlint(EVL102, 1, l:__)
|
||||||
|
function! s:_sid(path, filter_pattern) abort
|
||||||
|
let unified_path = s:_unify_path(a:path)
|
||||||
|
if has_key(s:cache_sid, unified_path)
|
||||||
|
return s:cache_sid[unified_path]
|
||||||
|
endif
|
||||||
|
for line in filter(split(s:_execute(':scriptnames'), "\n"), 'v:val =~# a:filter_pattern')
|
||||||
|
let [_, sid, path; __] = matchlist(line, '^\s*\(\d\+\):\s\+\(.\+\)\s*$')
|
||||||
|
if s:_unify_path(path) is# unified_path
|
||||||
|
let s:cache_sid[unified_path] = sid
|
||||||
|
return s:cache_sid[unified_path]
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return 0
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" We want to use a execute() builtin function instead of s:_execute(),
|
||||||
|
" however there is a bug in execute().
|
||||||
|
" execute() returns empty string when it is called in
|
||||||
|
" completion function of user defined ex command.
|
||||||
|
" https://github.com/vim-jp/issues/issues/1129
|
||||||
|
function! s:_execute(cmd) abort
|
||||||
|
let [save_verbose, save_verbosefile] = [&verbose, &verbosefile]
|
||||||
|
set verbose=0 verbosefile=
|
||||||
|
redir => res
|
||||||
|
silent! execute a:cmd
|
||||||
|
redir END
|
||||||
|
let [&verbose, &verbosefile] = [save_verbose, save_verbosefile]
|
||||||
|
return res
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
if filereadable(expand('<sfile>:r') . '.VIM') " is case-insensitive or not
|
||||||
|
let s:_unify_path_cache = {}
|
||||||
|
" resolve() is slow, so we cache results.
|
||||||
|
" Note: On windows, vim can't expand path names from 8.3 formats.
|
||||||
|
" So if getting full path via <sfile> and $HOME was set as 8.3 format,
|
||||||
|
" vital load duplicated scripts. Below's :~ avoid this issue.
|
||||||
|
function! s:_unify_path(path) abort
|
||||||
|
if has_key(s:_unify_path_cache, a:path)
|
||||||
|
return s:_unify_path_cache[a:path]
|
||||||
|
endif
|
||||||
|
let value = tolower(fnamemodify(resolve(fnamemodify(
|
||||||
|
\ a:path, ':p')), ':~:gs?[\\/]?/?'))
|
||||||
|
let s:_unify_path_cache[a:path] = value
|
||||||
|
return value
|
||||||
|
endfunction
|
||||||
|
else
|
||||||
|
function! s:_unify_path(path) abort
|
||||||
|
return resolve(fnamemodify(a:path, ':p:gs?[\\/]?/?'))
|
||||||
|
endfunction
|
||||||
|
endif
|
||||||
|
|
||||||
|
" copied and modified from Vim.ScriptLocal
|
||||||
|
let s:SNR = join(map(range(len("\<SNR>")), '"[\\x" . printf("%0x", char2nr("\<SNR>"[v:val])) . "]"'), '')
|
||||||
|
function! s:sid2sfuncs(sid) abort
|
||||||
|
let fs = split(s:_execute(printf(':function /^%s%s_', s:SNR, a:sid)), "\n")
|
||||||
|
let r = {}
|
||||||
|
let pattern = printf('\m^function\s<SNR>%d_\zs\w\{-}\ze(', a:sid)
|
||||||
|
for fname in map(fs, 'matchstr(v:val, pattern)')
|
||||||
|
let r[fname] = function(s:_sfuncname(a:sid, fname))
|
||||||
|
endfor
|
||||||
|
return r
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
"" Return funcname of script local functions with SID
|
||||||
|
function! s:_sfuncname(sid, funcname) abort
|
||||||
|
return printf('<SNR>%s_%s', a:sid, a:funcname)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
if exists('*uniq')
|
||||||
|
function! s:_uniq(list) abort
|
||||||
|
return uniq(a:list)
|
||||||
|
endfunction
|
||||||
|
else
|
||||||
|
function! s:_uniq(list) abort
|
||||||
|
let i = len(a:list) - 1
|
||||||
|
while 0 < i
|
||||||
|
if a:list[i] ==# a:list[i - 1]
|
||||||
|
call remove(a:list, i)
|
||||||
|
endif
|
||||||
|
let i -= 1
|
||||||
|
endwhile
|
||||||
|
return a:list
|
||||||
|
endfunction
|
||||||
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
|
||||||
|
|
||||||
crystal
|
crystal
|
||||||
a977489
|
bee84ae23effb0510137ad177e98c94d8b3657a6
|
||||||
|
|
||||||
Process
|
Process
|
||||||
Web.JSON
|
Web.JSON
|
||||||
|
|||||||
@@ -94,44 +94,61 @@ let landmark_role = [
|
|||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
" Ref: https://www.w3.org/TR/dpub-aria-1.0/
|
" Ref: https://www.w3.org/TR/dpub-aria-1.0/
|
||||||
" Version: W3C Candidate Recommendation 15 December 2016
|
" Version: W3C Recommendation 14 December 2017
|
||||||
let dpub_role = [
|
let dpub_role = [
|
||||||
\ 'dpub-abstract',
|
\ 'doc-abstract',
|
||||||
\ 'dpub-afterword',
|
\ 'doc-acknowledgments',
|
||||||
\ 'dpub-appendix',
|
\ 'doc-afterword',
|
||||||
\ 'dpub-biblioentry',
|
\ 'doc-appendix',
|
||||||
\ 'dpub-bibliography',
|
\ 'doc-backlink',
|
||||||
\ 'dpub-biblioref',
|
\ 'doc-biblioentry',
|
||||||
\ 'dpub-chapter',
|
\ 'doc-bibliography',
|
||||||
\ 'dpub-cover',
|
\ 'doc-biblioref',
|
||||||
\ 'dpub-epilogue',
|
\ 'doc-chapter',
|
||||||
\ 'dpub-footnote',
|
\ 'doc-colophon',
|
||||||
\ 'dpub-footnotes',
|
\ 'doc-conclusion',
|
||||||
\ 'dpub-foreword',
|
\ 'doc-cover',
|
||||||
\ 'dpub-glossary',
|
\ 'doc-credit',
|
||||||
\ 'dpub-glossdef',
|
\ 'doc-credits',
|
||||||
\ 'dpub-glossref',
|
\ 'doc-dedication',
|
||||||
\ 'dpub-glossterm',
|
\ 'doc-endnote',
|
||||||
\ 'dpub-index',
|
\ 'doc-endnotes',
|
||||||
\ 'dpub-locator',
|
\ 'doc-epigraph',
|
||||||
\ 'dpub-noteref',
|
\ 'doc-epilogue',
|
||||||
\ 'dpub-notice',
|
\ 'doc-errata',
|
||||||
\ 'dpub-pagebreak',
|
\ 'doc-example',
|
||||||
\ 'dpub-pagelist',
|
\ 'doc-footnote',
|
||||||
\ 'dpub-part',
|
\ 'doc-foreword',
|
||||||
\ 'dpub-preface',
|
\ 'doc-glossary',
|
||||||
\ 'dpub-prologue',
|
\ 'doc-glossref',
|
||||||
\ 'dpub-pullquote',
|
\ 'doc-index',
|
||||||
\ 'dpub-qna',
|
\ 'doc-introduction',
|
||||||
\ 'dpub-subtitle',
|
\ 'doc-noteref',
|
||||||
\ 'dpub-tip',
|
\ 'doc-notice',
|
||||||
\ 'dpub-title',
|
\ 'doc-pagebreak',
|
||||||
\ 'dpub-toc'
|
\ 'doc-pagelist',
|
||||||
|
\ 'doc-part',
|
||||||
|
\ 'doc-preface',
|
||||||
|
\ 'doc-prologue',
|
||||||
|
\ 'doc-pullquote',
|
||||||
|
\ 'doc-qna',
|
||||||
|
\ 'doc-subtitle',
|
||||||
|
\ 'doc-tip',
|
||||||
|
\ 'doc-toc'
|
||||||
|
\ ]
|
||||||
|
|
||||||
|
" Ref: https://www.w3.org/TR/graphics-aria-1.0/
|
||||||
|
" Version: W3C Candidate Recommendation 29 March 2018
|
||||||
|
let graphic_role = [
|
||||||
|
\ 'graphics-document',
|
||||||
|
\ 'graphics-object',
|
||||||
|
\ 'graphics-symbol'
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
let role = extend(widget_role, document_structure)
|
let role = extend(widget_role, document_structure)
|
||||||
let role = extend(role, landmark_role)
|
let role = extend(role, landmark_role)
|
||||||
let role = extend(role, dpub_role)
|
let role = extend(role, dpub_role)
|
||||||
|
let role = extend(role, graphic_role)
|
||||||
|
|
||||||
" https://www.w3.org/TR/wai-aria-1.1/#states_and_properties
|
" https://www.w3.org/TR/wai-aria-1.1/#states_and_properties
|
||||||
let global_states_and_properties = {
|
let global_states_and_properties = {
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ let charset = [
|
|||||||
\ 'windows-1256', 'windows-1257', 'windows-1258', 'TIS-620', ]
|
\ 'windows-1256', 'windows-1257', 'windows-1258', 'TIS-620', ]
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
let autofill_tokens = ['on', 'off', 'name', 'honorific-prefix', 'given-name', 'additional-name', 'family-name', 'honorific-suffix', 'nickname', 'username', 'new-password', 'current-password', 'organization-title', 'organization', 'street-address', 'address-line1', 'address-line2', 'address-line3', 'address-level4', 'address-level3', 'address-level2', 'address-level1', 'country', 'country-name', 'postal-code', 'cc-name', 'cc-given-name', 'cc-additional-name', 'cc-family-name', 'cc-number', 'cc-exp', 'cc-exp-month', 'cc-exp-year', 'cc-csc', 'cc-type', 'transaction-currency', 'transaction-amount', 'language', 'bday', 'bday-day', 'bday-month', 'bday-year', 'sex', 'url', 'photo']
|
let autofill_tokens = ['on', 'off', 'name', 'honorific-prefix', 'given-name', 'additional-name', 'family-name', 'honorific-suffix', 'nickname', 'organization-title', 'username', 'new-password', 'current-password', 'organization', 'street-address', 'address-line1', 'address-line2', 'address-line3', 'address-level4', 'address-level3', 'address-level2', 'address-level1', 'country', 'country-name', 'postal-code', 'cc-name', 'cc-given-name', 'cc-additional-name', 'cc-family-name', 'cc-number', 'cc-exp', 'cc-exp-month', 'cc-exp-year', 'cc-csc', 'cc-type', 'transaction-currency', 'transaction-amount', 'language', 'bday', 'bday-day', 'bday-month', 'bday-year', 'sex', 'url', 'photo', 'tel', 'tel-country-code', 'tel-national', 'tel-area-code', 'tel-local', 'tel-local-prefix', 'tel-local-suffix', 'tel-extension', 'email', 'impp']
|
||||||
|
|
||||||
" Attributes_and_Settings: {{{
|
" Attributes_and_Settings: {{{
|
||||||
let core_attributes = {'accesskey': [], 'class': [], 'contenteditable': ['true', 'false', ''], 'contextmenu': [], 'dir': ['ltr', 'rtl'], 'draggable': ['true', 'false'], 'hidden': ['hidden', ''], 'id': [], 'is': [], 'lang': lang_tag, 'spellcheck': ['true', 'false', ''], 'style': [], 'tabindex': [], 'title': []}
|
let core_attributes = {'accesskey': [], 'class': [], 'contenteditable': ['true', 'false', ''], 'contextmenu': [], 'dir': ['ltr', 'rtl'], 'draggable': ['true', 'false'], 'hidden': ['hidden', ''], 'id': [], 'is': [], 'lang': lang_tag, 'spellcheck': ['true', 'false', ''], 'style': [], 'tabindex': [], 'title': []}
|
||||||
@@ -82,6 +82,7 @@ let attributes_value = {
|
|||||||
\ 'action': ['URL', ''],
|
\ 'action': ['URL', ''],
|
||||||
\ 'allowfullscreen': ['Bool', ''],
|
\ 'allowfullscreen': ['Bool', ''],
|
||||||
\ 'allowpaymentrequest': ['Bool', ''],
|
\ 'allowpaymentrequest': ['Bool', ''],
|
||||||
|
\ 'allowpresentation': ['Bool', ''],
|
||||||
\ 'allowusermedia': ['Bool', ''],
|
\ 'allowusermedia': ['Bool', ''],
|
||||||
\ 'alt': ['Text', ''],
|
\ 'alt': ['Text', ''],
|
||||||
\ 'async': ['Bool', ''],
|
\ 'async': ['Bool', ''],
|
||||||
@@ -190,7 +191,7 @@ let attributes_value = {
|
|||||||
\ }
|
\ }
|
||||||
|
|
||||||
if g:html5_event_handler_attributes_complete == 1
|
if g:html5_event_handler_attributes_complete == 1
|
||||||
let event_handler_attributes = {'onabort': [], 'onblur': [], 'oncanplay': [], 'oncanplaythrough': [], 'onchange': [], 'onclick': [], 'oncontextmenu': [], 'ondblclick': [], 'ondrag': [], 'ondragend': [], 'ondragenter': [], 'ondragleave': [], 'ondragover': [], 'ondragstart': [], 'ondrop': [], 'ondurationchange': [], 'onemptied': [], 'onended': [], 'onerror': [], 'onfocus': [], 'onformchange': [], 'onforminput': [], 'oninput': [], 'oninvalid': [], 'onkeydown': [], 'onkeypress': [], 'onkeyup': [], 'onload': [], 'onloadeddata': [], 'onloadedmetadata': [], 'onloadstart': [], 'onmousedown': [], 'onmousemove': [], 'onmouseout': [], 'onmouseover': [], 'onmouseup': [], 'onmousewheel': [], 'onpause': [], 'onplay': [], 'onplaying': [], 'onprogress': [], 'onratechange': [], 'onreadystatechange': [], 'onscroll': [], 'onseeked': [], 'onseeking': [], 'onselect': [], 'onshow': [], 'onstalled': [], 'onsubmit': [], 'onsuspend': [], 'ontimeupdate': [], 'onvolumechange': [], 'onwaiting': []}
|
let event_handler_attributes = {'onabort': [], 'onblur': [], 'oncanplay': [], 'oncanplaythrough': [], 'onchange': [], 'onclick': [], 'oncontextmenu': [], 'ondblclick': [], 'ondrag': [], 'ondragend': [], 'ondragenter': [], 'ondragleave': [], 'ondragover': [], 'ondragstart': [], 'ondrop': [], 'ondurationchange': [], 'onemptied': [], 'onended': [], 'onerror': [], 'onfocus': [], 'onformchange': [], 'onforminput': [], 'oninput': [], 'oninvalid': [], 'onkeydown': [], 'onkeypress': [], 'onkeyup': [], 'onload': [], 'onloadeddata': [], 'onloadedmetadata': [], 'onloadstart': [], 'onmousedown': [], 'onmousemove': [], 'onmouseout': [], 'onmouseover': [], 'onmouseup': [], 'onmousewheel': [], 'onpause': [], 'onplay': [], 'onplaying': [], 'onprogress': [], 'onratechange': [], 'onreadystatechange': [], 'onscroll': [], 'onseeked': [], 'onseeking': [], 'onselect': [], 'onshow': [], 'onstalled': [], 'onsubmit': [], 'onsuspend': [], 'ontimeupdate': [], 'onvolumechange': [], 'onwaiting': [], 'onselectstart': [], 'onselectchange': []}
|
||||||
let global_attributes = extend(global_attributes, event_handler_attributes)
|
let global_attributes = extend(global_attributes, event_handler_attributes)
|
||||||
|
|
||||||
let body_attributes = {'onafterprint': [], 'onbeforeprint': [], 'onbeforeunload': [], 'onblur': [], 'onerror': [], 'onfocus': [], 'onhashchange': [], 'onload': [], 'onmessage': [], 'onoffline': [], 'ononline': [], 'onpopstate': [], 'onredo': [], 'onresize': [], 'onstorage': [], 'onundo': [], 'onunload': []}
|
let body_attributes = {'onafterprint': [], 'onbeforeprint': [], 'onbeforeunload': [], 'onblur': [], 'onerror': [], 'onfocus': [], 'onhashchange': [], 'onload': [], 'onmessage': [], 'onoffline': [], 'ononline': [], 'onpopstate': [], 'onredo': [], 'onresize': [], 'onstorage': [], 'onundo': [], 'onunload': []}
|
||||||
@@ -213,6 +214,8 @@ if g:html5_event_handler_attributes_complete == 1
|
|||||||
\ 'ondragleave': ['Script', ''],
|
\ 'ondragleave': ['Script', ''],
|
||||||
\ 'ondragover': ['Script', ''],
|
\ 'ondragover': ['Script', ''],
|
||||||
\ 'ondragstart': ['Script', ''],
|
\ 'ondragstart': ['Script', ''],
|
||||||
|
\ 'onselectstart': ['Script', ''],
|
||||||
|
\ 'onselectchange': ['Script', ''],
|
||||||
\ 'ondrop': ['Script', ''],
|
\ 'ondrop': ['Script', ''],
|
||||||
\ 'ondurationchange': ['Script', ''],
|
\ 'ondurationchange': ['Script', ''],
|
||||||
\ 'onemptied': ['Script', ''],
|
\ 'onemptied': ['Script', ''],
|
||||||
@@ -373,6 +376,8 @@ let abutton_dec = 'details\\|embed\\|iframe\\|keygen\\|label\\|menu\\|select\\|t
|
|||||||
|
|
||||||
let crossorigin = ['anonymous', 'use-credentials']
|
let crossorigin = ['anonymous', 'use-credentials']
|
||||||
|
|
||||||
|
let referrerpolicy = ['no-referrer', 'no-referrer-when-downgrade', 'same-origin', 'origin', 'strict-origin', 'origin-when-cross-origin', 'strict-origin-when-cross-origin', 'unsafe-url']
|
||||||
|
|
||||||
|
|
||||||
let g:xmldata_html5 = {
|
let g:xmldata_html5 = {
|
||||||
\ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
|
\ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
|
||||||
@@ -391,7 +396,7 @@ let g:xmldata_html5 = {
|
|||||||
\ ],
|
\ ],
|
||||||
\ 'area': [
|
\ 'area': [
|
||||||
\ [],
|
\ [],
|
||||||
\ extend(copy(global_attributes), {'alt': [], 'href': [], 'target': [], 'rel': linktypes, 'media': [], 'hreflang': lang_tag, 'type': [], 'shape': ['rect', 'circle', 'poly', 'default'], 'coords': [], 'referrerpolicy': ['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'unsafe-url']})
|
\ extend(copy(global_attributes), {'alt': [], 'href': [], 'target': [], 'rel': linktypes, 'media': [], 'hreflang': lang_tag, 'type': [], 'shape': ['rect', 'circle', 'poly', 'default'], 'coords': [], 'referrerpolicy': referrerpolicy})
|
||||||
\ ],
|
\ ],
|
||||||
\ 'article': [
|
\ 'article': [
|
||||||
\ flow_elements + ['style'],
|
\ flow_elements + ['style'],
|
||||||
@@ -489,6 +494,10 @@ let g:xmldata_html5 = {
|
|||||||
\ filter(copy(phrasing_elements), "!(v:val =~ 'dfn')"),
|
\ filter(copy(phrasing_elements), "!(v:val =~ 'dfn')"),
|
||||||
\ global_attributes
|
\ global_attributes
|
||||||
\ ],
|
\ ],
|
||||||
|
\ 'dialog': [
|
||||||
|
\ flow_elements,
|
||||||
|
\ extend(copy(global_attributes), {'open': []})
|
||||||
|
\ ],
|
||||||
\ 'div': [
|
\ 'div': [
|
||||||
\ flow_elements + ['style'],
|
\ flow_elements + ['style'],
|
||||||
\ global_attributes
|
\ global_attributes
|
||||||
@@ -579,11 +588,11 @@ let g:xmldata_html5 = {
|
|||||||
\ ],
|
\ ],
|
||||||
\ 'iframe': [
|
\ 'iframe': [
|
||||||
\ [],
|
\ [],
|
||||||
\ extend(copy(global_attributes), {'src': [], 'srcdoc': [], 'name': [], 'width': [], 'height': [], 'sandbox': ['allow-same-origin', 'allow-forms', 'allow-scripts'], 'seamless': ['seamless', ''], 'referrerpolicy': ['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'unsafe-url'], 'allowfullscreen': [], 'allowpaymentrequest': [], 'allowusermedia': []})
|
\ extend(copy(global_attributes), {'src': [], 'srcdoc': [], 'name': [], 'width': [], 'height': [], 'sandbox': ['allow-same-origin', 'allow-forms', 'allow-scripts'], 'seamless': ['seamless', ''], 'referrerpolicy': referrerpolicy, 'allowfullscreen': [], 'allowpaymentrequest': [], 'allowpresentation': [], 'allowusermedia': []})
|
||||||
\ ],
|
\ ],
|
||||||
\ 'img': [
|
\ 'img': [
|
||||||
\ [],
|
\ [],
|
||||||
\ extend(copy(global_attributes), {'src': [], 'alt': [], 'height': [], 'width': [], 'decoding': ['async', 'sync', 'auto'], 'usemap': [], 'ismap': ['ismap', ''], 'referrerpolicy': ['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'unsafe-url'], 'crossorigin': ['anonymous', 'use-credentials']})
|
\ extend(copy(global_attributes), {'src': [], 'alt': [], 'height': [], 'width': [], 'decoding': ['async', 'sync', 'auto'], 'usemap': [], 'ismap': ['ismap', ''], 'referrerpolicy': referrerpolicy, 'crossorigin': ['anonymous', 'use-credentials']})
|
||||||
\ ],
|
\ ],
|
||||||
\ 'input': [
|
\ 'input': [
|
||||||
\ [],
|
\ [],
|
||||||
@@ -615,7 +624,7 @@ let g:xmldata_html5 = {
|
|||||||
\ ],
|
\ ],
|
||||||
\ 'link': [
|
\ 'link': [
|
||||||
\ [],
|
\ [],
|
||||||
\ extend(copy(global_attributes), {'href': [], 'rel': linkreltypes, 'hreflang': lang_tag, 'media': [], 'type': [], 'sizes': ['any'], 'referrerpolicy': ['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'unsafe-url'], 'crossorigin': crossorigin, 'preload': ['preload', ''], 'prefetch': ['prefetch', '']})
|
\ extend(copy(global_attributes), {'href': [], 'rel': linkreltypes, 'hreflang': lang_tag, 'media': [], 'type': [], 'sizes': ['any'], 'referrerpolicy': referrerpolicy, 'crossorigin': crossorigin, 'preload': ['preload', ''], 'prefetch': ['prefetch', ''], 'as': ['report', 'document', 'document', 'object', 'embed', 'audio', 'font', 'image', 'audioworklet', 'paintworklet', 'script', 'serviceworker', 'sharedworker', 'worker', 'style', 'track', 'video', 'image', 'manifest', 'xslt', 'fetch', '']})
|
||||||
\ ],
|
\ ],
|
||||||
\ 'main': [
|
\ 'main': [
|
||||||
\ flow_elements + ['style'],
|
\ flow_elements + ['style'],
|
||||||
|
|||||||
155
build
155
build
@@ -3,41 +3,44 @@
|
|||||||
set -E
|
set -E
|
||||||
|
|
||||||
DIRS="syntax indent compiler autoload ftplugin after/syntax after/indent after/ftplugin"
|
DIRS="syntax indent compiler autoload ftplugin after/syntax after/indent after/ftplugin"
|
||||||
|
# shellcheck disable=SC2034
|
||||||
DIRS_BASIC="syntax compiler indent after/syntax after/indent"
|
DIRS_BASIC="syntax compiler indent after/syntax after/indent"
|
||||||
|
# shellcheck disable=SC2034
|
||||||
DIRS_ALL="syntax indent compiler autoload ftplugin after"
|
DIRS_ALL="syntax indent compiler autoload ftplugin after"
|
||||||
DIRS_SYNTAX="syntax after/syntax"
|
# shellcheck disable=SC2034
|
||||||
|
DIRS_SYNTAX="syntax indent after/syntax after/indent"
|
||||||
DIRS_JAVASCRIPT="${DIRS} extras"
|
DIRS_JAVASCRIPT="${DIRS} extras"
|
||||||
DIRS_RM="$DIRS_JAVASCRIPT"
|
read -r -a DIRS_RM <<<"$DIRS_JAVASCRIPT"
|
||||||
|
|
||||||
OUTPUT=""
|
OUTPUT=""
|
||||||
|
|
||||||
output() {
|
output() {
|
||||||
OUTPUT="$OUTPUT$1"
|
OUTPUT="$OUTPUT$1"
|
||||||
printf -- "$1"
|
echo -n "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
for pack in $1; do
|
for pack in $1; do
|
||||||
path="$(printf "$pack" | cut -d ':' -f 2)"
|
path="$(cut -d ':' -f 2 <<<"$pack")"
|
||||||
dir="tmp/$(printf "$path" | cut -d '/' -f 2)"
|
dir="tmp/$(cut -d '/' -f 2 <<<"$path")"
|
||||||
rm -rf "$dir"
|
rm -rf "$dir"
|
||||||
(mkdir -p "$dir" && curl --silent -L https://codeload.github.com/$path/tar.gz/master | tar -zx -C "$dir" --strip 1 && printf '.') &
|
(mkdir -p "$dir" && curl --silent -L "https://codeload.github.com/$path/tar.gz/master" | tar -zx -C "$dir" --strip 1 && printf '.') &
|
||||||
done
|
done
|
||||||
|
|
||||||
wait
|
wait
|
||||||
}
|
}
|
||||||
|
|
||||||
extract() {
|
extract() {
|
||||||
printf "\n"
|
echo
|
||||||
|
|
||||||
cat config.vim >> tmp/polyglot.vim
|
cat config.vim >> tmp/polyglot.vim
|
||||||
|
|
||||||
for pack in $1; do
|
for pack in $1; do
|
||||||
name="$(printf "$pack" | cut -d ':' -f 1)"
|
name="$(cut -d ':' -f 1 <<<"$pack")"
|
||||||
path="$(printf "$pack" | cut -d ':' -f 2)"
|
path="$(cut -d ':' -f 2 <<<"$pack")"
|
||||||
dir="tmp/$(printf "$path" | cut -d '/' -f 2)"
|
dir="tmp/$(cut -d '/' -f 2 <<<"$path")"
|
||||||
directories="DIRS$(printf "$pack" | cut -d ':' -f 3)"
|
directories="DIRS$(cut -d ':' -f 3 <<<"$pack")"
|
||||||
subtree="$(printf "$pack" | cut -d ':' -f 4)"
|
subtree="$(cut -d ':' -f 4 <<<"$pack")"
|
||||||
output "- [$name](https://github.com/$path) ("
|
output "- [$name](https://github.com/$path) ("
|
||||||
|
|
||||||
subdirs=""
|
subdirs=""
|
||||||
@@ -52,63 +55,104 @@ extract() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
for f in ${dir}/ftdetect/*; do
|
# syntax for go.vim depends on autoload for go.vim, but we exclude the
|
||||||
(
|
# autoload always and the ftplugin because it's too complex. FML.
|
||||||
echo "augroup filetypedetect";
|
if [ "${pack%%:*}" = "go" ]; then
|
||||||
echo '" '"$pack";
|
copy_file "${dir}${subtree}" "${dir}${subtree}/autoload/go/config.vim" "${name}"
|
||||||
cat "${f}";
|
fi
|
||||||
echo "augroup END";
|
|
||||||
echo
|
output "${subdirs##, })"$'\n'
|
||||||
) >> tmp/polyglot.vim;
|
|
||||||
|
if (echo "julia coffee-script elixir fish git plantuml scala swift" | grep -qF "$name"); then
|
||||||
|
echo "Skipping ftdetect installation of $name" >&2
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
|
[ -d "${dir}/ftdetect" ] && for f in "${dir}/ftdetect/"*; do
|
||||||
|
cat <<EOF >> tmp/polyglot.vim
|
||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '${pack%%:*}') == -1
|
||||||
|
augroup filetypedetect
|
||||||
|
" ${pack%%:*}, from ${f##*/ftdetect/} in ${pack#*:}
|
||||||
|
$(cat "${f}")
|
||||||
|
augroup end
|
||||||
|
endif
|
||||||
|
|
||||||
|
EOF
|
||||||
done
|
done
|
||||||
|
|
||||||
output "${subdirs##, })\n"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
mv tmp/polyglot.vim ftdetect/
|
mv tmp/polyglot.vim ftdetect/
|
||||||
|
|
||||||
for pack in $1; do
|
for pack in $1; do
|
||||||
name="$(printf "$pack" | cut -d ':' -f 1)"
|
name="$(cut -d ':' -f 1 <<<"$pack")"
|
||||||
path="$(printf "$pack" | cut -d ':' -f 2)"
|
path="$(cut -d ':' -f 2 <<<"$pack")"
|
||||||
dir="tmp/$(printf "$path" | cut -d '/' -f 2)"
|
dir="tmp/$(cut -d '/' -f 2 <<<"$path")"
|
||||||
subtree="$(printf "$pack" | cut -d ':' -f 4)"
|
subtree="$(cut -d ':' -f 4 <<<"$pack")"
|
||||||
|
|
||||||
if [ -d "$dir${subtree:-/}plugin" ]; then
|
if [ -d "$dir${subtree:-/}plugin" ]; then
|
||||||
printf "Possible error (plugin directory exists): $path\n"
|
echo "Possible error (plugin directory exists): $path" >&2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
copy_dir() {
|
copy_dir() {
|
||||||
for file in $(find "$1/$2" -name '*.vim' -o -name '*.vital'); do
|
find "$1/$2" \( -name '*.vim' -o -name '*.vital' \) -print0 | while read -r -d $'\0' file; do
|
||||||
file_path="$(dirname "${file##$1/}")"
|
copy_file "$1" "$file" "$3"
|
||||||
mkdir -p "$file_path"
|
|
||||||
touch "$file_path/$(basename "$file")"
|
|
||||||
|
|
||||||
# Use comma instead of / to handle cases like c/c++
|
|
||||||
sed -e "s,%%PACK%%,$3," -e "/%%CONTENT%%/{r $file" -e "d;}" plugin_guard.vim.template >> $file_path/$(basename "$file")
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
copy_file() {
|
||||||
|
## $1 is the build dir (e.g. tmp/vim-go)
|
||||||
|
## $2 is the full file path, as returned by `find` (e.g. tmp/vim-go/indent/go.vim)
|
||||||
|
## $3 is the name of the package (so that we can detect if it's disabled at runtime)
|
||||||
|
local tmp_dir="$1"
|
||||||
|
local file_in_tmp="$2"
|
||||||
|
local file_basename="${2##*/}"
|
||||||
|
local file_path="${file_in_tmp##$tmp_dir/}" # Just this file's (full) path
|
||||||
|
file_path="${file_path%/*}" # Minus the actual name of the file
|
||||||
|
local file_in_dst="${file_path}/${file_basename}" # Could also be ${file_in_tmp##$tmp_dir/}
|
||||||
|
local package_name="$3"
|
||||||
|
|
||||||
|
if [ "${file_in_tmp##$tmp_dir/}" != "${file_in_dst}" ]; then
|
||||||
|
echo "Failure in logic in build script; '${file_in_tmp##$tmp_dir/}' != '${file_in_dst}'. Bailing." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
mkdir -p "${file_path}"
|
||||||
|
touch "$file_in_dst"
|
||||||
|
|
||||||
|
# Use comma instead of / to handle cases like c/c++
|
||||||
|
sed -e "s,%%PACK%%,${package_name}," -e "/%%CONTENT%%/{r ${file_in_tmp}" -e "d;}" plugin_guard.vim.template >> "$file_in_dst"
|
||||||
|
}
|
||||||
|
|
||||||
update_readme() {
|
update_readme() {
|
||||||
OLD_README="$(cat README.md)"
|
local tf of
|
||||||
|
tf="$(mktemp)"
|
||||||
ed README.md <<- EOF
|
of="$(mktemp)"
|
||||||
/Language packs
|
LC_ALL=C sort <<<"$OUTPUT" | grep -vxE '[[:space:]]*' > "$of"
|
||||||
+2kb
|
|
||||||
/##
|
|
||||||
'b,-2c
|
|
||||||
$(printf -- "$OUTPUT" | sort)
|
|
||||||
.
|
|
||||||
w
|
|
||||||
q
|
|
||||||
EOF
|
|
||||||
|
|
||||||
|
awk 'suppress == 0 {
|
||||||
|
gsub(/<!--Package Count-->[^<]*<!--\/Package Count-->/,
|
||||||
|
"<!--Package Count-->'"$(awk 'END {print NR}' "$of")"'<!--/Package Count-->");
|
||||||
|
print;
|
||||||
|
}
|
||||||
|
/<!--Language Packs-->/ {
|
||||||
|
suppress = 1;
|
||||||
|
while ( ( getline line < "'"$of"'" ) > 0 ) {
|
||||||
|
print line;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/<!--\/Language Packs-->/ {
|
||||||
|
suppress = 0;
|
||||||
|
print;
|
||||||
|
}' "README.md" >"$tf"
|
||||||
|
mv "$tf" "README.md"
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKS="
|
PACKS="
|
||||||
apiblueprint:sheerun/apiblueprint.vim
|
apiblueprint:sheerun/apiblueprint.vim
|
||||||
applescript:vim-scripts/applescript.vim
|
applescript:mityu/vim-applescript:_SYNTAX
|
||||||
asciidoc:asciidoc/vim-asciidoc
|
asciidoc:asciidoc/vim-asciidoc
|
||||||
yaml:stephpy/vim-yaml
|
yaml:stephpy/vim-yaml
|
||||||
ansible:pearofducks/ansible-vim
|
ansible:pearofducks/ansible-vim
|
||||||
@@ -128,12 +172,13 @@ PACKS="
|
|||||||
cql:elubow/cql-vim
|
cql:elubow/cql-vim
|
||||||
cucumber:tpope/vim-cucumber
|
cucumber:tpope/vim-cucumber
|
||||||
dart:dart-lang/dart-vim-plugin
|
dart:dart-lang/dart-vim-plugin
|
||||||
dockerfile:docker/docker::/contrib/syntax/vim/
|
dockerfile:ekalinin/Dockerfile.vim
|
||||||
elixir:elixir-lang/vim-elixir
|
elixir:elixir-lang/vim-elixir
|
||||||
elm:ElmCast/elm-vim
|
elm:ElmCast/elm-vim
|
||||||
emberscript:yalesov/vim-ember-script
|
emberscript:yalesov/vim-ember-script
|
||||||
emblem:yalesov/vim-emblem
|
emblem:yalesov/vim-emblem
|
||||||
erlang:vim-erlang/vim-erlang-runtime
|
erlang:vim-erlang/vim-erlang-runtime
|
||||||
|
ferm:vim-scripts/ferm.vim
|
||||||
fish:dag/vim-fish
|
fish:dag/vim-fish
|
||||||
fsharp:fsharp/vim-fsharp:_BASIC
|
fsharp:fsharp/vim-fsharp:_BASIC
|
||||||
git:tpope/vim-git
|
git:tpope/vim-git
|
||||||
@@ -141,13 +186,15 @@ PACKS="
|
|||||||
glsl:tikhomirov/vim-glsl
|
glsl:tikhomirov/vim-glsl
|
||||||
gnuplot:vim-scripts/gnuplot-syntax-highlighting
|
gnuplot:vim-scripts/gnuplot-syntax-highlighting
|
||||||
go:fatih/vim-go:_BASIC
|
go:fatih/vim-go:_BASIC
|
||||||
|
graphql:jparise/vim-graphql
|
||||||
groovy:vim-scripts/groovy.vim
|
groovy:vim-scripts/groovy.vim
|
||||||
haml:sheerun/vim-haml
|
haml:sheerun/vim-haml
|
||||||
handlebars:mustache/vim-mustache-handlebars
|
handlebars:mustache/vim-mustache-handlebars
|
||||||
|
haproxy:CH-DanReif/haproxy.vim
|
||||||
haskell:neovimhaskell/haskell-vim
|
haskell:neovimhaskell/haskell-vim
|
||||||
haxe:yaymukund/vim-haxe
|
haxe:yaymukund/vim-haxe
|
||||||
html5:othree/html5.vim
|
html5:othree/html5.vim
|
||||||
i3:PotatoesMaster/i3-vim-syntax
|
i3:mboughaba/i3config.vim
|
||||||
jasmine:glanotte/vim-jasmine
|
jasmine:glanotte/vim-jasmine
|
||||||
javascript:pangloss/vim-javascript:_JAVASCRIPT
|
javascript:pangloss/vim-javascript:_JAVASCRIPT
|
||||||
jenkins:martinda/Jenkinsfile-vim-syntax
|
jenkins:martinda/Jenkinsfile-vim-syntax
|
||||||
@@ -165,6 +212,7 @@ PACKS="
|
|||||||
mako:sophacles/vim-bundle-mako
|
mako:sophacles/vim-bundle-mako
|
||||||
markdown:plasticboy/vim-markdown:_SYNTAX
|
markdown:plasticboy/vim-markdown:_SYNTAX
|
||||||
mathematica:rsmenon/vim-mathematica
|
mathematica:rsmenon/vim-mathematica
|
||||||
|
moonscript:leafo/moonscript-vim
|
||||||
nginx:chr4/nginx.vim
|
nginx:chr4/nginx.vim
|
||||||
nim:zah/nim.vim:_BASIC
|
nim:zah/nim.vim:_BASIC
|
||||||
nix:LnL7/vim-nix
|
nix:LnL7/vim-nix
|
||||||
@@ -172,10 +220,12 @@ PACKS="
|
|||||||
ocaml:jrk/vim-ocaml
|
ocaml:jrk/vim-ocaml
|
||||||
octave:vim-scripts/octave.vim--
|
octave:vim-scripts/octave.vim--
|
||||||
opencl:petRUShka/vim-opencl
|
opencl:petRUShka/vim-opencl
|
||||||
|
org:jceb/vim-orgmode
|
||||||
perl:vim-perl/vim-perl
|
perl:vim-perl/vim-perl
|
||||||
pgsql:exu/pgsql.vim
|
pgsql:exu/pgsql.vim
|
||||||
php:StanAngeloff/php.vim
|
php:StanAngeloff/php.vim
|
||||||
plantuml:aklt/plantuml-syntax
|
plantuml:aklt/plantuml-syntax
|
||||||
|
pony:jakwings/vim-pony
|
||||||
powershell:PProvost/vim-ps1
|
powershell:PProvost/vim-ps1
|
||||||
protobuf:uarun/vim-protobuf
|
protobuf:uarun/vim-protobuf
|
||||||
pug:digitaltoad/vim-pug
|
pug:digitaltoad/vim-pug
|
||||||
@@ -192,6 +242,7 @@ PACKS="
|
|||||||
rspec:sheerun/rspec.vim
|
rspec:sheerun/rspec.vim
|
||||||
ruby:vim-ruby/vim-ruby
|
ruby:vim-ruby/vim-ruby
|
||||||
rust:rust-lang/rust.vim
|
rust:rust-lang/rust.vim
|
||||||
|
rst:marshallward/vim-restructuredtext
|
||||||
sbt:derekwyatt/vim-sbt
|
sbt:derekwyatt/vim-sbt
|
||||||
scala:derekwyatt/vim-scala
|
scala:derekwyatt/vim-scala
|
||||||
scss:cakebaker/scss-syntax.vim
|
scss:cakebaker/scss-syntax.vim
|
||||||
@@ -201,7 +252,7 @@ PACKS="
|
|||||||
stylus:wavded/vim-stylus
|
stylus:wavded/vim-stylus
|
||||||
swift:keith/swift.vim
|
swift:keith/swift.vim
|
||||||
sxhkd:baskerville/vim-sxhkdrc
|
sxhkd:baskerville/vim-sxhkdrc
|
||||||
systemd:kurayama/systemd-vim-syntax
|
systemd:wgwoods/vim-systemd-syntax
|
||||||
terraform:hashivim/vim-terraform
|
terraform:hashivim/vim-terraform
|
||||||
textile:timcharper/textile.vim
|
textile:timcharper/textile.vim
|
||||||
thrift:solarnz/thrift.vim
|
thrift:solarnz/thrift.vim
|
||||||
@@ -221,12 +272,12 @@ PACKS="
|
|||||||
"
|
"
|
||||||
|
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
rm -rf $DIRS_RM
|
rm -rf "${DIRS_RM[@]}"
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
|
|
||||||
printf "Downloading packs..."
|
printf "Downloading packs..."
|
||||||
download "$PACKS"
|
download "$(sed '/^#/d' <<<"$PACKS")"
|
||||||
extract "$PACKS"
|
extract "$(sed '/^#/d' <<<"$PACKS")"
|
||||||
update_readme
|
update_readme
|
||||||
|
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|||||||
@@ -7,35 +7,47 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
|||||||
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
||||||
|
|
||||||
if exists('current_compiler')
|
if exists('current_compiler')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
runtime compiler/rustc.vim
|
runtime compiler/rustc.vim
|
||||||
let current_compiler = "cargo"
|
let current_compiler = "cargo"
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
if exists(':CompilerSet') != 2
|
if exists(':CompilerSet') != 2
|
||||||
command -nargs=* CompilerSet setlocal <args>
|
command -nargs=* CompilerSet setlocal <args>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists('g:cargo_makeprg_params')
|
if exists('g:cargo_makeprg_params')
|
||||||
execute 'CompilerSet makeprg=cargo\ '.escape(g:cargo_makeprg_params, ' \|"').'\ $*'
|
execute 'CompilerSet makeprg=cargo\ '.escape(g:cargo_makeprg_params, ' \|"').'\ $*'
|
||||||
else
|
else
|
||||||
CompilerSet makeprg=cargo\ $*
|
CompilerSet makeprg=cargo\ $*
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
augroup RustCargoQuickFixHooks
|
||||||
|
autocmd!
|
||||||
|
autocmd QuickFixCmdPre make call cargo#quickfix#CmdPre()
|
||||||
|
autocmd QuickFixCmdPost make call cargo#quickfix#CmdPost()
|
||||||
|
augroup END
|
||||||
|
|
||||||
" Ignore general cargo progress messages
|
" Ignore general cargo progress messages
|
||||||
CompilerSet errorformat+=
|
CompilerSet errorformat+=
|
||||||
\%-G%\\s%#Downloading%.%#,
|
\%-G%\\s%#Downloading%.%#,
|
||||||
\%-G%\\s%#Compiling%.%#,
|
\%-G%\\s%#Compiling%.%#,
|
||||||
\%-G%\\s%#Finished%.%#,
|
\%-G%\\s%#Finished%.%#,
|
||||||
\%-G%\\s%#error:\ Could\ not\ compile\ %.%#,
|
\%-G%\\s%#error:\ Could\ not\ compile\ %.%#,
|
||||||
\%-G%\\s%#To\ learn\ more\\,%.%#,
|
\%-G%\\s%#To\ learn\ more\\,%.%#,
|
||||||
\%-Gnote:\ Run\ with\ \`RUST_BACKTRACE=%.%#,
|
\%-Gnote:\ Run\ with\ \`RUST_BACKTRACE=%.%#,
|
||||||
\%.%#panicked\ at\ \\'%m\\'\\,\ %f:%l
|
\%.%#panicked\ at\ \\'%m\\'\\,\ %f:%l:%c
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
15
compiler/credo.vim
Normal file
15
compiler/credo.vim
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
|
||||||
|
|
||||||
|
if exists('current_compiler')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let current_compiler = 'credo'
|
||||||
|
|
||||||
|
if exists(":CompilerSet") != 2
|
||||||
|
command -nargs=* CompilerSet setlocal <args>
|
||||||
|
endif
|
||||||
|
|
||||||
|
CompilerSet errorformat=%f:%l:\ %t:\ %m
|
||||||
|
CompilerSet makeprg=mix\ credo\ suggest\ --format=flycheck
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -30,8 +30,8 @@ CompilerSet errorformat=
|
|||||||
\%W%f:%l:\ warning:\ %m,
|
\%W%f:%l:\ warning:\ %m,
|
||||||
\%E%f:%l:in\ %*[^:]:\ %m,
|
\%E%f:%l:in\ %*[^:]:\ %m,
|
||||||
\%E%f:%l:\ %m,
|
\%E%f:%l:\ %m,
|
||||||
\%-C%\tfrom\ %f:%l:in\ %.%#,
|
\%-C%\t%\\d%#:%#\ %#from\ %f:%l:in\ %.%#,
|
||||||
\%-Z%\tfrom\ %f:%l,
|
\%-Z%\t%\\d%#:%#\ %#from\ %f:%l,
|
||||||
\%-Z%p^,
|
\%-Z%p^,
|
||||||
\%-G%.%#
|
\%-G%.%#
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ if exists("g:current_compiler")
|
|||||||
endif
|
endif
|
||||||
let g:current_compiler = "go"
|
let g:current_compiler = "go"
|
||||||
|
|
||||||
|
" don't spam the user when Vim is started in Vi compatibility mode
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
if exists(":CompilerSet") != 2
|
if exists(":CompilerSet") != 2
|
||||||
command -nargs=* CompilerSet setlocal <args>
|
command -nargs=* CompilerSet setlocal <args>
|
||||||
endif
|
endif
|
||||||
@@ -40,6 +44,10 @@ CompilerSet errorformat+=%-G%.%# " All lines not matching a
|
|||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
" restore Vi compatibility settings
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
" vim: sw=2 ts=2 et
|
" vim: sw=2 ts=2 et
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
15
compiler/mix.vim
Normal file
15
compiler/mix.vim
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
|
||||||
|
|
||||||
|
if exists('current_compiler')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let current_compiler = 'mix'
|
||||||
|
|
||||||
|
if exists(":CompilerSet") != 2
|
||||||
|
command -nargs=* CompilerSet setlocal <args>
|
||||||
|
endif
|
||||||
|
|
||||||
|
CompilerSet errorformat=%A%t%*[^:]:\ %m,%C%f:%l:\ %m,%C%f:%l,%Z
|
||||||
|
CompilerSet makeprg=mix
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -13,7 +13,7 @@ endif
|
|||||||
let s:cpo_save = &cpo
|
let s:cpo_save = &cpo
|
||||||
set cpo-=C
|
set cpo-=C
|
||||||
|
|
||||||
CompilerSet makeprg=nim\ c\ --verbosity:0\ $*\ %:p
|
CompilerSet makeprg=nim\ c\ --verbosity:0\ --listfullpaths\ $*\ %:p
|
||||||
|
|
||||||
CompilerSet errorformat=
|
CompilerSet errorformat=
|
||||||
\%-GHint:\ %m,
|
\%-GHint:\ %m,
|
||||||
@@ -23,5 +23,7 @@ CompilerSet errorformat=
|
|||||||
let &cpo = s:cpo_save
|
let &cpo = s:cpo_save
|
||||||
unlet s:cpo_save
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
let g:syntastic_nim_checkers = ['nim']
|
||||||
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
15
compiler/nix-build.vim
Normal file
15
compiler/nix-build.vim
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nix') == -1
|
||||||
|
|
||||||
|
if exists('current_compiler')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let current_compiler = 'nix-build'
|
||||||
|
|
||||||
|
if exists(":CompilerSet") != 2
|
||||||
|
command -nargs=* CompilerSet setlocal <args>
|
||||||
|
endif
|
||||||
|
|
||||||
|
CompilerSet errorformat=error:\ %m\ at\ %f:%l:%c,builder\ for\ \'%m\'\ failed\ with\ exit\ code\ %n,fixed-output\ derivation\ produced\ path\ \'%s\'\ with\ %m
|
||||||
|
CompilerSet makeprg=nix-build
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -22,12 +22,12 @@ CompilerSet makeprg=rake
|
|||||||
|
|
||||||
CompilerSet errorformat=
|
CompilerSet errorformat=
|
||||||
\%D(in\ %f),
|
\%D(in\ %f),
|
||||||
\%\\s%#from\ %f:%l:%m,
|
\%\\s%#%\\d%#:%#\ %#from\ %f:%l:%m,
|
||||||
\%\\s%#from\ %f:%l:,
|
\%\\s%#%\\d%#:%#\ %#from\ %f:%l:,
|
||||||
\%\\s%##\ %f:%l:%m%\\&%.%#%\\D:%\\d%#:%.%#,
|
\%\\s%##\ %f:%l:%m%\\&%.%#%\\D:%\\d%\\+:%.%#,
|
||||||
\%\\s%##\ %f:%l%\\&%.%#%\\D:%\\d%#,
|
\%\\s%##\ %f:%l%\\&%.%#%\\D:%\\d%\\+,
|
||||||
\%\\s%#[%f:%l:\ %#%m%\\&%.%#%\\D:%\\d%#:%.%#,
|
\%\\s%#[%f:%l:\ %#%m%\\&%.%#%\\D:%\\d%\\+:%.%#,
|
||||||
\%\\s%#%f:%l:\ %#%m%\\&%.%#%\\D:%\\d%#:%.%#,
|
\%\\s%#%f:%l:\ %#%m%\\&%.%#%\\D:%\\d%\\+:%.%#,
|
||||||
\%\\s%#%f:%l:,
|
\%\\s%#%f:%l:,
|
||||||
\%m\ [%f:%l]:,
|
\%m\ [%f:%l]:,
|
||||||
\%+Erake\ aborted!,
|
\%+Erake\ aborted!,
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ CompilerSet errorformat=
|
|||||||
\%E%.%#:in\ `load':\ %f:%l:%m,
|
\%E%.%#:in\ `load':\ %f:%l:%m,
|
||||||
\%E%f:%l:in\ `%*[^']':\ %m,
|
\%E%f:%l:in\ `%*[^']':\ %m,
|
||||||
\%-Z\ \ \ \ \ %\\+\#\ %f:%l:%.%#,
|
\%-Z\ \ \ \ \ %\\+\#\ %f:%l:%.%#,
|
||||||
\%E\ \ %\\d%\\+)%.%#,
|
\%E\ \ \ \ \ Failure/Error:\ %m,
|
||||||
|
\%E\ \ \ \ \ Failure/Error:,
|
||||||
\%C\ \ \ \ \ %m,
|
\%C\ \ \ \ \ %m,
|
||||||
\%C%\\s%#,
|
\%C%\\s%#,
|
||||||
\%-G%.%#
|
\%-G%.%#
|
||||||
|
|||||||
@@ -23,21 +23,21 @@ set cpo-=C
|
|||||||
" default settings runs script normally
|
" default settings runs script normally
|
||||||
" add '-c' switch to run syntax check only:
|
" add '-c' switch to run syntax check only:
|
||||||
"
|
"
|
||||||
" CompilerSet makeprg=ruby\ -wc\ $*
|
" CompilerSet makeprg=ruby\ -c
|
||||||
"
|
"
|
||||||
" or add '-c' at :make command line:
|
" or add '-c' at :make command line:
|
||||||
"
|
"
|
||||||
" :make -c %<CR>
|
" :make -c %<CR>
|
||||||
"
|
"
|
||||||
CompilerSet makeprg=ruby\ -w\ $*
|
CompilerSet makeprg=ruby
|
||||||
|
|
||||||
CompilerSet errorformat=
|
CompilerSet errorformat=
|
||||||
\%+E%f:%l:\ parse\ error,
|
\%+E%f:%l:\ parse\ error,
|
||||||
\%W%f:%l:\ warning:\ %m,
|
\%W%f:%l:\ warning:\ %m,
|
||||||
\%E%f:%l:in\ %*[^:]:\ %m,
|
\%E%f:%l:in\ %*[^:]:\ %m,
|
||||||
\%E%f:%l:\ %m,
|
\%E%f:%l:\ %m,
|
||||||
\%-C%\tfrom\ %f:%l:in\ %.%#,
|
\%-C%\t%\\d%#:%#\ %#from\ %f:%l:in\ %.%#,
|
||||||
\%-Z%\tfrom\ %f:%l,
|
\%-Z%\t%\\d%#:%#\ %#from\ %f:%l,
|
||||||
\%-Z%p^,
|
\%-Z%p^,
|
||||||
\%-G%.%#
|
\%-G%.%#
|
||||||
|
|
||||||
|
|||||||
@@ -7,44 +7,51 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
|||||||
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
||||||
|
|
||||||
if exists("current_compiler")
|
if exists("current_compiler")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let current_compiler = "rustc"
|
let current_compiler = "rustc"
|
||||||
|
|
||||||
let s:cpo_save = &cpo
|
" vint: -ProhibitAbbreviationOption
|
||||||
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
if exists(":CompilerSet") != 2
|
if exists(":CompilerSet") != 2
|
||||||
command -nargs=* CompilerSet setlocal <args>
|
command -nargs=* CompilerSet setlocal <args>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists("g:rustc_makeprg_no_percent") && g:rustc_makeprg_no_percent != 0
|
if get(g:, 'rustc_makeprg_no_percent', 0)
|
||||||
CompilerSet makeprg=rustc
|
CompilerSet makeprg=rustc
|
||||||
else
|
else
|
||||||
CompilerSet makeprg=rustc\ \%
|
CompilerSet makeprg=rustc\ \%
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Old errorformat (before nightly 2016/08/10)
|
|
||||||
CompilerSet errorformat=
|
|
||||||
\%f:%l:%c:\ %t%*[^:]:\ %m,
|
|
||||||
\%f:%l:%c:\ %*\\d:%*\\d\ %t%*[^:]:\ %m,
|
|
||||||
\%-G%f:%l\ %s,
|
|
||||||
\%-G%*[\ ]^,
|
|
||||||
\%-G%*[\ ]^%*[~],
|
|
||||||
\%-G%*[\ ]...
|
|
||||||
|
|
||||||
" New errorformat (after nightly 2016/08/10)
|
" New errorformat (after nightly 2016/08/10)
|
||||||
CompilerSet errorformat+=
|
CompilerSet errorformat=
|
||||||
\%-G,
|
\%-G,
|
||||||
\%-Gerror:\ aborting\ %.%#,
|
\%-Gerror:\ aborting\ %.%#,
|
||||||
\%-Gerror:\ Could\ not\ compile\ %.%#,
|
\%-Gerror:\ Could\ not\ compile\ %.%#,
|
||||||
\%Eerror:\ %m,
|
\%Eerror:\ %m,
|
||||||
\%Eerror[E%n]:\ %m,
|
\%Eerror[E%n]:\ %m,
|
||||||
\%Wwarning:\ %m,
|
\%Wwarning:\ %m,
|
||||||
\%Inote:\ %m,
|
\%Inote:\ %m,
|
||||||
\%C\ %#-->\ %f:%l:%c
|
\%C\ %#-->\ %f:%l:%c,
|
||||||
|
\%E\ \ left:%m,%C\ right:%m\ %f:%l:%c,%Z
|
||||||
|
|
||||||
let &cpo = s:cpo_save
|
" Old errorformat (before nightly 2016/08/10)
|
||||||
unlet s:cpo_save
|
CompilerSet errorformat+=
|
||||||
|
\%f:%l:%c:\ %t%*[^:]:\ %m,
|
||||||
|
\%f:%l:%c:\ %*\\d:%*\\d\ %t%*[^:]:\ %m,
|
||||||
|
\%-G%f:%l\ %s,
|
||||||
|
\%-G%*[\ ]^,
|
||||||
|
\%-G%*[\ ]^%*[~],
|
||||||
|
\%-G%*[\ ]...
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
|
let &cpo = s:save_cpo
|
||||||
|
unlet s:save_cpo
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
58
config.vim
58
config.vim
@@ -15,3 +15,61 @@ augroup filetypedetect
|
|||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
let g:python_highlight_all = 1
|
let g:python_highlight_all = 1
|
||||||
|
|
||||||
|
augroup filetypedetect
|
||||||
|
if v:version < 704
|
||||||
|
" NOTE: this line fixes an issue with the default system-wide lisp ftplugin
|
||||||
|
" which didn't define b:undo_ftplugin on older Vim versions
|
||||||
|
" (*.jl files are recognized as lisp)
|
||||||
|
autocmd BufRead,BufNewFile *.jl let b:undo_ftplugin = "setlocal comments< define< formatoptions< iskeyword< lisp<"
|
||||||
|
endif
|
||||||
|
|
||||||
|
autocmd BufRead,BufNewFile *.jl set filetype=julia
|
||||||
|
|
||||||
|
" coffeescript
|
||||||
|
autocmd BufNewFile,BufRead *.coffee set filetype=coffee
|
||||||
|
autocmd BufNewFile,BufRead *Cakefile set filetype=coffee
|
||||||
|
autocmd BufNewFile,BufRead *.coffeekup,*.ck set filetype=coffee
|
||||||
|
autocmd BufNewFile,BufRead *._coffee set filetype=coffee
|
||||||
|
autocmd BufNewFile,BufRead *.litcoffee set filetype=litcoffee
|
||||||
|
autocmd BufNewFile,BufRead *.coffee.md set filetype=litcoffee
|
||||||
|
|
||||||
|
|
||||||
|
" elixir
|
||||||
|
au BufRead,BufNewFile *.ex,*.exs call s:setf('elixir')
|
||||||
|
au BufRead,BufNewFile *.eex call s:setf('eelixir')
|
||||||
|
|
||||||
|
" fish
|
||||||
|
autocmd BufRead,BufNewFile *.fish setfiletype fish
|
||||||
|
autocmd BufRead fish_funced_*_*.fish call search('^$')
|
||||||
|
autocmd BufRead,BufNewFile ~/.config/fish/fish_{read_,}history setfiletype yaml
|
||||||
|
autocmd BufRead,BufNewFile ~/.config/fish/fishd.* setlocal readonly
|
||||||
|
autocmd BufNewFile ~/.config/fish/functions/*.fish
|
||||||
|
\ call append(0, ['function '.expand('%:t:r'),
|
||||||
|
\'',
|
||||||
|
\'end']) |
|
||||||
|
\ 2
|
||||||
|
|
||||||
|
" git
|
||||||
|
autocmd BufNewFile,BufRead *.git/{,modules/**/,worktrees/*/}{COMMIT_EDIT,TAG_EDIT,MERGE_,}MSG set ft=gitcommit
|
||||||
|
autocmd BufNewFile,BufRead *.git/config,.gitconfig,gitconfig,.gitmodules set ft=gitconfig
|
||||||
|
autocmd BufNewFile,BufRead */.config/git/config set ft=gitconfig
|
||||||
|
autocmd BufNewFile,BufRead *.git/modules/**/config set ft=gitconfig
|
||||||
|
autocmd BufNewFile,BufRead git-rebase-todo set ft=gitrebase
|
||||||
|
autocmd BufNewFile,BufRead .gitsendemail.* set ft=gitsendemail
|
||||||
|
|
||||||
|
" plantuml
|
||||||
|
autocmd BufRead,BufNewFile *.pu,*.uml,*.plantuml,*.puml setfiletype plantuml | set filetype=plantuml
|
||||||
|
|
||||||
|
" scala
|
||||||
|
au BufRead,BufNewFile *.scala,*.sc set filetype=scala
|
||||||
|
au BufRead,BufNewFile *.sbt setfiletype sbt.scala
|
||||||
|
|
||||||
|
" swift
|
||||||
|
autocmd BufNewFile,BufRead *.swift set filetype=swift
|
||||||
|
augroup END
|
||||||
|
|
||||||
|
" Fix for https://github.com/sheerun/vim-polyglot/issues/236#issuecomment-387984954
|
||||||
|
if (!exists('g:graphql_javascript_tags'))
|
||||||
|
let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL']
|
||||||
|
endif
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ syntax region jsFlowArrowArguments contained matchgroup=jsFlowNoise start=/(/
|
|||||||
syntax match jsFlowArrow contained /=>/ skipwhite skipempty nextgroup=jsFlowType,jsFlowTypeCustom,jsFlowParens
|
syntax match jsFlowArrow contained /=>/ skipwhite skipempty nextgroup=jsFlowType,jsFlowTypeCustom,jsFlowParens
|
||||||
syntax match jsFlowObjectKey contained /[0-9a-zA-Z_$?]*\(\s*:\)\@=/ contains=jsFunctionKey,jsFlowMaybe skipwhite skipempty nextgroup=jsObjectValue containedin=jsObject
|
syntax match jsFlowObjectKey contained /[0-9a-zA-Z_$?]*\(\s*:\)\@=/ contains=jsFunctionKey,jsFlowMaybe skipwhite skipempty nextgroup=jsObjectValue containedin=jsObject
|
||||||
syntax match jsFlowOrOperator contained /|/ skipwhite skipempty nextgroup=@jsFlowCluster
|
syntax match jsFlowOrOperator contained /|/ skipwhite skipempty nextgroup=@jsFlowCluster
|
||||||
syntax keyword jsFlowImportType contained type skipwhite skipempty nextgroup=jsModuleAsterisk,jsModuleKeyword,jsModuleGroup
|
syntax keyword jsFlowImportType contained type typeof skipwhite skipempty nextgroup=jsModuleAsterisk,jsModuleKeyword,jsModuleGroup
|
||||||
syntax match jsFlowWildcard contained /*/
|
syntax match jsFlowWildcard contained /*/
|
||||||
|
|
||||||
syntax match jsFlowReturn contained /:\s*/ contains=jsFlowNoise skipwhite skipempty nextgroup=@jsFlowReturnCluster,jsFlowArrow,jsFlowReturnParens
|
syntax match jsFlowReturn contained /:\s*/ contains=jsFlowNoise skipwhite skipempty nextgroup=@jsFlowReturnCluster,jsFlowArrow,jsFlowReturnParens
|
||||||
@@ -23,16 +23,17 @@ syntax region jsFlowReturnObject contained matchgroup=jsFlowNoise start=/{/
|
|||||||
syntax region jsFlowReturnArray contained matchgroup=jsFlowNoise start=/\[/ end=/\]/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncBlock,jsFlowReturnOrOp fold
|
syntax region jsFlowReturnArray contained matchgroup=jsFlowNoise start=/\[/ end=/\]/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncBlock,jsFlowReturnOrOp fold
|
||||||
syntax region jsFlowReturnParens contained matchgroup=jsFlowNoise start=/(/ end=/)/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncBlock,jsFlowReturnOrOp,jsFlowReturnArrow fold
|
syntax region jsFlowReturnParens contained matchgroup=jsFlowNoise start=/(/ end=/)/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncBlock,jsFlowReturnOrOp,jsFlowReturnArrow fold
|
||||||
syntax match jsFlowReturnArrow contained /=>/ skipwhite skipempty nextgroup=@jsFlowReturnCluster
|
syntax match jsFlowReturnArrow contained /=>/ skipwhite skipempty nextgroup=@jsFlowReturnCluster
|
||||||
syntax match jsFlowReturnKeyword contained /\k\+/ contains=jsFlowType,jsFlowTypeCustom skipwhite skipempty nextgroup=jsFlowReturnGroup,jsFuncBlock,jsFlowReturnOrOp
|
syntax match jsFlowReturnKeyword contained /\k\+/ contains=jsFlowType,jsFlowTypeCustom skipwhite skipempty nextgroup=jsFlowReturnGroup,jsFuncBlock,jsFlowReturnOrOp,jsFlowReturnArray
|
||||||
syntax match jsFlowReturnMaybe contained /?/ skipwhite skipempty nextgroup=jsFlowReturnKeyword,jsFlowReturnObject
|
syntax match jsFlowReturnMaybe contained /?/ skipwhite skipempty nextgroup=jsFlowReturnKeyword,jsFlowReturnObject,jsFlowReturnParens
|
||||||
syntax region jsFlowReturnGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncBlock,jsFlowReturnOrOp
|
syntax region jsFlowReturnGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncBlock,jsFlowReturnOrOp
|
||||||
syntax match jsFlowReturnOrOp contained /\s*|\s*/ skipwhite skipempty nextgroup=@jsFlowReturnCluster
|
syntax match jsFlowReturnOrOp contained /\s*|\s*/ skipwhite skipempty nextgroup=@jsFlowReturnCluster
|
||||||
syntax match jsFlowWildcardReturn contained /*/ skipwhite skipempty nextgroup=jsFuncBlock
|
syntax match jsFlowWildcardReturn contained /*/ skipwhite skipempty nextgroup=jsFuncBlock
|
||||||
|
|
||||||
syntax region jsFlowFunctionGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncArgs
|
syntax region jsFlowFunctionGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncArgs
|
||||||
syntax region jsFlowClassGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsClassBlock
|
syntax region jsFlowClassGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsClassBlock
|
||||||
|
syntax region jsFlowClassFunctionGroup contained matchgroup=jsFlowNoise start=/</ end=/>/ contains=@jsFlowCluster skipwhite skipempty nextgroup=jsFuncArgs
|
||||||
|
|
||||||
syntax region jsFlowTypeStatement start=/type\%(\s\+\k\)\@=/ end=/=\@=/ contains=jsFlowTypeOperator oneline skipwhite skipempty nextgroup=jsFlowTypeValue keepend
|
syntax region jsFlowTypeStatement start=/\(opaque\s\+\)\?type\%(\s\+\k\)\@=/ end=/=\@=/ contains=jsFlowTypeOperator oneline skipwhite skipempty nextgroup=jsFlowTypeValue keepend
|
||||||
syntax region jsFlowTypeValue contained matchgroup=jsFlowNoise start=/=/ end=/[\n;]/ contains=@jsFlowCluster,jsFlowGroup,jsFlowMaybe
|
syntax region jsFlowTypeValue contained matchgroup=jsFlowNoise start=/=/ end=/[\n;]/ contains=@jsFlowCluster,jsFlowGroup,jsFlowMaybe
|
||||||
syntax match jsFlowTypeOperator contained /=/ containedin=jsFlowTypeValue
|
syntax match jsFlowTypeOperator contained /=/ containedin=jsFlowTypeValue
|
||||||
syntax match jsFlowTypeOperator contained /=/
|
syntax match jsFlowTypeOperator contained /=/
|
||||||
@@ -83,6 +84,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
|
|||||||
HiLink jsFlowReturnGroup jsFlowGroup
|
HiLink jsFlowReturnGroup jsFlowGroup
|
||||||
HiLink jsFlowFunctionGroup PreProc
|
HiLink jsFlowFunctionGroup PreProc
|
||||||
HiLink jsFlowClassGroup PreProc
|
HiLink jsFlowClassGroup PreProc
|
||||||
|
HiLink jsFlowClassFunctionGroup PreProc
|
||||||
HiLink jsFlowArrowArguments PreProc
|
HiLink jsFlowArrowArguments PreProc
|
||||||
HiLink jsFlowArrow PreProc
|
HiLink jsFlowArrow PreProc
|
||||||
HiLink jsFlowReturnArrow PreProc
|
HiLink jsFlowReturnArrow PreProc
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ syntax match jsDocTags contained "@\(callback\|define\|enum\|external\|
|
|||||||
" tags containing references
|
" tags containing references
|
||||||
syntax match jsDocTags contained "@\(lends\|see\|tutorial\)\>" skipwhite nextgroup=jsDocSeeTag
|
syntax match jsDocTags contained "@\(lends\|see\|tutorial\)\>" skipwhite nextgroup=jsDocSeeTag
|
||||||
" other tags (no extra syntax)
|
" other tags (no extra syntax)
|
||||||
syntax match jsDocTags contained "@\(abstract\|access\|accessor\|async\|author\|classdesc\|constant\|const\|constructor\|copyright\|deprecated\|desc\|description\|dict\|event\|example\|file\|file[oO]verview\|final\|function\|global\|ignore\|inheritDoc\|inner\|instance\|interface\|license\|localdoc\|method\|mixin\|nosideeffects\|override\|overview\|preserve\|private\|protected\|public\|readonly\|since\|static\|struct\|todo\|summary\|undocumented\|virtual\)\>"
|
syntax match jsDocTags contained "@\(abstract\|access\|accessor\|async\|author\|classdesc\|constant\|const\|constructor\|copyright\|deprecated\|desc\|description\|dict\|event\|example\|file\|file[oO]verview\|final\|function\|global\|ignore\|inherit[dD]oc\|inner\|instance\|interface\|license\|localdoc\|method\|mixin\|nosideeffects\|override\|overview\|preserve\|private\|protected\|public\|readonly\|since\|static\|struct\|todo\|summary\|undocumented\|virtual\)\>"
|
||||||
|
|
||||||
syntax region jsDocType contained matchgroup=jsDocTypeBrackets start="{" end="}" contains=jsDocTypeRecord oneline skipwhite nextgroup=jsDocParam
|
syntax region jsDocType contained matchgroup=jsDocTypeBrackets start="{" end="}" contains=jsDocTypeRecord oneline skipwhite nextgroup=jsDocParam
|
||||||
syntax match jsDocType contained "\%(#\|\"\|\w\|\.\|:\|\/\)\+" skipwhite nextgroup=jsDocParam
|
syntax match jsDocType contained "\%(#\|\"\|\w\|\.\|:\|\/\)\+" skipwhite nextgroup=jsDocParam
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
31
ftplugin/Dockerfile.vim
Normal file
31
ftplugin/Dockerfile.vim
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1
|
||||||
|
|
||||||
|
function! DockerfileReplaceInstruction(original, replacement)
|
||||||
|
let syn = synIDtrans(synID(line("."), col(".") - 1, 0))
|
||||||
|
if syn != hlID("Comment") && syn != hlID("Constant") && strlen(getline(".")) == 0
|
||||||
|
let word = a:replacement
|
||||||
|
else
|
||||||
|
let word = a:original
|
||||||
|
endif
|
||||||
|
let g:UnduBuffer = a:original
|
||||||
|
return word
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
inoreabbr <silent> <buffer> from <C-R>=DockerfileReplaceInstruction("from", "FROM")<CR>
|
||||||
|
inoreabbr <silent> <buffer> maintainer <C-R>=DockerfileReplaceInstruction("maintainer", "MAINTAINER")<CR>
|
||||||
|
inoreabbr <silent> <buffer> run <C-R>=DockerfileReplaceInstruction("run", "RUN")<CR>
|
||||||
|
inoreabbr <silent> <buffer> cmd <C-R>=DockerfileReplaceInstruction("cmd", "CMD")<CR>
|
||||||
|
inoreabbr <silent> <buffer> label <C-R>=DockerfileReplaceInstruction("label", "LABEL")<CR>
|
||||||
|
inoreabbr <silent> <buffer> expose <C-R>=DockerfileReplaceInstruction("expose", "EXPOSE")<CR>
|
||||||
|
inoreabbr <silent> <buffer> env <C-R>=DockerfileReplaceInstruction("env", "ENV")<CR>
|
||||||
|
inoreabbr <silent> <buffer> add <C-R>=DockerfileReplaceInstruction("add", "ADD")<CR>
|
||||||
|
inoreabbr <silent> <buffer> copy <C-R>=DockerfileReplaceInstruction("copy", "COPY")<CR>
|
||||||
|
inoreabbr <silent> <buffer> entrypoint <C-R>=DockerfileReplaceInstruction("entrypoint", "ENTRYPOINT")<CR>
|
||||||
|
inoreabbr <silent> <buffer> volume <C-R>=DockerfileReplaceInstruction("volume", "VOLUME")<CR>
|
||||||
|
inoreabbr <silent> <buffer> user <C-R>=DockerfileReplaceInstruction("user", "USER")<CR>
|
||||||
|
inoreabbr <silent> <buffer> workdir <C-R>=DockerfileReplaceInstruction("workdir", "WORKDIR")<CR>
|
||||||
|
inoreabbr <silent> <buffer> arg <C-R>=DockerfileReplaceInstruction("arg", "ARG")<CR>
|
||||||
|
inoreabbr <silent> <buffer> onbuild <C-R>=DockerfileReplaceInstruction("onbuild", "ONBUILD")<CR>
|
||||||
|
inoreabbr <silent> <buffer> stopsignal <C-R>=DockerfileReplaceInstruction("stopsignal", "STOPSIGNAL")<CR>
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -4,6 +4,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1
|
|||||||
if exists('+regexpengine') && ('®expengine' == 0)
|
if exists('+regexpengine') && ('®expengine' == 0)
|
||||||
setlocal regexpengine=1
|
setlocal regexpengine=1
|
||||||
endif
|
endif
|
||||||
|
set isfname+=@-@
|
||||||
set path+=./../templates,./../files,templates,files
|
set path+=./../templates,./../files,templates,files
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
|
|
||||||
|
|
||||||
if exists("g:loaded_haskellvim_cabal")
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
let g:loaded_haskellvim_cabal = 1
|
|
||||||
|
|
||||||
endif
|
|
||||||
@@ -50,18 +50,18 @@ command! -buffer -nargs=* CrystalHierarchy echo crystal_lang#type_hierarchy(expa
|
|||||||
command! -buffer -nargs=? CrystalSpecSwitch call crystal_lang#switch_spec_file(<f-args>)
|
command! -buffer -nargs=? CrystalSpecSwitch call crystal_lang#switch_spec_file(<f-args>)
|
||||||
command! -buffer -nargs=? CrystalSpecRunAll call crystal_lang#run_all_spec(<f-args>)
|
command! -buffer -nargs=? CrystalSpecRunAll call crystal_lang#run_all_spec(<f-args>)
|
||||||
command! -buffer -nargs=? CrystalSpecRunCurrent call crystal_lang#run_current_spec(<f-args>)
|
command! -buffer -nargs=? CrystalSpecRunCurrent call crystal_lang#run_current_spec(<f-args>)
|
||||||
command! -buffer -nargs=* -bar CrystalFormat call crystal_lang#format(<q-args>)
|
command! -buffer -nargs=* -bar CrystalFormat call crystal_lang#format(<q-args>, 0)
|
||||||
|
command! -buffer -nargs=* CrystalExpand echo crystal_lang#expand(expand('%'), getpos('.'), <q-args>).output
|
||||||
|
|
||||||
nnoremap <Plug>(crystal-jump-to-definition) :<C-u>CrystalDef<CR>
|
nnoremap <buffer><Plug>(crystal-jump-to-definition) :<C-u>CrystalDef<CR>
|
||||||
nnoremap <Plug>(crystal-show-context) :<C-u>CrystalContext<CR>
|
nnoremap <buffer><Plug>(crystal-show-context) :<C-u>CrystalContext<CR>
|
||||||
nnoremap <Plug>(crystal-spec-switch) :<C-u>CrystalSpecSwitch<CR>
|
nnoremap <buffer><Plug>(crystal-spec-switch) :<C-u>CrystalSpecSwitch<CR>
|
||||||
nnoremap <Plug>(crystal-spec-run-all) :<C-u>CrystalSpecRunAll<CR>
|
nnoremap <buffer><Plug>(crystal-spec-run-all) :<C-u>CrystalSpecRunAll<CR>
|
||||||
nnoremap <Plug>(crystal-spec-run-current) :<C-u>CrystalSpecRunCurrent<CR>
|
nnoremap <buffer><Plug>(crystal-spec-run-current) :<C-u>CrystalSpecRunCurrent<CR>
|
||||||
nnoremap <Plug>(crystal-format) :<C-u>CrystalFormat<CR>
|
nnoremap <buffer><Plug>(crystal-format) :<C-u>CrystalFormat<CR>
|
||||||
|
|
||||||
augroup plugin-ft-crystal
|
augroup plugin-ft-crystal
|
||||||
autocmd!
|
autocmd BufWritePre <buffer> if g:crystal_auto_format | call crystal_lang#format('', 1) | endif
|
||||||
autocmd BufWritePre <buffer> if g:crystal_auto_format | CrystalFormat | endif
|
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if get(g:, 'crystal_define_mappings', 1)
|
if get(g:, 'crystal_define_mappings', 1)
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
|
||||||
|
|
||||||
if (exists("b:did_ftplugin"))
|
if exists('b:did_ftplugin')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
" Matchit support
|
" Matchit support
|
||||||
if exists("loaded_matchit") && !exists("b:match_words")
|
if exists('loaded_matchit') && !exists('b:match_words')
|
||||||
let b:match_ignorecase = 0
|
let b:match_ignorecase = 0
|
||||||
|
|
||||||
let b:match_words = '\:\@<!\<\%(do\|fn\)\:\@!\>' .
|
let b:match_words = '\:\@<!\<\%(do\|fn\)\:\@!\>' .
|
||||||
@@ -32,9 +32,26 @@ let &l:path =
|
|||||||
setlocal includeexpr=elixir#util#get_filename(v:fname)
|
setlocal includeexpr=elixir#util#get_filename(v:fname)
|
||||||
setlocal suffixesadd=.ex,.exs,.eex,.erl,.yrl,.hrl
|
setlocal suffixesadd=.ex,.exs,.eex,.erl,.yrl,.hrl
|
||||||
|
|
||||||
|
let &l:define = 'def\(macro\|guard\|delegate\)\=p\='
|
||||||
|
|
||||||
silent! setlocal formatoptions-=t formatoptions+=croqlj
|
silent! setlocal formatoptions-=t formatoptions+=croqlj
|
||||||
|
|
||||||
let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms< path< inex< sua< '.
|
let b:block_begin = '\<\(do$\|fn\>\)'
|
||||||
\ '| unlet! b:match_ignorecase b:match_words'
|
let b:block_end = '\<end\>'
|
||||||
|
|
||||||
|
nnoremap <buffer> <silent> <expr> ]] ':silent keeppatterns /'.b:block_begin.'<CR>'
|
||||||
|
nnoremap <buffer> <silent> <expr> [[ ':silent keeppatterns ?'.b:block_begin.'<CR>'
|
||||||
|
nnoremap <buffer> <silent> <expr> ][ ':silent keeppatterns /'.b:block_end .'<CR>'
|
||||||
|
nnoremap <buffer> <silent> <expr> [] ':silent keeppatterns ?'.b:block_end .'<CR>'
|
||||||
|
|
||||||
|
onoremap <buffer> <silent> <expr> ]] ':silent keeppatterns /'.b:block_begin.'<CR>'
|
||||||
|
onoremap <buffer> <silent> <expr> [[ ':silent keeppatterns ?'.b:block_begin.'<CR>'
|
||||||
|
onoremap <buffer> <silent> <expr> ][ ':silent keeppatterns /'.b:block_end .'<CR>'
|
||||||
|
onoremap <buffer> <silent> <expr> [] ':silent keeppatterns ?'.b:block_end .'<CR>'
|
||||||
|
|
||||||
|
silent! setlocal formatoptions-=t formatoptions+=croqlj
|
||||||
|
|
||||||
|
let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms< path< inex< sua< def<'.
|
||||||
|
\ '| unlet! b:match_ignorecase b:match_words b:block_begin b:block_end'
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -52,6 +52,18 @@ command -buffer ElmShowDocs call elm#ShowDocs()
|
|||||||
command -buffer ElmBrowseDocs call elm#BrowseDocs()
|
command -buffer ElmBrowseDocs call elm#BrowseDocs()
|
||||||
command -buffer ElmFormat call elm#Format()
|
command -buffer ElmFormat call elm#Format()
|
||||||
|
|
||||||
|
" Commands cleanup
|
||||||
|
let b:undo_ftplugin = "
|
||||||
|
\ delcommand ElmMake
|
||||||
|
\|delcommand ElmMakeMain
|
||||||
|
\|delcommand ElmTest
|
||||||
|
\|delcommand ElmRepl
|
||||||
|
\|delcommand ElmErrorDetail
|
||||||
|
\|delcommand ElmShowDocs
|
||||||
|
\|delcommand ElmBrowseDocs
|
||||||
|
\|delcommand ElmFormat
|
||||||
|
\"
|
||||||
|
|
||||||
if get(g:, 'elm_setup_keybindings', 1)
|
if get(g:, 'elm_setup_keybindings', 1)
|
||||||
nmap <buffer> <LocalLeader>m <Plug>(elm-make)
|
nmap <buffer> <LocalLeader>m <Plug>(elm-make)
|
||||||
nmap <buffer> <LocalLeader>b <Plug>(elm-make-main)
|
nmap <buffer> <LocalLeader>b <Plug>(elm-make-main)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ruby') == -1
|
|||||||
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
|
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
|
||||||
|
|
||||||
" Only do this when not done yet for this buffer
|
" Only do this when not done yet for this buffer
|
||||||
if exists("b:did_ftplugin")
|
if get(b:, 'did_ftplugin') =~# '\<eruby\>'
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -25,6 +25,8 @@ endif
|
|||||||
|
|
||||||
if &filetype =~ '^eruby\.'
|
if &filetype =~ '^eruby\.'
|
||||||
let b:eruby_subtype = matchstr(&filetype,'^eruby\.\zs\w\+')
|
let b:eruby_subtype = matchstr(&filetype,'^eruby\.\zs\w\+')
|
||||||
|
elseif &filetype =~ '^.*\.eruby\>'
|
||||||
|
let b:eruby_subtype = matchstr(&filetype,'^.\{-\}\ze\.eruby\>')
|
||||||
elseif !exists("b:eruby_subtype")
|
elseif !exists("b:eruby_subtype")
|
||||||
let s:lines = getline(1)."\n".getline(2)."\n".getline(3)."\n".getline(4)."\n".getline(5)."\n".getline("$")
|
let s:lines = getline(1)."\n".getline(2)."\n".getline(3)."\n".getline(4)."\n".getline(5)."\n".getline("$")
|
||||||
let b:eruby_subtype = matchstr(s:lines,'eruby_subtype=\zs\w\+')
|
let b:eruby_subtype = matchstr(s:lines,'eruby_subtype=\zs\w\+')
|
||||||
@@ -47,11 +49,14 @@ elseif !exists("b:eruby_subtype")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists("b:eruby_subtype") && b:eruby_subtype != '' && b:eruby_subtype !=? 'eruby'
|
if &filetype =~# '^eruby\>'
|
||||||
exe "runtime! ftplugin/".b:eruby_subtype.".vim ftplugin/".b:eruby_subtype."_*.vim ftplugin/".b:eruby_subtype."/*.vim"
|
if exists("b:eruby_subtype") && b:eruby_subtype != '' && b:eruby_subtype !=? 'eruby'
|
||||||
else
|
exe "runtime! ftplugin/".b:eruby_subtype.".vim ftplugin/".b:eruby_subtype."_*.vim ftplugin/".b:eruby_subtype."/*.vim"
|
||||||
runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim
|
else
|
||||||
|
runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
let s:did_ftplugin = get(b:, 'did_ftplugin', 1)
|
||||||
unlet! b:did_ftplugin
|
unlet! b:did_ftplugin
|
||||||
|
|
||||||
" Override our defaults if these were set by an included ftplugin.
|
" Override our defaults if these were set by an included ftplugin.
|
||||||
@@ -68,8 +73,23 @@ if exists("b:match_words")
|
|||||||
unlet b:match_words
|
unlet b:match_words
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
let s:cfilemap = v:version >= 704 ? maparg('<Plug><cfile>', 'c', 0, 1) : {}
|
||||||
|
if !get(s:cfilemap, 'buffer') || !s:cfilemap.expr || s:cfilemap.rhs =~# 'ErubyAtCursor()'
|
||||||
|
let s:cfilemap = {}
|
||||||
|
endif
|
||||||
|
if !has_key(s:cfilemap, 'rhs')
|
||||||
|
let s:cfilemap.rhs = "substitute(&l:inex =~# '\\<v:fname\\>' && len(expand('<cfile>')) ? eval(substitute(&l:inex, '\\<v:fname\\>', '\\=string(expand(\"<cfile>\"))', 'g')) : '', '^$', \"\\022\\006\",'')"
|
||||||
|
endif
|
||||||
|
let s:ctagmap = v:version >= 704 ? maparg('<Plug><ctag>', 'c', 0, 1) : {}
|
||||||
|
if !get(s:ctagmap, 'buffer') || !s:ctagmap.expr || s:ctagmap.rhs =~# 'ErubyAtCursor()'
|
||||||
|
let s:ctagmap = {}
|
||||||
|
endif
|
||||||
|
let s:include = &l:include
|
||||||
|
let s:path = &l:path
|
||||||
|
let s:suffixesadd = &l:suffixesadd
|
||||||
|
|
||||||
runtime! ftplugin/ruby.vim ftplugin/ruby_*.vim ftplugin/ruby/*.vim
|
runtime! ftplugin/ruby.vim ftplugin/ruby_*.vim ftplugin/ruby/*.vim
|
||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = s:did_ftplugin . '.eruby'
|
||||||
|
|
||||||
" Combine the new set of values with those previously included.
|
" Combine the new set of values with those previously included.
|
||||||
if exists("b:undo_ftplugin")
|
if exists("b:undo_ftplugin")
|
||||||
@@ -82,6 +102,15 @@ if exists("b:match_words")
|
|||||||
let s:match_words = b:match_words . ',' . s:match_words
|
let s:match_words = b:match_words . ',' . s:match_words
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if len(s:include)
|
||||||
|
let &l:include = s:include
|
||||||
|
endif
|
||||||
|
let &l:path = s:path . (s:path =~# ',$\|^$' ? '' : ',') . &l:path
|
||||||
|
let &l:suffixesadd = s:suffixesadd . (s:suffixesadd =~# ',$\|^$' ? '' : ',') . &l:suffixesadd
|
||||||
|
exe 'cmap <buffer><script><expr> <Plug><cfile> ErubyAtCursor() ? ' . maparg('<Plug><cfile>', 'c') . ' : ' . s:cfilemap.rhs
|
||||||
|
exe 'cmap <buffer><script><expr> <Plug><ctag> ErubyAtCursor() ? ' . maparg('<Plug><ctag>', 'c') . ' : ' . get(s:ctagmap, 'rhs', '"\022\027"')
|
||||||
|
unlet s:cfilemap s:ctagmap s:include s:path s:suffixesadd
|
||||||
|
|
||||||
" Change the browse dialog on Win32 to show mainly eRuby-related files
|
" Change the browse dialog on Win32 to show mainly eRuby-related files
|
||||||
if has("gui_win32")
|
if has("gui_win32")
|
||||||
let b:browsefilter="eRuby Files (*.erb, *.rhtml)\t*.erb;*.rhtml\n" . s:browsefilter
|
let b:browsefilter="eRuby Files (*.erb, *.rhtml)\t*.erb;*.rhtml\n" . s:browsefilter
|
||||||
@@ -101,6 +130,11 @@ let b:undo_ftplugin = "setl cms< "
|
|||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
function! ErubyAtCursor() abort
|
||||||
|
let groups = map(['erubyBlock', 'erubyComment', 'erubyExpression', 'erubyOneLiner'], 'hlID(v:val)')
|
||||||
|
return !empty(filter(synstack(line('.'), col('.')), 'index(groups, v:val) >= 0'))
|
||||||
|
endfunction
|
||||||
|
|
||||||
" vim: nowrap sw=2 sts=2 ts=8:
|
" vim: nowrap sw=2 sts=2 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ endif
|
|||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
if !exists('b:git_dir')
|
if !exists('b:git_dir')
|
||||||
if expand('%:p') =~# '[\/]\.git[\/]modules[\/]'
|
if expand('%:p') =~# '[\/]\.git[\/]modules[\/]\|:[\/][\/]\|^\a\a\+:'
|
||||||
" Stay out of the way
|
" Stay out of the way
|
||||||
elseif expand('%:p') =~# '[\/]\.git[\/]worktrees'
|
elseif expand('%:p') =~# '[\/]\.git[\/]worktrees'
|
||||||
let b:git_dir = matchstr(expand('%:p'),'.*\.git[\/]worktrees[\/][^\/]\+\>')
|
let b:git_dir = matchstr(expand('%:p'),'.*\.git[\/]worktrees[\/][^\/]\+\>')
|
||||||
|
|||||||
20
ftplugin/graphql.vim
Normal file
20
ftplugin/graphql.vim
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
|
||||||
|
|
||||||
|
" Vim filetype plugin
|
||||||
|
" Language: GraphQL
|
||||||
|
" Maintainer: Jon Parise <jon@indelible.org>
|
||||||
|
|
||||||
|
if (exists('b:did_ftplugin'))
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
setlocal comments=:#
|
||||||
|
setlocal commentstring=#\ %s
|
||||||
|
setlocal formatoptions-=t
|
||||||
|
setlocal iskeyword+=$,@-@
|
||||||
|
setlocal softtabstop=2
|
||||||
|
setlocal shiftwidth=2
|
||||||
|
setlocal expandtab
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -3,7 +3,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
|
|||||||
" Vim filetype plugin
|
" Vim filetype plugin
|
||||||
" Language: Haml
|
" Language: Haml
|
||||||
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
||||||
" Last Change: 2010 May 21
|
" Last Change: 2016 Aug 29
|
||||||
|
|
||||||
" Only do this when not done yet for this buffer
|
" Only do this when not done yet for this buffer
|
||||||
if exists("b:did_ftplugin")
|
if exists("b:did_ftplugin")
|
||||||
@@ -39,6 +39,8 @@ endif
|
|||||||
runtime! ftplugin/ruby.vim ftplugin/ruby_*.vim ftplugin/ruby/*.vim
|
runtime! ftplugin/ruby.vim ftplugin/ruby_*.vim ftplugin/ruby/*.vim
|
||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
let &l:define .= empty(&l:define ? '' : '\|') . '^\s*\%(%\w*\)\=\%(\.[[:alnum:]_-]\+\)*#'
|
||||||
|
|
||||||
" Combine the new set of values with those previously included.
|
" Combine the new set of values with those previously included.
|
||||||
if exists("b:undo_ftplugin")
|
if exists("b:undo_ftplugin")
|
||||||
let s:undo_ftplugin = b:undo_ftplugin . " | " . s:undo_ftplugin
|
let s:undo_ftplugin = b:undo_ftplugin . " | " . s:undo_ftplugin
|
||||||
@@ -62,10 +64,11 @@ endif
|
|||||||
|
|
||||||
setlocal comments= commentstring=-#\ %s
|
setlocal comments= commentstring=-#\ %s
|
||||||
|
|
||||||
let b:undo_ftplugin = "setl cms< com< "
|
let b:undo_ftplugin = "setl def< cms< com< "
|
||||||
\ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin
|
\ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
unlet s:save_cpo
|
||||||
|
|
||||||
" vim:set sw=2:
|
" vim:set sw=2:
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
|
|
||||||
|
|
||||||
if exists("g:loaded_haskellvim_haskell")
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
let g:loaded_haskellvim_haskell = 1
|
|
||||||
|
|
||||||
function! haskell#sortImports(line1, line2)
|
|
||||||
exe a:line1 . "," . a:line2 . "sort /import\\s\\+\\(qualified\\s\\+\\)\\?/"
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! haskell#formatImport(line1, line2)
|
|
||||||
exec a:line1 . ",". a:line2 . "s/import\\s\\+\\([A-Z].*\\)/import \\1"
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
command! -buffer -range HaskellSortImports call haskell#sortImports(<line1>, <line2>)
|
|
||||||
command! -buffer -range HaskellFormatImport call haskell#formatImport(<line1>, <line2>)
|
|
||||||
|
|
||||||
endif
|
|
||||||
@@ -19,11 +19,12 @@ setlocal comments=:#
|
|||||||
setlocal commentstring=#=%s=#
|
setlocal commentstring=#=%s=#
|
||||||
setlocal cinoptions+=#1
|
setlocal cinoptions+=#1
|
||||||
setlocal define=^\\s*macro\\>
|
setlocal define=^\\s*macro\\>
|
||||||
|
setlocal fo-=t fo+=croql
|
||||||
|
|
||||||
let b:julia_vim_loaded = 1
|
let b:julia_vim_loaded = 1
|
||||||
|
|
||||||
let b:undo_ftplugin = "setlocal include< suffixesadd< comments< commentstring<"
|
let b:undo_ftplugin = "setlocal include< suffixesadd< comments< commentstring<"
|
||||||
\ . " define< shiftwidth< expandtab< indentexpr< indentkeys< cinoptions< omnifunc<"
|
\ . " define< fo< shiftwidth< expandtab< indentexpr< indentkeys< cinoptions< omnifunc<"
|
||||||
\ . " | unlet! b:julia_vim_loaded"
|
\ . " | unlet! b:julia_vim_loaded"
|
||||||
|
|
||||||
" MatchIt plugin support
|
" MatchIt plugin support
|
||||||
@@ -33,7 +34,10 @@ if exists("loaded_matchit")
|
|||||||
" note: begin_keywords must contain all blocks in order
|
" note: begin_keywords must contain all blocks in order
|
||||||
" for nested-structures-skipping to work properly
|
" for nested-structures-skipping to work properly
|
||||||
let b:julia_begin_keywords = '\%(\%(\.\s*\)\@<!\|\%(@\s*.\s*\)\@<=\)\<\%(\%(staged\)\?function\|macro\|begin\|mutable\s\+struct\|\%(mutable\s\+\)\@<!struct\|\%(abstract\|primitive\)\s\+type\|\%(\(abstract\|primitive\)\s\+\)\@<!type\|immutable\|let\|do\|\%(bare\)\?module\|quote\|if\|for\|while\|try\)\>'
|
let b:julia_begin_keywords = '\%(\%(\.\s*\)\@<!\|\%(@\s*.\s*\)\@<=\)\<\%(\%(staged\)\?function\|macro\|begin\|mutable\s\+struct\|\%(mutable\s\+\)\@<!struct\|\%(abstract\|primitive\)\s\+type\|\%(\(abstract\|primitive\)\s\+\)\@<!type\|immutable\|let\|do\|\%(bare\)\?module\|quote\|if\|for\|while\|try\)\>'
|
||||||
let s:macro_regex = '@\%(#\@!\S\)\+\s\+'
|
" note: the following regex not only recognizes macros, but also local/global keywords.
|
||||||
|
" the purpose is recognizing things like `@inline myfunction()`
|
||||||
|
" or `global myfunction(...)` etc, for matchit and block movement functionality
|
||||||
|
let s:macro_regex = '\%(@\%(#\@!\S\)\+\|\<\%(local\|global\)\)\s\+'
|
||||||
let s:nomacro = '\%(' . s:macro_regex . '\)\@<!'
|
let s:nomacro = '\%(' . s:macro_regex . '\)\@<!'
|
||||||
let s:yesmacro = s:nomacro . '\%('. s:macro_regex . '\)\+'
|
let s:yesmacro = s:nomacro . '\%('. s:macro_regex . '\)\+'
|
||||||
let b:julia_begin_keywordsm = '\%(' . s:yesmacro . b:julia_begin_keywords . '\)\|'
|
let b:julia_begin_keywordsm = '\%(' . s:yesmacro . b:julia_begin_keywords . '\)\|'
|
||||||
@@ -45,7 +49,7 @@ if exists("loaded_matchit")
|
|||||||
let [l,c] = [line('.'),col('.')]
|
let [l,c] = [line('.'),col('.')]
|
||||||
let attr = synIDattr(synID(l, c, 1),"name")
|
let attr = synIDattr(synID(l, c, 1),"name")
|
||||||
let c1 = c
|
let c1 = c
|
||||||
while attr == 'juliaMacro'
|
while attr == 'juliaMacro' || expand('<cword>') =~# '\<\%(global\|local\)\>'
|
||||||
normal! W
|
normal! W
|
||||||
if line('.') > l || col('.') == c1
|
if line('.') > l || col('.') == c1
|
||||||
call cursor(l, c)
|
call cursor(l, c)
|
||||||
@@ -93,6 +97,14 @@ if has("gui_win32")
|
|||||||
let b:undo_ftplugin = b:undo_ftplugin . " | unlet! b:browsefilter"
|
let b:undo_ftplugin = b:undo_ftplugin . " | unlet! b:browsefilter"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Lookup documents
|
||||||
|
nnoremap <silent><buffer> <Plug>(JuliaDocPrompt) :<C-u>call julia#doc#prompt()<CR>
|
||||||
|
command! -nargs=1 -buffer -complete=customlist,julia#doc#complete JuliaDoc call julia#doc#open(<q-args>)
|
||||||
|
command! -nargs=1 -buffer JuliaDocKeywordprg call julia#doc#keywordprg(<q-args>)
|
||||||
|
setlocal keywordprg=:JuliaDocKeywordprg
|
||||||
|
let b:undo_ftplugin .= " | setlocal keywordprg<"
|
||||||
|
let b:undo_ftplugin .= " | delcommand JuliaDoc | delcommand JuliaDocKeywordprg"
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
|||||||
34
ftplugin/juliadoc.vim
Normal file
34
ftplugin/juliadoc.vim
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'julia') == -1
|
||||||
|
|
||||||
|
" Vim filetype plugin file
|
||||||
|
" Language: Julia document
|
||||||
|
|
||||||
|
if exists("b:did_ftplugin")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
let s:save_cpo = &cpo
|
||||||
|
set cpo-=C
|
||||||
|
|
||||||
|
setlocal conceallevel=2
|
||||||
|
setlocal concealcursor=nc
|
||||||
|
setlocal wrap
|
||||||
|
|
||||||
|
if !exists('b:undo_ftplugin')
|
||||||
|
let b:undo_ftplugin = ''
|
||||||
|
endif
|
||||||
|
let b:undo_ftplugin .= 'setlocal conceallevel< concealcursor< wrap<'
|
||||||
|
|
||||||
|
" Lookup documents
|
||||||
|
nnoremap <silent><buffer> <Plug>(JuliaDocPrompt) :<C-u>call julia#doc#prompt()<CR>
|
||||||
|
command! -nargs=1 -buffer -complete=customlist,julia#doc#complete JuliaDoc call julia#doc#open(<q-args>)
|
||||||
|
command! -nargs=1 -buffer JuliaDocKeywordprg call julia#doc#keywordprg(<q-args>)
|
||||||
|
setlocal keywordprg=:JuliaDocKeywordprg
|
||||||
|
let b:undo_ftplugin .= " | setlocal keywordprg<"
|
||||||
|
let b:undo_ftplugin .= " | delcommand JuliaDoc | delcommand JuliaDocKeywordprg"
|
||||||
|
|
||||||
|
let &cpo = s:save_cpo
|
||||||
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -2,11 +2,13 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1
|
|||||||
|
|
||||||
" Mail file type extension to pick files for attachments via vifm
|
" Mail file type extension to pick files for attachments via vifm
|
||||||
" Maintainer: xaizek <xaizek@posteo.net>
|
" Maintainer: xaizek <xaizek@posteo.net>
|
||||||
" Last Change: January 23, 2016
|
" Last Change: January 02, 2018
|
||||||
|
|
||||||
" Insert attachment picked via vifm after 'Subject' header
|
" Insert attachment picked via vifm after 'Subject' header
|
||||||
function! s:AddMailAttacments()
|
function! s:AddMailAttachments()
|
||||||
" TODO: reduce duplication between this file and plugins/vifm.vim
|
call vifm#globals#Init()
|
||||||
|
|
||||||
|
" XXX: similar code is in plugins/vifm.vim, but it's different in details
|
||||||
let l:listf = tempname()
|
let l:listf = tempname()
|
||||||
|
|
||||||
if !has('nvim')
|
if !has('nvim')
|
||||||
@@ -26,7 +28,7 @@ function! s:AddMailAttacments()
|
|||||||
else
|
else
|
||||||
" Work around handicapped neovim...
|
" Work around handicapped neovim...
|
||||||
let callback = { 'listf': l:listf }
|
let callback = { 'listf': l:listf }
|
||||||
function! callback.on_exit(id, code)
|
function! callback.on_exit(id, code, event)
|
||||||
buffer #
|
buffer #
|
||||||
silent! bdelete! #
|
silent! bdelete! #
|
||||||
call s:HandleRunResults(a:code, self.listf)
|
call s:HandleRunResults(a:code, self.listf)
|
||||||
@@ -59,7 +61,7 @@ function! s:HandleRunResults(exitcode, listf)
|
|||||||
call delete(a:listf)
|
call delete(a:listf)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
nnoremap <buffer> <silent> <localleader>a :call <sid>AddMailAttacments()<cr>
|
nnoremap <buffer> <silent> <localleader>a :call <sid>AddMailAttachments()<cr>
|
||||||
|
|
||||||
" vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 :
|
" vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 :
|
||||||
|
|
||||||
|
|||||||
20
ftplugin/moon.vim
Normal file
20
ftplugin/moon.vim
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'moonscript') == -1
|
||||||
|
|
||||||
|
" Language: MoonScript
|
||||||
|
" Maintainer: leafo <leafot@gmail.com>
|
||||||
|
" Based On: CoffeeScript by Mick Koch <kchmck@gmail.com>
|
||||||
|
" URL: http://github.com/leafo/moonscript-vim
|
||||||
|
" License: WTFPL
|
||||||
|
|
||||||
|
if exists("b:did_ftplugin")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
setlocal formatoptions-=t
|
||||||
|
setlocal comments=:--
|
||||||
|
setlocal commentstring=--\ %s
|
||||||
|
|
||||||
|
let b:undo_ftplugin = "setlocal commentstring< comments< formatoptions<"
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') == -1
|
||||||
|
|
||||||
if exists('g:loaded_mustache_handlebars') && g:loaded_mustache_handlebars
|
if exists('b:loaded_mustache_handlebars')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let g:loaded_mustache_handlebars = 1
|
let b:loaded_mustache_handlebars = 1
|
||||||
|
|
||||||
let s:cpo_save = &cpo
|
let s:cpo_save = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|||||||
@@ -11,7 +11,12 @@ endif
|
|||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
|
||||||
setlocal comments=:#
|
setlocal
|
||||||
setlocal commentstring=#\ %s
|
\ comments=:#
|
||||||
|
\ commentstring=#\ %s
|
||||||
|
\ shiftwidth=2
|
||||||
|
\ softtabstop=2
|
||||||
|
\ expandtab
|
||||||
|
\ iskeyword+=-
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
173
ftplugin/org.vim
Normal file
173
ftplugin/org.vim
Normal file
@@ -0,0 +1,173 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'org') == -1
|
||||||
|
|
||||||
|
" org.vim -- Text outlining and task management for Vim based on Emacs' Org-Mode
|
||||||
|
" @Author : Jan Christoph Ebersbach (jceb@e-jc.de)
|
||||||
|
" @License : AGPL3 (see http://www.gnu.org/licenses/agpl.txt)
|
||||||
|
" @Created : 2010-10-03
|
||||||
|
" @Last Modified: Tue 13. Sep 2011 20:52:57 +0200 CEST
|
||||||
|
" @Revision : 0.4
|
||||||
|
" vi: ft=vim:tw=80:sw=4:ts=4:fdm=marker
|
||||||
|
|
||||||
|
if v:version > 702
|
||||||
|
if has('python3')
|
||||||
|
let s:py_version = 'python3 '
|
||||||
|
let s:py_env = 'python3 << EOF'
|
||||||
|
elseif has('python')
|
||||||
|
let s:py_version = 'python '
|
||||||
|
let s:py_env = 'python << EOF'
|
||||||
|
else
|
||||||
|
echoerr "Unable to start orgmode. Orgmode depends on Vim >= 7.3 with Python support complied in."
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
echoerr "Unable to start orgmode. Orgmode depends on Vim >= 7.3 with Python support complied in."
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Init buffer for file {{{1
|
||||||
|
if ! exists('b:did_ftplugin')
|
||||||
|
" default emacs settings
|
||||||
|
setlocal comments=fb:*,b:#,fb:-
|
||||||
|
setlocal commentstring=#\ %s
|
||||||
|
setlocal conceallevel=2 concealcursor=nc
|
||||||
|
" original emacs settings are: setlocal tabstop=6 shiftwidth=6, but because
|
||||||
|
" of checkbox indentation the following settings are used:
|
||||||
|
setlocal tabstop=6 shiftwidth=6
|
||||||
|
if exists('g:org_tag_column')
|
||||||
|
exe 'setlocal textwidth='.g:org_tag_column
|
||||||
|
else
|
||||||
|
setlocal textwidth=77
|
||||||
|
endif
|
||||||
|
|
||||||
|
" expand tab for counting level of checkbox
|
||||||
|
setlocal expandtab
|
||||||
|
|
||||||
|
" enable % for angle brackets < >
|
||||||
|
setlocal matchpairs+=<:>
|
||||||
|
|
||||||
|
" register keybindings if they don't have been registered before
|
||||||
|
if exists("g:loaded_org")
|
||||||
|
exe s:py_version . 'ORGMODE.register_keybindings()'
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Load orgmode just once {{{1
|
||||||
|
if &cp || exists("g:loaded_org")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let g:loaded_org = 1
|
||||||
|
|
||||||
|
" Default org plugins that will be loaded (in the given order) {{{2
|
||||||
|
if ! exists('g:org_plugins') && ! exists('b:org_plugins')
|
||||||
|
let g:org_plugins = ['ShowHide', '|', 'Navigator', 'EditStructure', 'EditCheckbox', '|', 'Hyperlinks', '|', 'Todo', 'TagsProperties', 'Date', 'Agenda', 'Misc', '|', 'Export']
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Default org plugin settings {{{2
|
||||||
|
" What does this do?
|
||||||
|
if ! exists('g:org_syntax_highlight_leading_stars') && ! exists('b:org_syntax_highlight_leading_stars')
|
||||||
|
let g:org_syntax_highlight_leading_stars = 1
|
||||||
|
endif
|
||||||
|
|
||||||
|
" setting to conceal aggresively
|
||||||
|
if ! exists('g:org_aggressive_conceal') && ! exists('b:org_aggressive_conceal')
|
||||||
|
let g:org_aggressive_conceal = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Defined in separate plugins
|
||||||
|
" Adding Behavior preference:
|
||||||
|
" 1: go into insert-mode when new heading/checkbox/plainlist added
|
||||||
|
" 0: retain original mode when new heading/checkbox/plainlist added
|
||||||
|
if ! exists('g:org_prefer_insert_mode') && ! exists('b:org_prefer_insert_mode')
|
||||||
|
let g:org_prefer_insert_mode = 1
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Menu and document handling {{{1
|
||||||
|
function! <SID>OrgRegisterMenu()
|
||||||
|
exe s:py_version . 'ORGMODE.register_menu()'
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! <SID>OrgUnregisterMenu()
|
||||||
|
exe s:py_version . 'ORGMODE.unregister_menu()'
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! <SID>OrgDeleteUnusedDocument(bufnr)
|
||||||
|
exe s:py_env
|
||||||
|
b = int(vim.eval('a:bufnr'))
|
||||||
|
if b in ORGMODE._documents:
|
||||||
|
del ORGMODE._documents[b]
|
||||||
|
EOF
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" show and hide Org menu depending on the filetype
|
||||||
|
augroup orgmode
|
||||||
|
au BufEnter * :if &filetype == "org" | call <SID>OrgRegisterMenu() | endif
|
||||||
|
au BufLeave * :if &filetype == "org" | call <SID>OrgUnregisterMenu() | endif
|
||||||
|
au BufDelete * :call <SID>OrgDeleteUnusedDocument(expand('<abuf>'))
|
||||||
|
augroup END
|
||||||
|
|
||||||
|
" Start orgmode {{{1
|
||||||
|
" Expand our path
|
||||||
|
exec s:py_env
|
||||||
|
import vim, os, sys
|
||||||
|
|
||||||
|
for p in vim.eval("&runtimepath").split(','):
|
||||||
|
dname = os.path.join(p, "ftplugin")
|
||||||
|
if os.path.exists(os.path.join(dname, "orgmode")):
|
||||||
|
if dname not in sys.path:
|
||||||
|
sys.path.append(dname)
|
||||||
|
break
|
||||||
|
|
||||||
|
from orgmode._vim import ORGMODE, insert_at_cursor, get_user_input, date_to_str
|
||||||
|
ORGMODE.start()
|
||||||
|
|
||||||
|
from Date import Date
|
||||||
|
import datetime
|
||||||
|
EOF
|
||||||
|
|
||||||
|
" 3rd Party Plugin Integration {{{1
|
||||||
|
" * Repeat {{{2
|
||||||
|
try
|
||||||
|
call repeat#set()
|
||||||
|
catch
|
||||||
|
endtry
|
||||||
|
|
||||||
|
" * Tagbar {{{2
|
||||||
|
let g:tagbar_type_org = {
|
||||||
|
\ 'ctagstype' : 'org',
|
||||||
|
\ 'kinds' : [
|
||||||
|
\ 's:sections',
|
||||||
|
\ 'h:hyperlinks',
|
||||||
|
\ ],
|
||||||
|
\ 'sort' : 0,
|
||||||
|
\ 'deffile' : expand('<sfile>:p:h') . '/org.cnf'
|
||||||
|
\ }
|
||||||
|
|
||||||
|
" * Taglist {{{2
|
||||||
|
if exists('g:Tlist_Ctags_Cmd')
|
||||||
|
" Pass parameters to taglist
|
||||||
|
let g:tlist_org_settings = 'org;s:section;h:hyperlinks'
|
||||||
|
let g:Tlist_Ctags_Cmd .= ' --options=' . expand('<sfile>:p:h') . '/org.cnf '
|
||||||
|
endif
|
||||||
|
|
||||||
|
" * Calendar.vim {{{2
|
||||||
|
fun CalendarAction(day, month, year, week, dir)
|
||||||
|
let g:org_timestamp = printf("%04d-%02d-%02d Fri", a:year, a:month, a:day)
|
||||||
|
let datetime_date = printf("datetime.date(%d, %d, %d)", a:year, a:month, a:day)
|
||||||
|
exe s:py_version . "selected_date = " . datetime_date
|
||||||
|
" get_user_input
|
||||||
|
let msg = printf("Inserting %s | Modify date", g:org_timestamp)
|
||||||
|
exe s:py_version . "modifier = get_user_input('" . msg . "')"
|
||||||
|
" change date according to user input
|
||||||
|
exe s:py_version . "newdate = Date._modify_time(selected_date, modifier)"
|
||||||
|
exe s:py_version . "newdate = date_to_str(newdate)"
|
||||||
|
" close Calendar
|
||||||
|
exe "q"
|
||||||
|
" goto previous window
|
||||||
|
exe "wincmd p"
|
||||||
|
exe s:py_version . "timestamp = '" . g:org_timestamp_template . "' % newdate"
|
||||||
|
exe s:py_version . "insert_at_cursor(timestamp)"
|
||||||
|
" restore calendar_action
|
||||||
|
let g:calendar_action = g:org_calendar_action_backup
|
||||||
|
endf
|
||||||
|
|
||||||
|
endif
|
||||||
44
ftplugin/pony.vim
Normal file
44
ftplugin/pony.vim
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pony') == -1
|
||||||
|
|
||||||
|
" Vim filetype plugin file
|
||||||
|
" Language: Pony
|
||||||
|
" Maintainer: Jak Wings
|
||||||
|
|
||||||
|
if exists('b:did_ftplugin')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
|
|
||||||
|
setlocal comments=://,nsr:/*,mb:*,ex:*/
|
||||||
|
setlocal commentstring=/*%s*/
|
||||||
|
setlocal formatoptions-=t fo+=c fo+=r fo+=o fo+=q fo+=l fo+=j
|
||||||
|
|
||||||
|
"setlocal path=
|
||||||
|
"setlocal includeexpr=
|
||||||
|
setlocal include=\\v^\\s*use\\_s+%(\\i+\\_s*\\=\\_s*)?"\\zs[^"]*\\ze"
|
||||||
|
setlocal define=\\v^\\s*%(actor\|class\|struct\|primitive\|trait\|interface\|type\|new\|be\|fun\|let\|var\|embed\|use\|for\\_s+%(\\i+\\_s*,\\_s*)*\|with\\_s+%(\\i+\\_s*,\\_s*)*)\|(<\\i+\\_s*:\\_s*\\i+)@=
|
||||||
|
setlocal isident=@,48-57,_,39
|
||||||
|
setlocal iskeyword=@,48-57,_,39
|
||||||
|
setlocal suffixesadd=.pony
|
||||||
|
setlocal matchpairs=(:),{:},[:]
|
||||||
|
|
||||||
|
let b:match_ignorecase = 0
|
||||||
|
let b:match_skip = 's:Comment\|String\|Character\|CaseGuard'
|
||||||
|
let b:match_words = '\v<%(ifdef|if|match|while|for|repeat|try|with|recover|object|lambda|iftype)>\m:\v<%(then|elseif|else|until|do|in|elseiftype)>|\|\m:\<end\>,(:),\[:\],{:}'
|
||||||
|
" TODO: for more concise behavior
|
||||||
|
"let b:match_words = 'pony#GetMatchWords()'
|
||||||
|
source $VIMRUNTIME/macros/matchit.vim
|
||||||
|
|
||||||
|
let b:undo_ftplugin = 'set comments< commentstring< formatoptions< path< include< includeexpr< define< isident< iskeyword< suffixesadd< matchpairs<'
|
||||||
|
\ . ' | unlet! b:match_ignorecase b:match_skip b:match_words'
|
||||||
|
|
||||||
|
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'purescript') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'purescript') == -1
|
||||||
|
|
||||||
setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--
|
setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--\ \|,:--
|
||||||
setlocal include=^import
|
setlocal include=^import
|
||||||
setlocal includeexpr=printf('%s.purs',substitute(v:fname,'\\.','/','g'))
|
setlocal includeexpr=printf('%s.purs',substitute(v:fname,'\\.','/','g'))
|
||||||
|
|
||||||
|
|||||||
46
ftplugin/rst.vim
Normal file
46
ftplugin/rst.vim
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rst') == -1
|
||||||
|
|
||||||
|
" reStructuredText filetype plugin file
|
||||||
|
" Language: reStructuredText documentation format
|
||||||
|
" Maintainer: Marshall Ward <marshall.ward@gmail.com>
|
||||||
|
" Original Maintainer: Nikolai Weibull <now@bitwi.se>
|
||||||
|
" Website: https://github.com/marshallward/vim-restructuredtext
|
||||||
|
" Latest Revision: 2018-01-07
|
||||||
|
|
||||||
|
if exists("b:did_ftplugin")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
|
let b:undo_ftplugin = "setl com< cms< et< fo<"
|
||||||
|
|
||||||
|
setlocal comments=fb:.. commentstring=..\ %s expandtab
|
||||||
|
setlocal formatoptions+=tcroql
|
||||||
|
|
||||||
|
" reStructuredText standard recommends that tabs be expanded to 8 spaces
|
||||||
|
" The choice of 3-space indentation is to provide slightly better support for
|
||||||
|
" directives (..) and ordered lists (1.), although it can cause problems for
|
||||||
|
" many other cases.
|
||||||
|
"
|
||||||
|
" More sophisticated indentation rules should be revisted in the future.
|
||||||
|
|
||||||
|
if !exists("g:rst_style") || g:rst_style != 0
|
||||||
|
setlocal expandtab shiftwidth=3 softtabstop=3 tabstop=8
|
||||||
|
endif
|
||||||
|
|
||||||
|
if has('patch-7.3.867') " Introduced the TextChanged event.
|
||||||
|
setlocal foldmethod=expr
|
||||||
|
setlocal foldexpr=RstFold#GetRstFold()
|
||||||
|
setlocal foldtext=RstFold#GetRstFoldText()
|
||||||
|
augroup RstFold
|
||||||
|
autocmd TextChanged,InsertLeave <buffer> unlet! b:RstFoldCache
|
||||||
|
augroup END
|
||||||
|
endif
|
||||||
|
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -46,19 +46,12 @@ endif
|
|||||||
setlocal formatoptions-=t formatoptions+=croql
|
setlocal formatoptions-=t formatoptions+=croql
|
||||||
|
|
||||||
setlocal include=^\\s*\\<\\(load\\>\\\|require\\>\\\|autoload\\s*:\\=[\"']\\=\\h\\w*[\"']\\=,\\)
|
setlocal include=^\\s*\\<\\(load\\>\\\|require\\>\\\|autoload\\s*:\\=[\"']\\=\\h\\w*[\"']\\=,\\)
|
||||||
setlocal includeexpr=substitute(substitute(v:fname,'::','/','g'),'\%(\.rb\)\=$','.rb','')
|
|
||||||
setlocal suffixesadd=.rb
|
setlocal suffixesadd=.rb
|
||||||
|
|
||||||
if exists("&ofu") && has("ruby")
|
if exists("&ofu") && has("ruby")
|
||||||
setlocal omnifunc=rubycomplete#Complete
|
setlocal omnifunc=rubycomplete#Complete
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" To activate, :set ballooneval
|
|
||||||
if has('balloon_eval') && exists('+balloonexpr')
|
|
||||||
setlocal balloonexpr=RubyBalloonexpr()
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
" TODO:
|
" TODO:
|
||||||
"setlocal define=^\\s*def
|
"setlocal define=^\\s*def
|
||||||
|
|
||||||
@@ -143,22 +136,32 @@ if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
|
|||||||
\ "All Files (*.*)\t*.*\n"
|
\ "All Files (*.*)\t*.*\n"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let b:undo_ftplugin = "setl fo< inc< inex< sua< def< com< cms< path< tags< kp<"
|
let b:undo_ftplugin = "setl inc= sua= path= tags= fo< com< cms< kp="
|
||||||
\."| unlet! b:browsefilter b:match_ignorecase b:match_words b:match_skip"
|
\."| unlet! b:browsefilter b:match_ignorecase b:match_words b:match_skip"
|
||||||
\."| if exists('&ofu') && has('ruby') | setl ofu< | endif"
|
\."| if exists('&ofu') && has('ruby') | setl ofu< | endif"
|
||||||
\."| if has('balloon_eval') && exists('+bexpr') | setl bexpr< | endif"
|
|
||||||
|
if get(g:, 'ruby_recommended_style', 1)
|
||||||
|
setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||||
|
let b:undo_ftplugin .= ' | setl sw< sts< et<'
|
||||||
|
endif
|
||||||
|
|
||||||
|
" To activate, :set ballooneval
|
||||||
|
if exists('+balloonexpr') && get(g:, 'ruby_balloonexpr')
|
||||||
|
setlocal balloonexpr=RubyBalloonexpr()
|
||||||
|
let b:undo_ftplugin .= "| setl bexpr="
|
||||||
|
endif
|
||||||
|
|
||||||
function! s:map(mode, flags, map) abort
|
function! s:map(mode, flags, map) abort
|
||||||
let from = matchstr(a:map, '\S\+')
|
let from = matchstr(a:map, '\S\+')
|
||||||
if empty(mapcheck(from, a:mode))
|
if empty(mapcheck(from, a:mode))
|
||||||
exe a:mode.'map' '<buffer>'.(a:0 ? a:1 : '') a:map
|
exe a:mode.'map' '<buffer>' a:map
|
||||||
let b:undo_ftplugin .= '|sil! '.a:mode.'unmap <buffer> '.from
|
let b:undo_ftplugin .= '|sil! '.a:mode.'unmap <buffer> '.from
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
cmap <buffer><script><expr> <Plug><cword> substitute(RubyCursorIdentifier(),'^$',"\022\027",'')
|
cmap <buffer><script><expr> <Plug><ctag> substitute(RubyCursorTag(),'^$',"\022\027",'')
|
||||||
cmap <buffer><script><expr> <Plug><cfile> substitute(RubyCursorFile(),'^$',"\022\006",'')
|
cmap <buffer><script><expr> <Plug><cfile> substitute(RubyCursorFile(),'^$',"\022\006",'')
|
||||||
let b:undo_ftplugin .= "| sil! cunmap <buffer> <Plug><cword>| sil! cunmap <buffer> <Plug><cfile>"
|
let b:undo_ftplugin .= "| sil! cunmap <buffer> <Plug><ctag>| sil! cunmap <buffer> <Plug><cfile>"
|
||||||
|
|
||||||
if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
|
if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
|
||||||
nmap <buffer><script> <SID>: :<C-U>
|
nmap <buffer><script> <SID>: :<C-U>
|
||||||
@@ -206,19 +209,18 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
|
|||||||
\."| sil! exe 'xunmap <buffer> iM' | sil! exe 'xunmap <buffer> aM'"
|
\."| sil! exe 'xunmap <buffer> iM' | sil! exe 'xunmap <buffer> aM'"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call s:map('c', '', '<C-R><C-W> <Plug><cword>')
|
|
||||||
call s:map('c', '', '<C-R><C-F> <Plug><cfile>')
|
call s:map('c', '', '<C-R><C-F> <Plug><cfile>')
|
||||||
|
|
||||||
cmap <buffer><script><expr> <SID>tagzv &foldopen =~# 'tag' ? '<Bar>norm! zv' : ''
|
cmap <buffer><script><expr> <SID>tagzv &foldopen =~# 'tag' ? '<Bar>norm! zv' : ''
|
||||||
call s:map('n', '<silent>', '<C-]> <SID>:exe v:count1."tag <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', '<C-]> <SID>:exe v:count1."tag <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', 'g<C-]> <SID>:exe "tjump <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', 'g<C-]> <SID>:exe "tjump <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', 'g] <SID>:exe "tselect <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', 'g] <SID>:exe "tselect <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', '<C-W>] <SID>:exe v:count1."stag <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', '<C-W>] <SID>:exe v:count1."stag <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', '<C-W><C-]> <SID>:exe v:count1."stag <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', '<C-W><C-]> <SID>:exe v:count1."stag <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', '<C-W>g<C-]> <SID>:exe "stjump <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', '<C-W>g<C-]> <SID>:exe "stjump <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', '<C-W>g] <SID>:exe "stselect <Plug><cword>"<SID>tagzv<CR>')
|
call s:map('n', '<silent>', '<C-W>g] <SID>:exe "stselect <Plug><ctag>"<SID>tagzv<CR>')
|
||||||
call s:map('n', '<silent>', '<C-W>} <SID>:exe v:count1."ptag <Plug><cword>"<CR>')
|
call s:map('n', '<silent>', '<C-W>} <SID>:exe v:count1."ptag <Plug><ctag>"<CR>')
|
||||||
call s:map('n', '<silent>', '<C-W>g} <SID>:exe "ptjump <Plug><cword>"<CR>')
|
call s:map('n', '<silent>', '<C-W>g} <SID>:exe "ptjump <Plug><ctag>"<CR>')
|
||||||
|
|
||||||
call s:map('n', '<silent>', 'gf <SID>c:find <Plug><cfile><CR>')
|
call s:map('n', '<silent>', 'gf <SID>c:find <Plug><cfile><CR>')
|
||||||
call s:map('n', '<silent>', '<C-W>f <SID>c:sfind <Plug><cfile><CR>')
|
call s:map('n', '<silent>', '<C-W>f <SID>c:sfind <Plug><cfile><CR>')
|
||||||
@@ -352,6 +354,10 @@ function! RubyCursorIdentifier() abort
|
|||||||
return stripped == '' ? expand("<cword>") : stripped
|
return stripped == '' ? expand("<cword>") : stripped
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! RubyCursorTag() abort
|
||||||
|
return substitute(RubyCursorIdentifier(), '^[$@]*', '', '')
|
||||||
|
endfunction
|
||||||
|
|
||||||
function! RubyCursorFile() abort
|
function! RubyCursorFile() abort
|
||||||
let isfname = &isfname
|
let isfname = &isfname
|
||||||
try
|
try
|
||||||
|
|||||||
@@ -8,15 +8,22 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
|||||||
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
||||||
|
|
||||||
if exists("b:did_ftplugin")
|
if exists("b:did_ftplugin")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
augroup rust.vim
|
if get(b:, 'current_compiler', '') ==# ''
|
||||||
autocmd!
|
if strlen(findfile('Cargo.toml', '.;')) > 0
|
||||||
|
compiler cargo
|
||||||
|
else
|
||||||
|
compiler rustc
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
" Variables {{{1
|
" Variables {{{1
|
||||||
|
|
||||||
@@ -24,13 +31,13 @@ autocmd!
|
|||||||
" comments, so we'll use that as our default, but make it easy to switch.
|
" comments, so we'll use that as our default, but make it easy to switch.
|
||||||
" This does not affect indentation at all (I tested it with and without
|
" This does not affect indentation at all (I tested it with and without
|
||||||
" leader), merely whether a leader is inserted by default or not.
|
" leader), merely whether a leader is inserted by default or not.
|
||||||
if exists("g:rust_bang_comment_leader") && g:rust_bang_comment_leader != 0
|
if get(g:, 'rust_bang_comment_leader', 0)
|
||||||
" Why is the `,s0:/*,mb:\ ,ex:*/` there, you ask? I don't understand why,
|
" Why is the `,s0:/*,mb:\ ,ex:*/` there, you ask? I don't understand why,
|
||||||
" but without it, */ gets indented one space even if there were no
|
" but without it, */ gets indented one space even if there were no
|
||||||
" leaders. I'm fairly sure that's a Vim bug.
|
" leaders. I'm fairly sure that's a Vim bug.
|
||||||
setlocal comments=s1:/*,mb:*,ex:*/,s0:/*,mb:\ ,ex:*/,:///,://!,://
|
setlocal comments=s1:/*,mb:*,ex:*/,s0:/*,mb:\ ,ex:*/,:///,://!,://
|
||||||
else
|
else
|
||||||
setlocal comments=s0:/*!,m:\ ,ex:*/,s1:/*,mb:*,ex:*/,:///,://!,://
|
setlocal comments=s0:/*!,m:\ ,ex:*/,s1:/*,mb:*,ex:*/,:///,://!,://
|
||||||
endif
|
endif
|
||||||
setlocal commentstring=//%s
|
setlocal commentstring=//%s
|
||||||
setlocal formatoptions-=t formatoptions+=croqnl
|
setlocal formatoptions-=t formatoptions+=croqnl
|
||||||
@@ -41,9 +48,10 @@ silent! setlocal formatoptions+=j
|
|||||||
" otherwise it's better than nothing.
|
" otherwise it's better than nothing.
|
||||||
setlocal smartindent nocindent
|
setlocal smartindent nocindent
|
||||||
|
|
||||||
if !exists("g:rust_recommended_style") || g:rust_recommended_style != 0
|
if get(g:, 'rust_recommended_style', 1)
|
||||||
setlocal tabstop=4 shiftwidth=4 softtabstop=4 expandtab
|
let b:rust_set_style = 1
|
||||||
setlocal textwidth=99
|
setlocal tabstop=8 shiftwidth=4 softtabstop=4 expandtab
|
||||||
|
setlocal textwidth=99
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" This includeexpr isn't perfect, but it's a good start
|
" This includeexpr isn't perfect, but it's a good start
|
||||||
@@ -56,51 +64,36 @@ if exists("g:ftplugin_rust_source_path")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if exists("g:loaded_delimitMate")
|
if exists("g:loaded_delimitMate")
|
||||||
if exists("b:delimitMate_excluded_regions")
|
if exists("b:delimitMate_excluded_regions")
|
||||||
let b:rust_original_delimitMate_excluded_regions = b:delimitMate_excluded_regions
|
let b:rust_original_delimitMate_excluded_regions = b:delimitMate_excluded_regions
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let s:delimitMate_extra_excluded_regions = ',rustLifetimeCandidate,rustGenericLifetimeCandidate'
|
augroup rust.vim.DelimitMate
|
||||||
|
autocmd!
|
||||||
|
|
||||||
" For this buffer, when delimitMate issues the `User delimitMate_map`
|
autocmd User delimitMate_map :call rust#delimitmate#onMap()
|
||||||
" event in the autocommand system, add the above-defined extra excluded
|
autocmd User delimitMate_unmap :call rust#delimitmate#onUnmap()
|
||||||
" regions to delimitMate's state, if they have not already been added.
|
augroup END
|
||||||
autocmd User <buffer>
|
|
||||||
\ if expand('<afile>') ==# 'delimitMate_map' && match(
|
|
||||||
\ delimitMate#Get("excluded_regions"),
|
|
||||||
\ s:delimitMate_extra_excluded_regions) == -1
|
|
||||||
\| let b:delimitMate_excluded_regions =
|
|
||||||
\ delimitMate#Get("excluded_regions")
|
|
||||||
\ . s:delimitMate_extra_excluded_regions
|
|
||||||
\|endif
|
|
||||||
|
|
||||||
" For this buffer, when delimitMate issues the `User delimitMate_unmap`
|
|
||||||
" event in the autocommand system, delete the above-defined extra excluded
|
|
||||||
" regions from delimitMate's state (the deletion being idempotent and
|
|
||||||
" having no effect if the extra excluded regions are not present in the
|
|
||||||
" targeted part of delimitMate's state).
|
|
||||||
autocmd User <buffer>
|
|
||||||
\ if expand('<afile>') ==# 'delimitMate_unmap'
|
|
||||||
\| let b:delimitMate_excluded_regions = substitute(
|
|
||||||
\ delimitMate#Get("excluded_regions"),
|
|
||||||
\ '\C\V' . s:delimitMate_extra_excluded_regions,
|
|
||||||
\ '', 'g')
|
|
||||||
\|endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has("folding") && exists('g:rust_fold') && g:rust_fold != 0
|
" Integration with auto-pairs (https://github.com/jiangmiao/auto-pairs)
|
||||||
let b:rust_set_foldmethod=1
|
if exists("g:AutoPairsLoaded") && !get(g:, 'rust_keep_autopairs_default', 0)
|
||||||
setlocal foldmethod=syntax
|
let b:AutoPairs = {'(':')', '[':']', '{':'}','"':'"', '`':'`'}
|
||||||
if g:rust_fold == 2
|
|
||||||
setlocal foldlevel<
|
|
||||||
else
|
|
||||||
setlocal foldlevel=99
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('conceal') && exists('g:rust_conceal') && g:rust_conceal != 0
|
if has("folding") && get(g:, 'rust_fold', 0)
|
||||||
let b:rust_set_conceallevel=1
|
let b:rust_set_foldmethod=1
|
||||||
setlocal conceallevel=2
|
setlocal foldmethod=syntax
|
||||||
|
if g:rust_fold == 2
|
||||||
|
setlocal foldlevel<
|
||||||
|
else
|
||||||
|
setlocal foldlevel=99
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
if has('conceal') && get(g:, 'rust_conceal', 0)
|
||||||
|
let b:rust_set_conceallevel=1
|
||||||
|
setlocal conceallevel=2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Motion Commands {{{1
|
" Motion Commands {{{1
|
||||||
@@ -136,71 +129,77 @@ command! -buffer RustFmt call rustfmt#Format()
|
|||||||
" See |:RustFmtRange| for docs
|
" See |:RustFmtRange| for docs
|
||||||
command! -range -buffer RustFmtRange call rustfmt#FormatRange(<line1>, <line2>)
|
command! -range -buffer RustFmtRange call rustfmt#FormatRange(<line1>, <line2>)
|
||||||
|
|
||||||
" Mappings {{{1
|
" See |:RustInfo| for docs
|
||||||
|
command! -bar RustInfo call rust#debugging#Info()
|
||||||
|
|
||||||
" Bind ⌘R in MacVim to :RustRun
|
" See |:RustInfoToClipboard| for docs
|
||||||
nnoremap <silent> <buffer> <D-r> :RustRun<CR>
|
command! -bar RustInfoToClipboard call rust#debugging#InfoToClipboard()
|
||||||
" Bind ⌘⇧R in MacVim to :RustRun! pre-filled with the last args
|
|
||||||
nnoremap <buffer> <D-R> :RustRun! <C-r>=join(b:rust_last_rustc_args)<CR><C-\>erust#AppendCmdLine(' -- ' . join(b:rust_last_args))<CR>
|
" See |:RustInfoToFile| for docs
|
||||||
|
command! -bar -nargs=1 RustInfoToFile call rust#debugging#InfoToFile(<f-args>)
|
||||||
|
|
||||||
|
" See |:RustTest| for docs
|
||||||
|
command! -buffer -nargs=* -bang RustTest call rust#Test(<bang>0, <q-args>)
|
||||||
|
|
||||||
if !exists("b:rust_last_rustc_args") || !exists("b:rust_last_args")
|
if !exists("b:rust_last_rustc_args") || !exists("b:rust_last_args")
|
||||||
let b:rust_last_rustc_args = []
|
let b:rust_last_rustc_args = []
|
||||||
let b:rust_last_args = []
|
let b:rust_last_args = []
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Cleanup {{{1
|
" Cleanup {{{1
|
||||||
|
|
||||||
let b:undo_ftplugin = "
|
let b:undo_ftplugin = "
|
||||||
\ setlocal formatoptions< comments< commentstring< includeexpr< suffixesadd<
|
\ setlocal formatoptions< comments< commentstring< includeexpr< suffixesadd<
|
||||||
\|setlocal tabstop< shiftwidth< softtabstop< expandtab< textwidth<
|
\|if exists('b:rust_set_style')
|
||||||
\|if exists('b:rust_original_delimitMate_excluded_regions')
|
\|setlocal tabstop< shiftwidth< softtabstop< expandtab< textwidth<
|
||||||
\|let b:delimitMate_excluded_regions = b:rust_original_delimitMate_excluded_regions
|
\|endif
|
||||||
\|unlet b:rust_original_delimitMate_excluded_regions
|
\|if exists('b:rust_original_delimitMate_excluded_regions')
|
||||||
\|else
|
\|let b:delimitMate_excluded_regions = b:rust_original_delimitMate_excluded_regions
|
||||||
\|unlet! b:delimitMate_excluded_regions
|
\|unlet b:rust_original_delimitMate_excluded_regions
|
||||||
\|endif
|
\|else
|
||||||
\|if exists('b:rust_set_foldmethod')
|
\|unlet! b:delimitMate_excluded_regions
|
||||||
\|setlocal foldmethod< foldlevel<
|
\|endif
|
||||||
\|unlet b:rust_set_foldmethod
|
\|if exists('b:rust_set_foldmethod')
|
||||||
\|endif
|
\|setlocal foldmethod< foldlevel<
|
||||||
\|if exists('b:rust_set_conceallevel')
|
\|unlet b:rust_set_foldmethod
|
||||||
\|setlocal conceallevel<
|
\|endif
|
||||||
\|unlet b:rust_set_conceallevel
|
\|if exists('b:rust_set_conceallevel')
|
||||||
\|endif
|
\|setlocal conceallevel<
|
||||||
\|unlet! b:rust_last_rustc_args b:rust_last_args
|
\|unlet b:rust_set_conceallevel
|
||||||
\|delcommand RustRun
|
\|endif
|
||||||
\|delcommand RustExpand
|
\|unlet! b:rust_last_rustc_args b:rust_last_args
|
||||||
\|delcommand RustEmitIr
|
\|delcommand RustRun
|
||||||
\|delcommand RustEmitAsm
|
\|delcommand RustExpand
|
||||||
\|delcommand RustPlay
|
\|delcommand RustEmitIr
|
||||||
\|nunmap <buffer> <D-r>
|
\|delcommand RustEmitAsm
|
||||||
\|nunmap <buffer> <D-R>
|
\|delcommand RustPlay
|
||||||
\|nunmap <buffer> [[
|
\|nunmap <buffer> [[
|
||||||
\|nunmap <buffer> ]]
|
\|nunmap <buffer> ]]
|
||||||
\|xunmap <buffer> [[
|
\|xunmap <buffer> [[
|
||||||
\|xunmap <buffer> ]]
|
\|xunmap <buffer> ]]
|
||||||
\|ounmap <buffer> [[
|
\|ounmap <buffer> [[
|
||||||
\|ounmap <buffer> ]]
|
\|ounmap <buffer> ]]
|
||||||
\|set matchpairs-=<:>
|
\|setlocal matchpairs-=<:>
|
||||||
\|unlet b:match_skip
|
\|unlet b:match_skip
|
||||||
\"
|
\"
|
||||||
|
|
||||||
" }}}1
|
" }}}1
|
||||||
|
|
||||||
" Code formatting on save
|
" Code formatting on save
|
||||||
if get(g:, "rustfmt_autosave", 0)
|
augroup rust.vim.PreWrite
|
||||||
autocmd BufWritePre *.rs silent! call rustfmt#Format()
|
autocmd!
|
||||||
endif
|
autocmd BufWritePre <buffer> silent! call rustfmt#PreWrite()
|
||||||
|
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
set matchpairs+=<:>
|
setlocal matchpairs+=<:>
|
||||||
" For matchit.vim (rustArrow stops `Fn() -> X` messing things up)
|
" For matchit.vim (rustArrow stops `Fn() -> X` messing things up)
|
||||||
let b:match_skip = 's:comment\|string\|rustArrow'
|
let b:match_skip = 's:comment\|string\|rustArrow'
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
" vim: set noet sw=8 ts=8:
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
44
ftplugin/rust/tagbar.vim
Normal file
44
ftplugin/rust/tagbar.vim
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1
|
||||||
|
|
||||||
|
"
|
||||||
|
" Support for Tagbar -- https://github.com/majutsushi/tagbar
|
||||||
|
"
|
||||||
|
if !exists(':Tagbar')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
|
let s:save_cpo = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
|
if !exists('g:tagbar_type_rust')
|
||||||
|
let g:tagbar_type_rust = {
|
||||||
|
\ 'ctagstype' : 'rust',
|
||||||
|
\ 'kinds' : [
|
||||||
|
\'T:types',
|
||||||
|
\'f:functions',
|
||||||
|
\'g:enumerations',
|
||||||
|
\'s:structures',
|
||||||
|
\'m:modules',
|
||||||
|
\'c:constants',
|
||||||
|
\'t:traits',
|
||||||
|
\'i:trait implementations',
|
||||||
|
\ ]
|
||||||
|
\ }
|
||||||
|
endif
|
||||||
|
|
||||||
|
" In case you've updated/customized your ~/.ctags and prefer to use it.
|
||||||
|
if !get(g:, 'rust_use_custom_ctags_defs', 0)
|
||||||
|
let g:tagbar_type_rust.deffile = expand('<sfile>:p:h:h:h') . '/ctags/rust.ctags'
|
||||||
|
endif
|
||||||
|
|
||||||
|
" vint: -ProhibitAbbreviationOption
|
||||||
|
let &cpo = s:save_cpo
|
||||||
|
unlet s:save_cpo
|
||||||
|
" vint: +ProhibitAbbreviationOption
|
||||||
|
|
||||||
|
|
||||||
|
" vim: set et sw=4 sts=4 ts=8:
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -3,9 +3,25 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'slim') == -1
|
|||||||
if exists("b:did_ftplugin")
|
if exists("b:did_ftplugin")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Define some defaults in case the included ftplugins don't set them.
|
||||||
|
let s:undo_ftplugin = ""
|
||||||
|
|
||||||
|
" Override our defaults if these were set by an included ftplugin.
|
||||||
|
if exists("b:undo_ftplugin")
|
||||||
|
let s:undo_ftplugin = b:undo_ftplugin
|
||||||
|
unlet b:undo_ftplugin
|
||||||
|
endif
|
||||||
|
|
||||||
|
runtime! ftplugin/ruby.vim ftplugin/ruby_*.vim ftplugin/ruby/*.vim
|
||||||
let b:did_ftplugin = 1
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
let b:undo_ftplugin = "setl isk<"
|
" Combine the new set of values with those previously included.
|
||||||
|
if exists("b:undo_ftplugin")
|
||||||
|
let s:undo_ftplugin = b:undo_ftplugin . " | " . s:undo_ftplugin
|
||||||
|
endif
|
||||||
|
|
||||||
|
let b:undo_ftplugin = "setl isk<" . " | " . s:undo_ftplugin
|
||||||
|
|
||||||
setlocal iskeyword+=-
|
setlocal iskeyword+=-
|
||||||
setlocal commentstring=/%s
|
setlocal commentstring=/%s
|
||||||
|
|||||||
73
ftplugin/terraform.vim
Normal file
73
ftplugin/terraform.vim
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'terraform') == -1
|
||||||
|
|
||||||
|
" terraform.vim - basic vim/terraform integration
|
||||||
|
" Maintainer: HashiVim <https://github.com/hashivim>
|
||||||
|
|
||||||
|
if exists("g:loaded_terraform") || v:version < 700 || &cp || !executable('terraform')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let g:loaded_terraform = 1
|
||||||
|
|
||||||
|
if !exists("g:terraform_fmt_on_save")
|
||||||
|
let g:terraform_fmt_on_save = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
function! s:commands(A, L, P)
|
||||||
|
return join([
|
||||||
|
\ "apply",
|
||||||
|
\ "console",
|
||||||
|
\ "destroy",
|
||||||
|
\ "env",
|
||||||
|
\ "fmt",
|
||||||
|
\ "get",
|
||||||
|
\ "graph",
|
||||||
|
\ "import",
|
||||||
|
\ "init",
|
||||||
|
\ "output",
|
||||||
|
\ "plan",
|
||||||
|
\ "providers",
|
||||||
|
\ "push",
|
||||||
|
\ "refresh",
|
||||||
|
\ "show",
|
||||||
|
\ "taint",
|
||||||
|
\ "untaint",
|
||||||
|
\ "validate",
|
||||||
|
\ "version",
|
||||||
|
\ "workspace",
|
||||||
|
\ "debug",
|
||||||
|
\ "force-unlock",
|
||||||
|
\ "state"
|
||||||
|
\ ], "\n")
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" Adapted from vim-hclfmt:
|
||||||
|
" https://github.com/fatih/vim-hclfmt/blob/master/autoload/fmt.vim
|
||||||
|
function! terraform#fmt()
|
||||||
|
let l:curw = winsaveview()
|
||||||
|
let l:tmpfile = tempname()
|
||||||
|
call writefile(getline(1, "$"), l:tmpfile)
|
||||||
|
let output = system("terraform fmt -write " . l:tmpfile)
|
||||||
|
if v:shell_error == 0
|
||||||
|
try | silent undojoin | catch | endtry
|
||||||
|
call rename(l:tmpfile, resolve(expand("%")))
|
||||||
|
silent edit!
|
||||||
|
let &syntax = &syntax
|
||||||
|
else
|
||||||
|
echo output
|
||||||
|
call delete(l:tmpfile)
|
||||||
|
endif
|
||||||
|
call winrestview(l:curw)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
augroup terraform
|
||||||
|
autocmd!
|
||||||
|
autocmd BufEnter *
|
||||||
|
\ command! -nargs=+ -complete=custom,s:commands Terraform execute '!terraform '.<q-args>. ' -no-color'
|
||||||
|
autocmd BufEnter * command! -nargs=0 TerraformFmt call terraform#fmt()
|
||||||
|
if get(g:, "terraform_fmt_on_save", 1)
|
||||||
|
autocmd BufWritePre *.tf call terraform#fmt()
|
||||||
|
autocmd BufWritePre *.tfvars call terraform#fmt()
|
||||||
|
endif
|
||||||
|
augroup END
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -31,8 +31,6 @@ else
|
|||||||
endif
|
endif
|
||||||
unlet s:delims
|
unlet s:delims
|
||||||
|
|
||||||
let b:undo_ftplugin = ""
|
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,27 @@ setlocal comments=s:{#,ex:#}
|
|||||||
setlocal formatoptions+=tcqln
|
setlocal formatoptions+=tcqln
|
||||||
" setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+
|
" setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+
|
||||||
|
|
||||||
|
if exists('b:match_words')
|
||||||
|
let b:twigMatchWords = [
|
||||||
|
\ ['block', 'endblock'],
|
||||||
|
\ ['for', 'endfor'],
|
||||||
|
\ ['macro', 'endmacro'],
|
||||||
|
\ ['if', 'elseif', 'else', 'endif'],
|
||||||
|
\ ['set', 'endset']
|
||||||
|
\]
|
||||||
|
for s:element in b:twigMatchWords
|
||||||
|
let s:pattern = ''
|
||||||
|
for s:tag in s:element[:-2]
|
||||||
|
if s:pattern != ''
|
||||||
|
let s:pattern .= ':'
|
||||||
|
endif
|
||||||
|
let s:pattern .= '{%\s*\<' . s:tag . '\>\s*\%(.*=\)\@![^}]\{-}%}'
|
||||||
|
endfor
|
||||||
|
let s:pattern .= ':{%\s*\<' . s:element[-1:][0] . '\>\s*.\{-}%}'
|
||||||
|
let b:match_words .= ',' . s:pattern
|
||||||
|
endfor
|
||||||
|
endif
|
||||||
|
|
||||||
if exists("b:did_ftplugin")
|
if exists("b:did_ftplugin")
|
||||||
let b:undo_ftplugin .= "|setlocal comments< formatoptions<"
|
let b:undo_ftplugin .= "|setlocal comments< formatoptions<"
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1
|
|||||||
" Maintainer: Eduardo San Martin Morote
|
" Maintainer: Eduardo San Martin Morote
|
||||||
" Author: Adriaan Zonnenberg
|
" Author: Adriaan Zonnenberg
|
||||||
|
|
||||||
if exists("b:did_ftplugin")
|
if exists('b:did_ftplugin')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -20,11 +20,4 @@ if !exists('g:no_plugin_maps') && !exists('g:no_vue_maps')
|
|||||||
nnoremap <silent> <buffer> ][ :call search('^</\(template\<Bar>script\<Bar>style\)', 'W')<CR>
|
nnoremap <silent> <buffer> ][ :call search('^</\(template\<Bar>script\<Bar>style\)', 'W')<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists('g:loaded_ale')
|
|
||||||
let g:ale_linters = get(g:, 'ale_linters', {})
|
|
||||||
let g:ale_linters.vue = get(g:ale_linters, 'vue', ['eslint'])
|
|
||||||
let g:ale_linter_aliases = get(g:, 'ale_linter_aliases', {})
|
|
||||||
let g:ale_linter_aliases.vue = get(g:ale_linter_aliases, 'vue', 'javascript')
|
|
||||||
endif
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
27
indent/Dockerfile.vim
Normal file
27
indent/Dockerfile.vim
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1
|
||||||
|
|
||||||
|
if exists('b:did_indent') | finish | endif
|
||||||
|
let b:did_indent = 1
|
||||||
|
|
||||||
|
|
||||||
|
function! DockerfileIndent(line)
|
||||||
|
let prev_line = getline(a:line - 1)
|
||||||
|
if a:line > 1 && prev_line =~ '\\\s*$'
|
||||||
|
let i = indent(a:line - 1)
|
||||||
|
if i == 0
|
||||||
|
let i += &l:shiftwidth
|
||||||
|
if &l:expandtab && prev_line =~# '^RUN\s'
|
||||||
|
" Overindent past RUN
|
||||||
|
let i = 4 + &l:shiftwidth
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
return i
|
||||||
|
endif
|
||||||
|
|
||||||
|
return -1
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
set indentexpr=DockerfileIndent(v:lnum)
|
||||||
|
|
||||||
|
endif
|
||||||
81
indent/applescript.vim
Normal file
81
indent/applescript.vim
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'applescript') == -1
|
||||||
|
|
||||||
|
"Plugin Name: applescript indent file.
|
||||||
|
"Author: mityu
|
||||||
|
"Last Change: 02-May-2017.
|
||||||
|
|
||||||
|
let s:cpo_save=&cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
|
setlocal indentexpr=GetAppleScriptIndent()
|
||||||
|
setlocal indentkeys+=0=end,0=else,=error
|
||||||
|
|
||||||
|
func! GetAppleScriptIndent()
|
||||||
|
let l:ignorecase_save=&ignorecase
|
||||||
|
try
|
||||||
|
let &ignorecase=0
|
||||||
|
return s:returnAppleScriptIndent()
|
||||||
|
finally
|
||||||
|
let &ignorecase=l:ignorecase_save
|
||||||
|
endtry
|
||||||
|
endfunc
|
||||||
|
|
||||||
|
func! s:returnAppleScriptIndent()
|
||||||
|
let l:current_text=getline(v:lnum)
|
||||||
|
|
||||||
|
let l:prev_line=prevnonblank(v:lnum-1)
|
||||||
|
|
||||||
|
"At the start of the file, use 0 indent.
|
||||||
|
if l:prev_line==0
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
let l:prev_line_save=l:prev_line
|
||||||
|
let l:prev_line=s:prev_non_connected_line(l:prev_line)
|
||||||
|
|
||||||
|
let l:indent=indent(l:prev_line)
|
||||||
|
|
||||||
|
if l:prev_line_save-l:prev_line==1
|
||||||
|
"連結開始
|
||||||
|
let l:indent+=shiftwidth()*2
|
||||||
|
elseif l:prev_line_save-l:prev_line>=2
|
||||||
|
"絶賛連結中
|
||||||
|
"その時は前の行のインデントをそのまま流用する
|
||||||
|
return indent(l:prev_line_save)
|
||||||
|
elseif l:prev_line_save==l:prev_line && s:doesOrderConnect(getline(l:prev_line-1))
|
||||||
|
"前の行が連結される行の最終行の場合
|
||||||
|
let l:prev_line=s:prev_non_connected_line(l:prev_line-1)
|
||||||
|
if l:prev_line==0 | let l:prev_line=1 | endif
|
||||||
|
let l:indent=indent(l:prev_line)
|
||||||
|
endif
|
||||||
|
|
||||||
|
let l:prev_text=getline(l:prev_line)
|
||||||
|
if l:prev_text=~'^\s*\(on\|\(tell\(.*\<to\>\)\@!\)\|repeat\|try\|if\|else\)'
|
||||||
|
let l:indent+=shiftwidth()
|
||||||
|
endif
|
||||||
|
|
||||||
|
if l:current_text=~'^\s*\(end\|else\|on\serror\)'
|
||||||
|
let l:indent-=shiftwidth()
|
||||||
|
endif
|
||||||
|
|
||||||
|
return l:indent
|
||||||
|
endfunc
|
||||||
|
|
||||||
|
func! s:prev_non_connected_line(line)
|
||||||
|
let l:prev_line=prevnonblank(a:line)
|
||||||
|
while l:prev_line>0 && s:doesOrderConnect(getline(l:prev_line))
|
||||||
|
let l:prev_line-=1
|
||||||
|
endwhile
|
||||||
|
return l:prev_line
|
||||||
|
endfunc
|
||||||
|
|
||||||
|
func! s:doesOrderConnect(text)
|
||||||
|
return a:text=~'¬$'
|
||||||
|
endfunc
|
||||||
|
|
||||||
|
let &cpo=s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
" vim: foldmethod=marker
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -9,14 +9,13 @@ setlocal nolisp
|
|||||||
setlocal autoindent
|
setlocal autoindent
|
||||||
setlocal indentexpr=GetCaddyfileIndent(v:lnum)
|
setlocal indentexpr=GetCaddyfileIndent(v:lnum)
|
||||||
setlocal indentkeys+=<:>,0=},0=)
|
setlocal indentkeys+=<:>,0=},0=)
|
||||||
" setlocal cindent
|
|
||||||
|
|
||||||
if exists('*shiftwidth')
|
if exists('*shiftwidth')
|
||||||
func s:sw()
|
function! s:sw()
|
||||||
return shiftwidth()
|
return shiftwidth()
|
||||||
endfunc
|
endfunc
|
||||||
else
|
else
|
||||||
func s:sw()
|
function! s:sw()
|
||||||
return &sw
|
return &sw
|
||||||
endfunc
|
endfunc
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -129,17 +129,17 @@ let s:access_modifier_regex = '\C^\s*\%(public\|protected\|private\)\s*\%(#.*\)\
|
|||||||
|
|
||||||
" Check if the character at lnum:col is inside a string, comment, or is ascii.
|
" Check if the character at lnum:col is inside a string, comment, or is ascii.
|
||||||
function s:IsInStringOrComment(lnum, col)
|
function s:IsInStringOrComment(lnum, col)
|
||||||
return synIDattr(synID(a:lnum, a:col, 1), 'name') =~ s:syng_strcom
|
return synIDattr(synID(a:lnum, a:col, 1), 'name') =~# s:syng_strcom
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Check if the character at lnum:col is inside a string.
|
" Check if the character at lnum:col is inside a string.
|
||||||
function s:IsInString(lnum, col)
|
function s:IsInString(lnum, col)
|
||||||
return synIDattr(synID(a:lnum, a:col, 1), 'name') =~ s:syng_string
|
return synIDattr(synID(a:lnum, a:col, 1), 'name') =~# s:syng_string
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Check if the character at lnum:col is inside a string or documentation.
|
" Check if the character at lnum:col is inside a string or documentation.
|
||||||
function s:IsInStringOrDocumentation(lnum, col)
|
function s:IsInStringOrDocumentation(lnum, col)
|
||||||
return synIDattr(synID(a:lnum, a:col, 1), 'name') =~ s:syng_stringdoc
|
return synIDattr(synID(a:lnum, a:col, 1), 'name') =~# s:syng_stringdoc
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Check if the character at lnum:col is inside a string delimiter
|
" Check if the character at lnum:col is inside a string delimiter
|
||||||
|
|||||||
@@ -36,6 +36,19 @@ if !exists('g:python_pep8_indent_multiline_string')
|
|||||||
let g:python_pep8_indent_multiline_string = 0
|
let g:python_pep8_indent_multiline_string = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !exists('g:python_pep8_indent_hang_closing')
|
||||||
|
let g:python_pep8_indent_hang_closing = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
" TODO: check required patch for timeout argument, likely lower than 7.3.429 though.
|
||||||
|
if !exists('g:python_pep8_indent_searchpair_timeout')
|
||||||
|
if has('patch-8.0.1483')
|
||||||
|
let g:python_pep8_indent_searchpair_timeout = 150
|
||||||
|
else
|
||||||
|
let g:python_pep8_indent_searchpair_timeout = 0
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
let s:block_rules = {
|
let s:block_rules = {
|
||||||
\ '^\s*elif\>': ['if', 'elif'],
|
\ '^\s*elif\>': ['if', 'elif'],
|
||||||
\ '^\s*except\>': ['try', 'except'],
|
\ '^\s*except\>': ['try', 'except'],
|
||||||
@@ -55,29 +68,35 @@ else
|
|||||||
endif
|
endif
|
||||||
let s:stop_statement = '^\s*\(break\|continue\|raise\|return\|pass\)\>'
|
let s:stop_statement = '^\s*\(break\|continue\|raise\|return\|pass\)\>'
|
||||||
|
|
||||||
" Skip strings and comments. Return 1 for chars to skip.
|
|
||||||
" jedi* refers to syntax definitions from jedi-vim for call signatures, which
|
|
||||||
" are inserted temporarily into the buffer.
|
|
||||||
let s:skip_special_chars = 'synIDattr(synID(line("."), col("."), 0), "name") ' .
|
|
||||||
\ '=~? "\\vstring|comment|jedi\\S"'
|
|
||||||
|
|
||||||
let s:skip_after_opening_paren = 'synIDattr(synID(line("."), col("."), 0), "name") ' .
|
let s:skip_after_opening_paren = 'synIDattr(synID(line("."), col("."), 0), "name") ' .
|
||||||
\ '=~? "\\vcomment|jedi\\S"'
|
\ '=~? "\\vcomment|jedi\\S"'
|
||||||
|
|
||||||
" Also ignore anything concealed.
|
if !get(g:, 'python_pep8_indent_skip_concealed', 0) || !has('conceal')
|
||||||
" Wrapper around synconcealed for older Vim (7.3.429, used on Travis CI).
|
" Skip strings and comments. Return 1 for chars to skip.
|
||||||
function! s:is_concealed(line, col)
|
" jedi* refers to syntax definitions from jedi-vim for call signatures, which
|
||||||
let concealed = synconcealed(a:line, a:col)
|
" are inserted temporarily into the buffer.
|
||||||
return len(concealed) && concealed[0]
|
function! s:_skip_special_chars(line, col)
|
||||||
endfunction
|
return synIDattr(synID(a:line, a:col, 0), 'name')
|
||||||
if has('conceal')
|
\ =~? "\\vstring|comment|^pythonbytes%(contents)=$|jedi\\S"
|
||||||
let s:skip_special_chars .= '|| s:is_concealed(line("."), col("."))'
|
endfunction
|
||||||
|
else
|
||||||
|
" Also ignore anything concealed.
|
||||||
|
" TODO: doc; likely only necessary with jedi-vim, where a better version is
|
||||||
|
" planned (https://github.com/Vimjas/vim-python-pep8-indent/pull/98).
|
||||||
|
|
||||||
|
" Wrapper around synconcealed for older Vim (7.3.429, used on Travis CI).
|
||||||
|
function! s:is_concealed(line, col)
|
||||||
|
let concealed = synconcealed(a:line, a:col)
|
||||||
|
return len(concealed) && concealed[0]
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:_skip_special_chars(line, col)
|
||||||
|
return synIDattr(synID(a:line, a:col, 0), 'name')
|
||||||
|
\ =~? "\\vstring|comment|^pythonbytes%(contents)=$|jedi\\S"
|
||||||
|
\ || s:is_concealed(a:line, a:col)
|
||||||
|
endfunction
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
let s:skip_search = 'synIDattr(synID(line("."), col("."), 0), "name") ' .
|
|
||||||
\ '=~? "comment"'
|
|
||||||
|
|
||||||
" Use 'shiftwidth()' instead of '&sw'.
|
" Use 'shiftwidth()' instead of '&sw'.
|
||||||
" (Since Vim patch 7.3.629, 'shiftwidth' can be set to 0 to follow 'tabstop').
|
" (Since Vim patch 7.3.629, 'shiftwidth' can be set to 0 to follow 'tabstop').
|
||||||
if exists('*shiftwidth')
|
if exists('*shiftwidth')
|
||||||
@@ -90,33 +109,22 @@ else
|
|||||||
endfunction
|
endfunction
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! s:pair_sort(x, y)
|
|
||||||
if a:x[0] == a:y[0]
|
|
||||||
return a:x[1] == a:y[1] ? 0 : a:x[1] > a:y[1] ? 1 : -1
|
|
||||||
else
|
|
||||||
return a:x[0] > a:y[0] ? 1 : -1
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" Find backwards the closest open parenthesis/bracket/brace.
|
" Find backwards the closest open parenthesis/bracket/brace.
|
||||||
function! s:find_opening_paren(...)
|
function! s:find_opening_paren(lnum, col)
|
||||||
" optional arguments: line and column (defaults to 1) to search around
|
" Return if cursor is in a comment.
|
||||||
if a:0 > 0
|
if synIDattr(synID(a:lnum, a:col, 0), 'name') =~? 'comment'
|
||||||
let view = winsaveview()
|
return [0, 0]
|
||||||
call cursor(a:1, a:0 > 1 ? a:2 : 1)
|
|
||||||
let ret = s:find_opening_paren()
|
|
||||||
call winrestview(view)
|
|
||||||
return ret
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Return if cursor is in a comment.
|
call cursor(a:lnum, a:col)
|
||||||
exe 'if' s:skip_search '| return [0, 0] | endif'
|
|
||||||
|
|
||||||
let nearest = [0, 0]
|
let nearest = [0, 0]
|
||||||
|
let timeout = g:python_pep8_indent_searchpair_timeout
|
||||||
|
let skip_special_chars = 's:_skip_special_chars(line("."), col("."))'
|
||||||
for [p, maxoff] in items(s:paren_pairs)
|
for [p, maxoff] in items(s:paren_pairs)
|
||||||
let stopline = max([0, line('.') - maxoff, nearest[0]])
|
let stopline = max([0, line('.') - maxoff, nearest[0]])
|
||||||
let next = searchpairpos(
|
let next = searchpairpos(
|
||||||
\ '\V'.p[0], '', '\V'.p[1], 'bnW', s:skip_special_chars, stopline)
|
\ '\V'.p[0], '', '\V'.p[1], 'bnW', skip_special_chars, stopline, timeout)
|
||||||
if next[0] && (next[0] > nearest[0] || (next[0] == nearest[0] && next[1] > nearest[1]))
|
if next[0] && (next[0] > nearest[0] || (next[0] == nearest[0] && next[1] > nearest[1]))
|
||||||
let nearest = next
|
let nearest = next
|
||||||
endif
|
endif
|
||||||
@@ -131,7 +139,7 @@ function! s:find_start_of_multiline_statement(lnum)
|
|||||||
if getline(lnum - 1) =~# '\\$'
|
if getline(lnum - 1) =~# '\\$'
|
||||||
let lnum = prevnonblank(lnum - 1)
|
let lnum = prevnonblank(lnum - 1)
|
||||||
else
|
else
|
||||||
let [paren_lnum, _] = s:find_opening_paren(lnum)
|
let [paren_lnum, _] = s:find_opening_paren(lnum, 1)
|
||||||
if paren_lnum < 1
|
if paren_lnum < 1
|
||||||
return lnum
|
return lnum
|
||||||
else
|
else
|
||||||
@@ -144,27 +152,21 @@ endfunction
|
|||||||
" Find possible indent(s) of the block starter that matches the current line.
|
" Find possible indent(s) of the block starter that matches the current line.
|
||||||
function! s:find_start_of_block(lnum, types, multiple)
|
function! s:find_start_of_block(lnum, types, multiple)
|
||||||
let r = []
|
let r = []
|
||||||
let types = copy(a:types)
|
|
||||||
let re = '\V\^\s\*\('.join(a:types, '\|').'\)\>'
|
let re = '\V\^\s\*\('.join(a:types, '\|').'\)\>'
|
||||||
let lnum = a:lnum
|
let lnum = a:lnum
|
||||||
let last_indent = indent(lnum) + 1
|
let last_indent = indent(lnum) + 1
|
||||||
while lnum > 0 && last_indent > 0
|
while lnum > 0 && last_indent > 0
|
||||||
let indent = indent(lnum)
|
let indent = indent(lnum)
|
||||||
if indent < last_indent
|
if indent < last_indent
|
||||||
for type in types
|
if getline(lnum) =~# re
|
||||||
let re = '\v^\s*'.type.'>'
|
if !a:multiple
|
||||||
if getline(lnum) =~# re
|
return [indent]
|
||||||
if !a:multiple
|
|
||||||
return [indent]
|
|
||||||
endif
|
|
||||||
if index(r, indent) == -1
|
|
||||||
let r += [indent]
|
|
||||||
endif
|
|
||||||
" Remove any handled type, e.g. 'if'.
|
|
||||||
call remove(types, index(types, type))
|
|
||||||
endif
|
endif
|
||||||
endfor
|
if index(r, indent) == -1
|
||||||
let last_indent = indent(lnum)
|
let r += [indent]
|
||||||
|
endif
|
||||||
|
let last_indent = indent
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
let lnum = prevnonblank(lnum - 1)
|
let lnum = prevnonblank(lnum - 1)
|
||||||
endwhile
|
endwhile
|
||||||
@@ -194,7 +196,7 @@ endfunction
|
|||||||
|
|
||||||
" Line up with open parenthesis/bracket/brace.
|
" Line up with open parenthesis/bracket/brace.
|
||||||
function! s:indent_like_opening_paren(lnum)
|
function! s:indent_like_opening_paren(lnum)
|
||||||
let [paren_lnum, paren_col] = s:find_opening_paren(a:lnum)
|
let [paren_lnum, paren_col] = s:find_opening_paren(a:lnum, 1)
|
||||||
if paren_lnum <= 0
|
if paren_lnum <= 0
|
||||||
return -2
|
return -2
|
||||||
endif
|
endif
|
||||||
@@ -205,8 +207,11 @@ function! s:indent_like_opening_paren(lnum)
|
|||||||
\ s:skip_after_opening_paren, paren_lnum, paren_col+1)
|
\ s:skip_after_opening_paren, paren_lnum, paren_col+1)
|
||||||
let starts_with_closing_paren = getline(a:lnum) =~# '^\s*[])}]'
|
let starts_with_closing_paren = getline(a:lnum) =~# '^\s*[])}]'
|
||||||
|
|
||||||
|
let hang_closing = get(b:, 'python_pep8_indent_hang_closing',
|
||||||
|
\ get(g:, 'python_pep8_indent_hang_closing', 0))
|
||||||
|
|
||||||
if nothing_after_opening_paren
|
if nothing_after_opening_paren
|
||||||
if starts_with_closing_paren
|
if starts_with_closing_paren && !hang_closing
|
||||||
let res = base
|
let res = base
|
||||||
else
|
else
|
||||||
let res = base + s:sw()
|
let res = base + s:sw()
|
||||||
@@ -220,10 +225,13 @@ function! s:indent_like_opening_paren(lnum)
|
|||||||
" indent further to distinguish the continuation line
|
" indent further to distinguish the continuation line
|
||||||
" from the next logical line.
|
" from the next logical line.
|
||||||
if text =~# b:control_statement && res == base + s:sw()
|
if text =~# b:control_statement && res == base + s:sw()
|
||||||
return base + s:sw() * 2
|
" But only if not inside parens itself (Flake's E127).
|
||||||
else
|
let [paren_lnum, _] = s:find_opening_paren(paren_lnum, 1)
|
||||||
return res
|
if paren_lnum <= 0
|
||||||
|
return res + s:sw()
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
return res
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Match indent of first block of this type.
|
" Match indent of first block of this type.
|
||||||
@@ -271,24 +279,23 @@ function! s:indent_like_previous_line(lnum)
|
|||||||
let base = indent(start)
|
let base = indent(start)
|
||||||
let current = indent(a:lnum)
|
let current = indent(a:lnum)
|
||||||
|
|
||||||
" Jump to last character in previous line.
|
" Ignore last character in previous line?
|
||||||
call cursor(lnum, len(text))
|
let lastcol = len(text)
|
||||||
let ignore_last_char = eval(s:skip_special_chars)
|
let col = lastcol
|
||||||
|
|
||||||
" Search for final colon that is not inside something to be ignored.
|
" Search for final colon that is not inside something to be ignored.
|
||||||
while 1
|
while 1
|
||||||
let curpos = getpos('.')[2]
|
if col == 1 | break | endif
|
||||||
if curpos == 1 | break | endif
|
if text[col-1] =~# '\s' || s:_skip_special_chars(lnum, col)
|
||||||
if eval(s:skip_special_chars) || text[curpos-1] =~# '\s'
|
let col = col - 1
|
||||||
normal! h
|
|
||||||
continue
|
continue
|
||||||
elseif text[curpos-1] ==# ':'
|
elseif text[col-1] ==# ':'
|
||||||
return base + s:sw()
|
return base + s:sw()
|
||||||
endif
|
endif
|
||||||
break
|
break
|
||||||
endwhile
|
endwhile
|
||||||
|
|
||||||
if text =~# '\\$' && !ignore_last_char
|
if text =~# '\\$' && !s:_skip_special_chars(lnum, lastcol)
|
||||||
" If this line is the continuation of a control statement
|
" If this line is the continuation of a control statement
|
||||||
" indent further to distinguish the continuation line
|
" indent further to distinguish the continuation line
|
||||||
" from the next logical line.
|
" from the next logical line.
|
||||||
@@ -319,7 +326,7 @@ function! s:indent_like_previous_line(lnum)
|
|||||||
return -1
|
return -1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !empty && s:is_dedented_already(current, base)
|
if (current || !empty) && s:is_dedented_already(current, base)
|
||||||
return -1
|
return -1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -337,11 +344,11 @@ endfunction
|
|||||||
" Is the syntax at lnum (and optionally cnum) a python string?
|
" Is the syntax at lnum (and optionally cnum) a python string?
|
||||||
function! s:is_python_string(lnum, ...)
|
function! s:is_python_string(lnum, ...)
|
||||||
let line = getline(a:lnum)
|
let line = getline(a:lnum)
|
||||||
let linelen = len(line)
|
if a:0
|
||||||
if linelen < 1
|
let cols = type(a:1) != type([]) ? [a:1] : a:1
|
||||||
let linelen = 1
|
else
|
||||||
|
let cols = range(1, max([1, len(line)]))
|
||||||
endif
|
endif
|
||||||
let cols = a:0 ? type(a:1) != type([]) ? [a:1] : a:1 : range(1, linelen)
|
|
||||||
for cnum in cols
|
for cnum in cols
|
||||||
if match(map(synstack(a:lnum, cnum),
|
if match(map(synstack(a:lnum, cnum),
|
||||||
\ "synIDattr(v:val, 'name')"), 'python\S*String') == -1
|
\ "synIDattr(v:val, 'name')"), 'python\S*String') == -1
|
||||||
@@ -361,7 +368,7 @@ function! GetPythonPEPIndent(lnum)
|
|||||||
let prevline = getline(a:lnum-1)
|
let prevline = getline(a:lnum-1)
|
||||||
|
|
||||||
" Multilinestrings: continous, docstring or starting.
|
" Multilinestrings: continous, docstring or starting.
|
||||||
if s:is_python_string(a:lnum-1, len(prevline))
|
if s:is_python_string(a:lnum-1, max([1, len(prevline)]))
|
||||||
\ && (s:is_python_string(a:lnum, 1)
|
\ && (s:is_python_string(a:lnum, 1)
|
||||||
\ || match(line, '^\%("""\|''''''\)') != -1)
|
\ || match(line, '^\%("""\|''''''\)') != -1)
|
||||||
|
|
||||||
@@ -370,17 +377,18 @@ function! GetPythonPEPIndent(lnum)
|
|||||||
if match_quotes != -1
|
if match_quotes != -1
|
||||||
" closing multiline string
|
" closing multiline string
|
||||||
let quotes = line[match_quotes:(match_quotes+2)]
|
let quotes = line[match_quotes:(match_quotes+2)]
|
||||||
let pairpos = searchpairpos(quotes, '', quotes, 'b')
|
call cursor(a:lnum, 1)
|
||||||
|
let pairpos = searchpairpos(quotes, '', quotes, 'bW', '', 0, g:python_pep8_indent_searchpair_timeout)
|
||||||
if pairpos[0] != 0
|
if pairpos[0] != 0
|
||||||
return indent(pairpos[0])
|
return indent(pairpos[0])
|
||||||
else
|
else
|
||||||
" TODO: test to cover this!
|
return -1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if s:is_python_string(a:lnum-1)
|
if s:is_python_string(a:lnum-1)
|
||||||
" Previous line is (completely) a string.
|
" Previous line is (completely) a string: keep current indent.
|
||||||
return indent(a:lnum-1)
|
return -1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if match(prevline, '^\s*\%("""\|''''''\)') != -1
|
if match(prevline, '^\s*\%("""\|''''''\)') != -1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ endif
|
|||||||
let b:did_indent = 1
|
let b:did_indent = 1
|
||||||
|
|
||||||
setlocal cindent
|
setlocal cindent
|
||||||
setlocal cinoptions+=j1,J1
|
setlocal cinoptions+=j1,J1,(2s,u2s,U1,m1,+2s
|
||||||
|
|
||||||
setlocal indentexpr=DartIndent()
|
setlocal indentexpr=DartIndent()
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ruby') == -1
|
|||||||
" URL: https://github.com/vim-ruby/vim-ruby
|
" URL: https://github.com/vim-ruby/vim-ruby
|
||||||
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
|
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
|
||||||
|
|
||||||
if exists("b:did_indent")
|
if get(b:, 'did_indent') =~# '\<eruby\>'
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -14,12 +14,14 @@ runtime! indent/ruby.vim
|
|||||||
unlet! b:did_indent
|
unlet! b:did_indent
|
||||||
setlocal indentexpr=
|
setlocal indentexpr=
|
||||||
|
|
||||||
if exists("b:eruby_subtype") && b:eruby_subtype != '' && b:eruby_subtype !=# 'eruby'
|
if &filetype =~# '^eruby\>'
|
||||||
exe "runtime! indent/".b:eruby_subtype.".vim"
|
if exists("b:eruby_subtype") && b:eruby_subtype != '' && b:eruby_subtype !=# 'eruby'
|
||||||
else
|
exe "runtime! indent/".b:eruby_subtype.".vim"
|
||||||
runtime! indent/html.vim
|
else
|
||||||
|
runtime! indent/html.vim
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
unlet! b:did_indent
|
let b:did_indent = get(b:, 'did_indent', 1) . '.eruby'
|
||||||
|
|
||||||
" Force HTML indent to not keep state.
|
" Force HTML indent to not keep state.
|
||||||
let b:html_indent_usestate = 0
|
let b:html_indent_usestate = 0
|
||||||
@@ -33,8 +35,6 @@ if &l:indentexpr == ''
|
|||||||
endif
|
endif
|
||||||
let b:eruby_subtype_indentexpr = &l:indentexpr
|
let b:eruby_subtype_indentexpr = &l:indentexpr
|
||||||
|
|
||||||
let b:did_indent = 1
|
|
||||||
|
|
||||||
setlocal indentexpr=GetErubyIndent()
|
setlocal indentexpr=GetErubyIndent()
|
||||||
setlocal indentkeys=o,O,*<Return>,<>>,{,},0),0],o,O,!^F,=end,=else,=elsif,=rescue,=ensure,=when
|
setlocal indentkeys=o,O,*<Return>,<>>,{,},0),0],o,O,!^F,=end,=else,=elsif,=rescue,=ensure,=when
|
||||||
|
|
||||||
|
|||||||
@@ -26,18 +26,11 @@ if exists("*GoIndent")
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" use shiftwidth function only if it's available
|
" don't spam the user when Vim is started in Vi compatibility mode
|
||||||
if exists('*shiftwidth')
|
let s:cpo_save = &cpo
|
||||||
func s:sw()
|
set cpo&vim
|
||||||
return shiftwidth()
|
|
||||||
endfunc
|
|
||||||
else
|
|
||||||
func s:sw()
|
|
||||||
return &sw
|
|
||||||
endfunc
|
|
||||||
endif
|
|
||||||
|
|
||||||
function! GoIndent(lnum)
|
function! GoIndent(lnum) abort
|
||||||
let prevlnum = prevnonblank(a:lnum-1)
|
let prevlnum = prevnonblank(a:lnum-1)
|
||||||
if prevlnum == 0
|
if prevlnum == 0
|
||||||
" top of file
|
" top of file
|
||||||
@@ -51,19 +44,30 @@ function! GoIndent(lnum)
|
|||||||
|
|
||||||
let ind = previ
|
let ind = previ
|
||||||
|
|
||||||
|
for synid in synstack(a:lnum, 1)
|
||||||
|
if synIDattr(synid, 'name') == 'goRawString'
|
||||||
|
if prevl =~ '\%(\%(:\?=\)\|(\|,\)\s*`[^`]*$'
|
||||||
|
" previous line started a multi-line raw string
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
" return -1 to keep the current indent.
|
||||||
|
return -1
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
|
||||||
if prevl =~ '[({]\s*$'
|
if prevl =~ '[({]\s*$'
|
||||||
" previous line opened a block
|
" previous line opened a block
|
||||||
let ind += s:sw()
|
let ind += shiftwidth()
|
||||||
endif
|
endif
|
||||||
if prevl =~# '^\s*\(case .*\|default\):$'
|
if prevl =~# '^\s*\(case .*\|default\):$'
|
||||||
" previous line is part of a switch statement
|
" previous line is part of a switch statement
|
||||||
let ind += s:sw()
|
let ind += shiftwidth()
|
||||||
endif
|
endif
|
||||||
" TODO: handle if the previous line is a label.
|
" TODO: handle if the previous line is a label.
|
||||||
|
|
||||||
if thisl =~ '^\s*[)}]'
|
if thisl =~ '^\s*[)}]'
|
||||||
" this line closed a block
|
" this line closed a block
|
||||||
let ind -= s:sw()
|
let ind -= shiftwidth()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Colons are tricky.
|
" Colons are tricky.
|
||||||
@@ -71,12 +75,16 @@ function! GoIndent(lnum)
|
|||||||
" We ignore trying to deal with jump labels because (a) they're rare, and
|
" We ignore trying to deal with jump labels because (a) they're rare, and
|
||||||
" (b) they're hard to disambiguate from a composite literal key.
|
" (b) they're hard to disambiguate from a composite literal key.
|
||||||
if thisl =~# '^\s*\(case .*\|default\):$'
|
if thisl =~# '^\s*\(case .*\|default\):$'
|
||||||
let ind -= s:sw()
|
let ind -= shiftwidth()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return ind
|
return ind
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" restore Vi compatibility settings
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
" vim: sw=2 ts=2 et
|
" vim: sw=2 ts=2 et
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ if exists("*GetGoHTMLTmplIndent")
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" don't spam the user when Vim is started in Vi compatibility mode
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
function! GetGoHTMLTmplIndent(lnum)
|
function! GetGoHTMLTmplIndent(lnum)
|
||||||
" Get HTML indent
|
" Get HTML indent
|
||||||
if exists('*HtmlIndent')
|
if exists('*HtmlIndent')
|
||||||
@@ -45,6 +49,10 @@ function! GetGoHTMLTmplIndent(lnum)
|
|||||||
return ind
|
return ind
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" restore Vi compatibility settings
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
" vim: sw=2 ts=2 et
|
" vim: sw=2 ts=2 et
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
81
indent/graphql.vim
Normal file
81
indent/graphql.vim
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
|
||||||
|
|
||||||
|
" Vim indent file
|
||||||
|
" Language: GraphQL
|
||||||
|
" Maintainer: Jon Parise <jon@indelible.org>
|
||||||
|
|
||||||
|
if exists('b:did_indent')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:did_indent = 1
|
||||||
|
|
||||||
|
setlocal autoindent
|
||||||
|
setlocal nocindent
|
||||||
|
setlocal nolisp
|
||||||
|
setlocal nosmartindent
|
||||||
|
|
||||||
|
setlocal indentexpr=GetGraphQLIndent()
|
||||||
|
setlocal indentkeys=0{,0},0),0[,0],0#,!^F,o,O,e
|
||||||
|
|
||||||
|
" If our indentation function already exists, we have nothing more to do.
|
||||||
|
if exists('*GetGraphQLIndent')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
let s:cpo_save = &cpoptions
|
||||||
|
set cpoptions&vim
|
||||||
|
|
||||||
|
" Check if the character at lnum:col is inside a string.
|
||||||
|
function s:InString(lnum, col)
|
||||||
|
return synIDattr(synID(a:lnum, a:col, 1), 'name') is# 'graphqlString'
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function GetGraphQLIndent()
|
||||||
|
" If this is the first non-blank line, we have nothing more to do because
|
||||||
|
" all of our indentation rules are based on matching against earlier lines.
|
||||||
|
let l:prevlnum = prevnonblank(v:lnum - 1)
|
||||||
|
if l:prevlnum == 0
|
||||||
|
return 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
let l:line = getline(v:lnum)
|
||||||
|
|
||||||
|
" If this line contains just a closing bracket, find its matching opening
|
||||||
|
" bracket and indent the closing backet to match.
|
||||||
|
let l:col = matchend(l:line, '^\s*[]})]')
|
||||||
|
if l:col > 0 && !s:InString(v:lnum, l:col)
|
||||||
|
let l:bracket = l:line[l:col - 1]
|
||||||
|
call cursor(v:lnum, l:col)
|
||||||
|
|
||||||
|
if l:bracket is# '}'
|
||||||
|
let l:matched = searchpair('{', '', '}', 'bW')
|
||||||
|
elseif l:bracket is# ']'
|
||||||
|
let l:matched = searchpair('\[', '', '\]', 'bW')
|
||||||
|
elseif l:bracket is# ')'
|
||||||
|
let l:matched = searchpair('(', '', ')', 'bW')
|
||||||
|
else
|
||||||
|
let l:matched = -1
|
||||||
|
endif
|
||||||
|
|
||||||
|
return l:matched > 0 ? indent(l:matched) : virtcol('.') - 1
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If we're inside of a multiline string, continue with the same indentation.
|
||||||
|
if s:InString(v:lnum, matchend(l:line, '^\s*') + 1)
|
||||||
|
return indent(v:lnum)
|
||||||
|
endif
|
||||||
|
|
||||||
|
" If the previous line contained an opening bracket, and we are still in it,
|
||||||
|
" add indent depending on the bracket type.
|
||||||
|
if getline(l:prevlnum) =~# '[[{(]\s*$'
|
||||||
|
return indent(l:prevlnum) + shiftwidth()
|
||||||
|
endif
|
||||||
|
|
||||||
|
" Default to the existing indentation level.
|
||||||
|
return indent(l:prevlnum)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
let &cpoptions = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -3,7 +3,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
|
|||||||
" Vim indent file
|
" Vim indent file
|
||||||
" Language: Haml
|
" Language: Haml
|
||||||
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
||||||
" Last Change: 2010 May 21
|
" Last Change: 2016 Aug 29
|
||||||
|
|
||||||
if exists("b:did_indent")
|
if exists("b:did_indent")
|
||||||
finish
|
finish
|
||||||
@@ -12,7 +12,7 @@ runtime! indent/ruby.vim
|
|||||||
unlet! b:did_indent
|
unlet! b:did_indent
|
||||||
let b:did_indent = 1
|
let b:did_indent = 1
|
||||||
|
|
||||||
setlocal autoindent sw=2 et
|
setlocal autoindent
|
||||||
setlocal indentexpr=GetHamlIndent()
|
setlocal indentexpr=GetHamlIndent()
|
||||||
setlocal indentkeys=o,O,*<Return>,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,=when
|
setlocal indentkeys=o,O,*<Return>,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,=when
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') ==
|
|||||||
" Language: Mustache, Handlebars
|
" Language: Mustache, Handlebars
|
||||||
" Maintainer: Juvenn Woo <machese@gmail.com>
|
" Maintainer: Juvenn Woo <machese@gmail.com>
|
||||||
" Screenshot: http://imgur.com/6F408
|
" Screenshot: http://imgur.com/6F408
|
||||||
" Version: 2
|
" Version: 3
|
||||||
" Last Change: Oct 10th 2015
|
" Last Change: 26 Nov 2018
|
||||||
" Remarks: based on eruby indent plugin by tpope
|
" Remarks: based on eruby indent plugin by tpope
|
||||||
" References:
|
" References:
|
||||||
" [Mustache](http://github.com/defunkt/mustache)
|
" [Mustache](http://github.com/defunkt/mustache)
|
||||||
@@ -21,6 +21,9 @@ endif
|
|||||||
unlet! b:did_indent
|
unlet! b:did_indent
|
||||||
setlocal indentexpr=
|
setlocal indentexpr=
|
||||||
|
|
||||||
|
" keep track of whether or not we are in a block expression for indenting
|
||||||
|
unlet! s:in_block_expr
|
||||||
|
|
||||||
runtime! indent/html.vim
|
runtime! indent/html.vim
|
||||||
unlet! b:did_indent
|
unlet! b:did_indent
|
||||||
|
|
||||||
@@ -75,26 +78,48 @@ function! GetHandlebarsIndent(...)
|
|||||||
let b:indent.lnum = -1
|
let b:indent.lnum = -1
|
||||||
endif
|
endif
|
||||||
let lnum = prevnonblank(v:lnum-1)
|
let lnum = prevnonblank(v:lnum-1)
|
||||||
let line = getline(lnum)
|
let prevLine = getline(lnum)
|
||||||
let cline = getline(v:lnum)
|
let currentLine = getline(v:lnum)
|
||||||
|
|
||||||
" all indent rules only apply if the block opening/closing
|
" all indent rules only apply if the block opening/closing
|
||||||
" tag is on a separate line
|
" tag is on a separate line
|
||||||
|
|
||||||
" indent after block {{#block
|
" indent after block {{#block
|
||||||
if line =~# '\v\s*\{\{\#.*\s*'
|
if prevLine =~# '\v\s*\{\{\#.*\s*'
|
||||||
|
let s:in_block_expr = 1
|
||||||
let ind = ind + sw
|
let ind = ind + sw
|
||||||
endif
|
endif
|
||||||
" unindent after block close {{/block}}
|
" but not if the block ends on the same line
|
||||||
if cline =~# '\v^\s*\{\{\/\S*\}\}\s*'
|
if prevLine =~# '\v\s*\{\{\#(.+)(\s+|\}\}).*\{\{\/\1'
|
||||||
|
let s:in_block_expr = 0
|
||||||
let ind = ind - sw
|
let ind = ind - sw
|
||||||
endif
|
endif
|
||||||
|
" unindent after block close {{/block}}
|
||||||
|
if currentLine =~# '\v^\s*\{\{\/\S*\}\}\s*'
|
||||||
|
let s:in_block_expr = 0
|
||||||
|
let ind = ind - sw
|
||||||
|
endif
|
||||||
|
" indent after component block {{a-component
|
||||||
|
if prevLine =~# '\v\s*\{\{\w'
|
||||||
|
let s:in_block_expr = 0
|
||||||
|
let ind = ind + sw
|
||||||
|
endif
|
||||||
|
" but not if the component block ends on the same line
|
||||||
|
if prevLine =~# '\v\s*\{\{\w(.+)\}\}'
|
||||||
|
let ind = ind - sw
|
||||||
|
endif
|
||||||
|
" unindent }} lines, and following lines if not inside a block expression
|
||||||
|
if currentLine =~# '\v^\s*\}\}\s*$' || (currentLine !~# '\v^\s*\{\{\/' && prevLine =~# '\v^\s*[^\{\} \t]+\}\}\s*$')
|
||||||
|
if !s:in_block_expr
|
||||||
|
let ind = ind - sw
|
||||||
|
endif
|
||||||
|
endif
|
||||||
" unindent {{else}}
|
" unindent {{else}}
|
||||||
if cline =~# '\v^\s*\{\{else.*\}\}\s*$'
|
if currentLine =~# '\v^\s*\{\{else.*\}\}\s*$'
|
||||||
let ind = ind - sw
|
let ind = ind - sw
|
||||||
endif
|
endif
|
||||||
" indent again after {{else}}
|
" indent again after {{else}}
|
||||||
if line =~# '\v^\s*\{\{else.*\}\}\s*$'
|
if prevLine =~# '\v^\s*\{\{else.*\}\}\s*$'
|
||||||
let ind = ind + sw
|
let ind = ind + sw
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -42,12 +42,6 @@ if !exists('g:haskell_indent_let')
|
|||||||
let g:haskell_indent_let = 4
|
let g:haskell_indent_let = 4
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists('g:haskell_indent_let_no_in')
|
|
||||||
" let x = 0
|
|
||||||
" x
|
|
||||||
let g:haskell_indent_let_no_in = 4
|
|
||||||
endif
|
|
||||||
|
|
||||||
if !exists('g:haskell_indent_where')
|
if !exists('g:haskell_indent_where')
|
||||||
" where f :: Int -> Int
|
" where f :: Int -> Int
|
||||||
" >>>>>>f x = x
|
" >>>>>>f x = x
|
||||||
@@ -73,7 +67,7 @@ if !exists('g:haskell_indent_guard')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
setlocal indentexpr=GetHaskellIndent()
|
setlocal indentexpr=GetHaskellIndent()
|
||||||
setlocal indentkeys=0},0),0],!^F,o,O,0=where,0=let,0=deriving,<space>
|
setlocal indentkeys=!^F,o,O,0{,0},0(,0),0[,0],0,,0=where,0=let,0=deriving,0=in\ ,0=::\ ,0=\-\>\ ,0=\=\>\ ,0=\|\ ,=\=\
|
||||||
|
|
||||||
function! s:isInBlock(hlstack)
|
function! s:isInBlock(hlstack)
|
||||||
return index(a:hlstack, 'haskellDelimiter') > -1 || index(a:hlstack, 'haskellParens') > -1 || index(a:hlstack, 'haskellBrackets') > -1 || index(a:hlstack, 'haskellBlock') > -1 || index(a:hlstack, 'haskellBlockComment') > -1 || index(a:hlstack, 'haskellPragma') > -1
|
return index(a:hlstack, 'haskellDelimiter') > -1 || index(a:hlstack, 'haskellParens') > -1 || index(a:hlstack, 'haskellBrackets') > -1 || index(a:hlstack, 'haskellBlock') > -1 || index(a:hlstack, 'haskellBlockComment') > -1 || index(a:hlstack, 'haskellPragma') > -1
|
||||||
@@ -115,25 +109,26 @@ endfunction
|
|||||||
" backtrack to find guard clause
|
" backtrack to find guard clause
|
||||||
function! s:indentGuard(pos, prevline)
|
function! s:indentGuard(pos, prevline)
|
||||||
let l:l = a:prevline
|
let l:l = a:prevline
|
||||||
let l:c = 1
|
let l:c = v:lnum - 1
|
||||||
|
let l:s = indent(l:c)
|
||||||
|
|
||||||
while v:lnum != l:c
|
while l:c >= 1
|
||||||
" empty line, stop looking
|
if l:s == 0 && strlen(l:l) > 0
|
||||||
if l:l =~ '^$'
|
" top-level start, stop looking
|
||||||
return a:pos
|
return g:haskell_indent_guard
|
||||||
" guard found
|
elseif l:l =~ '^\s\+[|,=]\s\+'
|
||||||
elseif l:l =~ '^\s*|\s\+'
|
" guard block found
|
||||||
return match(l:l, '|')
|
return match(l:l, '[|,=]')
|
||||||
" found less deeper indentation (not starting with `,` or `=`)
|
|
||||||
" stop looking
|
|
||||||
else
|
else
|
||||||
let l:m = match(l:l, '\S')
|
if l:s > 0 && l:s <= a:pos
|
||||||
if l:l !~ '^\s*[=,]' && l:m <= a:pos
|
" found less deeper indentation (not starting with `,` or `=`)
|
||||||
return l:m + g:haskell_indent_guard
|
" stop looking
|
||||||
|
return l:s + g:haskell_indent_guard
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
let l:c += 1
|
let l:c -= 1
|
||||||
let l:l = getline(v:lnum - l:c)
|
let l:l = getline(l:c)
|
||||||
|
let l:s = indent(l:c)
|
||||||
endwhile
|
endwhile
|
||||||
|
|
||||||
return -1
|
return -1
|
||||||
@@ -196,7 +191,7 @@ function! GetHaskellIndent()
|
|||||||
|
|
||||||
" operator at end of previous line
|
" operator at end of previous line
|
||||||
if l:prevline =~ '[!#$%&*+./<>?@\\^|~-]\s*$'
|
if l:prevline =~ '[!#$%&*+./<>?@\\^|~-]\s*$'
|
||||||
return match(l:prevline, '\S') + &shiftwidth
|
return indent(v:lnum - 1) + &shiftwidth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" let foo =
|
" let foo =
|
||||||
@@ -207,7 +202,7 @@ function! GetHaskellIndent()
|
|||||||
|
|
||||||
" let x = 1 in
|
" let x = 1 in
|
||||||
" >>>>x
|
" >>>>x
|
||||||
if l:prevline =~ '\C\<let\>\s\+.\+\<in\>\?$' && l:line !~ '\C^\s*\<in\>'
|
if l:prevline =~ '\C\<let\>.\{-}\<in\>\s*$' && l:line !~ '\C^\s*\<in\>'
|
||||||
return match(l:prevline, '\C\<let\>') + g:haskell_indent_let
|
return match(l:prevline, '\C\<let\>') + g:haskell_indent_let
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -215,9 +210,6 @@ function! GetHaskellIndent()
|
|||||||
" let y = 2
|
" let y = 2
|
||||||
"
|
"
|
||||||
" let x = 1
|
" let x = 1
|
||||||
" >in x
|
|
||||||
"
|
|
||||||
" let x = 1
|
|
||||||
" >>>>y = 2
|
" >>>>y = 2
|
||||||
"
|
"
|
||||||
" let x = 1
|
" let x = 1
|
||||||
@@ -228,21 +220,11 @@ function! GetHaskellIndent()
|
|||||||
if s:isSYN('haskellLet', v:lnum - 1, l:s + 1)
|
if s:isSYN('haskellLet', v:lnum - 1, l:s + 1)
|
||||||
return l:s
|
return l:s
|
||||||
endif
|
endif
|
||||||
elseif l:line =~ '\C^\s*\<in\>'
|
|
||||||
let l:s = match(l:prevline, '\C\<let\>')
|
|
||||||
if s:isSYN('haskellLet', v:lnum - 1, l:s + 1)
|
|
||||||
return l:s + g:haskell_indent_in
|
|
||||||
endif
|
|
||||||
elseif l:line =~ '\s=\s'
|
elseif l:line =~ '\s=\s'
|
||||||
let l:s = match(l:prevline, '\C\<let\>')
|
let l:s = match(l:prevline, '\C\<let\>')
|
||||||
if s:isSYN('haskellLet', v:lnum - 1, l:s + 1)
|
if s:isSYN('haskellLet', v:lnum - 1, l:s + 1)
|
||||||
return l:s + g:haskell_indent_let
|
return l:s + g:haskell_indent_let
|
||||||
endif
|
endif
|
||||||
else
|
|
||||||
let l:s = match(l:prevline, '\C\<let\>')
|
|
||||||
if s:isSYN('haskellLet', v:lnum - 1, l:s + 1)
|
|
||||||
return l:s + g:haskell_indent_let_no_in
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -263,7 +245,7 @@ function! GetHaskellIndent()
|
|||||||
" >>foo
|
" >>foo
|
||||||
"
|
"
|
||||||
if l:prevline =~ '\C\<where\>\s*$'
|
if l:prevline =~ '\C\<where\>\s*$'
|
||||||
return match(l:prevline, '\S') + get(g:, 'haskell_indent_after_bare_where', &shiftwidth)
|
return indent(v:lnum - 1) + get(g:, 'haskell_indent_after_bare_where', &shiftwidth)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" do
|
" do
|
||||||
@@ -272,7 +254,7 @@ function! GetHaskellIndent()
|
|||||||
" foo =
|
" foo =
|
||||||
" >>bar
|
" >>bar
|
||||||
if l:prevline =~ '\C\(\<do\>\|=\)\s*$'
|
if l:prevline =~ '\C\(\<do\>\|=\)\s*$'
|
||||||
return match(l:prevline, '\S') + &shiftwidth
|
return indent(v:lnum - 1) + &shiftwidth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" do foo
|
" do foo
|
||||||
@@ -288,7 +270,7 @@ function! GetHaskellIndent()
|
|||||||
" >>bar -> quux
|
" >>bar -> quux
|
||||||
if l:prevline =~ '\C\<case\>.\+\<of\>\s*$'
|
if l:prevline =~ '\C\<case\>.\+\<of\>\s*$'
|
||||||
if get(g:,'haskell_indent_case_alternative', 0)
|
if get(g:,'haskell_indent_case_alternative', 0)
|
||||||
return match(l:prevline, '\S') + &shiftwidth
|
return indent(v:lnum - 1) + &shiftwidth
|
||||||
else
|
else
|
||||||
return match(l:prevline, '\C\<case\>') + g:haskell_indent_case
|
return match(l:prevline, '\C\<case\>') + g:haskell_indent_case
|
||||||
endif
|
endif
|
||||||
@@ -296,9 +278,20 @@ function! GetHaskellIndent()
|
|||||||
|
|
||||||
"" where foo
|
"" where foo
|
||||||
"" >>>>>>bar
|
"" >>>>>>bar
|
||||||
|
""
|
||||||
|
"" where foo :: Int
|
||||||
|
"" >>>>>>>>>>-> Int
|
||||||
|
""
|
||||||
|
"" where foo x
|
||||||
|
"" >>>>>>>>|
|
||||||
if l:prevline =~ '\C\<where\>\s\+\S\+.*$'
|
if l:prevline =~ '\C\<where\>\s\+\S\+.*$'
|
||||||
if l:line =~ '^\s*[=-]>\s' && l:prevline =~ ' :: '
|
if l:line =~ '^\s*[=-]>\s' && l:prevline =~ ' :: '
|
||||||
return match(l:prevline, ':: ')
|
return match(l:prevline, ':: ')
|
||||||
|
elseif l:line =~ '^\s*|\s'
|
||||||
|
let l:s = match(l:prevline, '\C\<where\>')
|
||||||
|
if s:isSYN('haskellWhere', v:lnum - 1, l:s + 1)
|
||||||
|
return l:s + g:haskell_indent_where + g:haskell_indent_guard
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
let l:s = match(l:prevline, '\C\<where\>')
|
let l:s = match(l:prevline, '\C\<where\>')
|
||||||
if s:isSYN('haskellWhere', v:lnum - 1, l:s + 1)
|
if s:isSYN('haskellWhere', v:lnum - 1, l:s + 1)
|
||||||
@@ -309,8 +302,8 @@ function! GetHaskellIndent()
|
|||||||
|
|
||||||
" newtype Foo = Foo
|
" newtype Foo = Foo
|
||||||
" >>deriving
|
" >>deriving
|
||||||
if l:prevline =~ '\C\s*\<\(newtype\|data\)\>[^{]\+' && l:line =~ '\C^\s*\<deriving\>'
|
if l:prevline =~ '\C^\s*\<\(newtype\|data\)\>[^{]\+' && l:line =~ '\C^\s*\<deriving\>'
|
||||||
return match(l:prevline, '\S') + &shiftwidth
|
return indent(v:lnum - 1) + &shiftwidth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" foo :: Int
|
" foo :: Int
|
||||||
@@ -352,9 +345,9 @@ function! GetHaskellIndent()
|
|||||||
else
|
else
|
||||||
let l:m = matchstr(l:line, '^\s*\zs\<\S\+\>\ze')
|
let l:m = matchstr(l:line, '^\s*\zs\<\S\+\>\ze')
|
||||||
let l:l = l:prevline
|
let l:l = l:prevline
|
||||||
let l:c = 1
|
let l:c = v:lnum - 1
|
||||||
|
|
||||||
while v:lnum != l:c
|
while l:c >= 1
|
||||||
" fun decl
|
" fun decl
|
||||||
if l:l =~ ('^\s*' . l:m . '\(\s*::\|\n\s\+::\)')
|
if l:l =~ ('^\s*' . l:m . '\(\s*::\|\n\s\+::\)')
|
||||||
let l:s = match(l:l, l:m)
|
let l:s = match(l:l, l:m)
|
||||||
@@ -367,8 +360,8 @@ function! GetHaskellIndent()
|
|||||||
elseif l:l =~ '^$'
|
elseif l:l =~ '^$'
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
let l:c += 1
|
let l:c -= 1
|
||||||
let l:l = getline(v:lnum - l:c)
|
let l:l = getline(l:c)
|
||||||
endwhile
|
endwhile
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
@@ -414,8 +407,8 @@ function! GetHaskellIndent()
|
|||||||
|
|
||||||
" foo
|
" foo
|
||||||
" >>{
|
" >>{
|
||||||
if l:line =~ '^\s*{ '
|
if l:line =~ '^\s*{'
|
||||||
let l:s = match(l:prevline, '\S')
|
let l:s = indent(v:lnum - 1)
|
||||||
if l:s >= 0
|
if l:s >= 0
|
||||||
return l:s + &shiftwidth
|
return l:s + &shiftwidth
|
||||||
endif
|
endif
|
||||||
@@ -433,14 +426,27 @@ function! GetHaskellIndent()
|
|||||||
return match(l:prevline, 'in') - g:haskell_indent_in
|
return match(l:prevline, 'in') - g:haskell_indent_in
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return match(l:prevline, '\S') + get(g:, 'haskell_indent_before_where', &shiftwidth)
|
return indent(v:lnum - 1) + get(g:, 'haskell_indent_before_where', &shiftwidth)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" let x = 1
|
" let x = 1
|
||||||
" y = 2
|
" y = 2
|
||||||
" >in x + 1
|
" >in x + 1
|
||||||
if l:line =~ '\C^\s*\<in\>'
|
if l:line =~ '\C^\s*\<in\>'
|
||||||
return match(l:prevline, '\S') - (4 - g:haskell_indent_in)
|
let l:s = 0
|
||||||
|
let l:c = v:lnum - 1
|
||||||
|
|
||||||
|
while l:s <= 0 && l:c >= 1
|
||||||
|
let l:l = getline(l:c)
|
||||||
|
let l:s = match(l:l, '\C\<let\>')
|
||||||
|
if l:s >= 1 && s:isSYN('haskellLet', l:c, l:s + 1)
|
||||||
|
break
|
||||||
|
elseif l:l =~ '^\S'
|
||||||
|
return -1
|
||||||
|
endif
|
||||||
|
let l:c -= 1
|
||||||
|
endwhile
|
||||||
|
return l:s + g:haskell_indent_in
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" data Foo
|
" data Foo
|
||||||
@@ -485,7 +491,7 @@ function! GetHaskellIndent()
|
|||||||
" foo
|
" foo
|
||||||
" >>:: Int
|
" >>:: Int
|
||||||
if l:line =~ '^\s*::\s'
|
if l:line =~ '^\s*::\s'
|
||||||
return match(l:prevline, '\S') + &shiftwidth
|
return indent(v:lnum - 1) + &shiftwidth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" indent closing brace, paren or bracket
|
" indent closing brace, paren or bracket
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user