An open API service for software projects hosted on Open Collective.

github.com/ionide/Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
https://github.com/ionide/Ionide-vim

Merge pull request #15 from kjnilsson/master

moved where default settings were set

7b677f49007c8219227787f422a83e67cc342825 authored about 10 years ago
moved where default settings were set

0fd32a603753d1997a96ec4a187c2527fbfcea77 authored about 10 years ago
Merge pull request #14 from simonhdickson/master

Handle quotes within triple quotes and (*)

bb9e3248ad8499a17b737976016b448a2773c6b4 authored about 10 years ago
Handle quotes within triple quotes and (*)

01bc8f5ba395e64bff92c79422db176807839e82 authored about 10 years ago
Merge pull request #12 from kjnilsson/master

added <leader>e for using the vim command line to evaluate an express…

4e25d9e67764ad450d1ac92aefa187ed5e0c9c01 authored about 10 years ago
added <leader>e for using the vim command line to evaluate an expression in the fsi

e58976e92050a51e4eb99f8f75f9d2a56f88ec4b authored about 10 years ago
Merge pull request #11 from kjnilsson/master

fsi and completion improvements

305b571b177df9243186f4e6eb153e36539967dc authored about 10 years ago
- added ( as a completion delimiter

- added FsiClear command
- refactring of global python variables

6a3edd4b83759419aa8bc78d0e6dd52ff348a355 authored about 10 years ago
Merge pull request #10 from kjnilsson/master

- update to fsautocomplete 0.17.0

e0922606a5d5295a8430f2915dfa3b447d2a925e authored about 10 years ago
- update to fsautocomplete 0.17.0

- completion improvements

12f86ce5f2fe7d8d542871d70ddc620c94d24c24 authored about 10 years ago
Merge pull request #8 from panesofglass/windows-build

Match build.fsx to Makefile #7

5c977a1a04f002570b165bb562e322d605ae4ee9 authored about 10 years ago
Remove busted install.ps1 #7

63a7153f7b07404e981d11dbf2939a185575cf78 authored about 10 years ago
Fix install.sh for *nix #7

c140fb945c0f0393eec62b7f4171a238966c3790 authored about 10 years ago
Update paket.bootstrapper.exe

969f2145243d79d1b0f0ee3503b8db4e6522e66a authored about 10 years ago
File paths should work cross-platform #7

dcc7abce5af7e230d70cd4659cf37e0fa035c36e authored about 10 years ago
Update README.mkd

f9a312cf9de83f25cbb9b631f6a1593c324216cb authored about 10 years ago
Add attempt at a PowerShell script (not working)

521c18ee7a141e45c36c17ae4a3eca94ac1baeda authored about 10 years ago
Switch to paket #7

992e86fab584e59b66ad68e1dd1974cad15bd430 authored about 10 years ago
Bump to version 0.15.0

982296bb68bebd4f82713f4c2aeff32ce0e03437 authored about 10 years ago
Match build.fsx to Makefile #7

17846255ba1cbc129c7f678aab0664b1b18121f2 authored about 10 years ago
Merge pull request #4 from leonidborisenko/update-plugin-managers-usage-instructions

Update vim-plug/NeoBundle usage instructions

643a32da159d767a0d4d560197f35e6d0f778226 authored about 10 years ago
Update vim-plug/NeoBundle usage instructions

* Update plugin location
* Root directory is now the plugin directory, so remove `rtp` settings ...

9c27572ced47bb7bcff15ef2b9816286038f1ce2 authored about 10 years ago
Merge pull request #3 from kjnilsson/master

fsi improvements and fixes

100af517eaebebd0e62f8d178678e655278cc78d authored about 10 years ago
call fsi read when opening fsi buffer

7a9b7cb041c94909e7aa360cf94d478add0675ff authored about 10 years ago
improve send to fsi

9a742255111cbf4496ec210fd665b98be1441c9c authored about 10 years ago
Merge pull request #2 from kjnilsson/master

HACK to fix error when vim tries to parse a python dictionary string

56eade37ce7e36f7e1f4433310d3c3088ab00133 authored about 10 years ago
HACK to fix error when vim tries to parse a python dictionary string

a0d2d016767a26c347221b9d1024d3beb8359715 authored about 10 years ago
Merge pull request #1 from kjnilsson/master

makefile fixes

fc10d7be26a00ea366fb2fddf3ae0ca9d2808b9c authored about 10 years ago
makefile fixes

1ed61c19f94e834950012696c44a8cdebab00a4f authored about 10 years ago
Support sending entire vim buffer to fsi

1f4ec1d91068518204dd634296dd089d352e8937 authored about 10 years ago
vim: document installing with plugin managers

10b9d5cad4a5d4da5ca9930213213922bff562f5 authored over 10 years ago
Merge pull request #975 from leafgarland/master

vim: highlight all number literal formats

95ef2b1d1b868cbb1bcaae371393e29e39f54b54 authored over 10 years ago
Add target fsautocomplete into Vim plugin Makefile

fsautocomplete is a fixed path-independent pseudonym for target which makes
fsautocomplete.exe. ...

e5c97bf38bb11e162647e5d533600fde3a94a082 authored over 10 years ago
highlight all number literal formats

Update the regex patterns for fsharpNumber to include all number
formats, e.g. 123uy, 123s, etc.

b0067d1f4a1fd1b5ed920c85f487edff5c5401b8 authored over 10 years ago
windows build script

rename fake.cmd + docs

build.fsx fixes

814a15c60e98b50bad823a0cf74f8b5252ea91a6 authored over 10 years ago
vim: fsi fixes and improvments

8fa9a75ea14a397eae8c85008efe69b1dc70cf4f authored over 10 years ago
fixed ParseProject that had broken due to invalid formatting

9de7d166dde0202c20b2cfe42f4473cad89c6b9b authored over 10 years ago
fsi output is now added to a separate buffer instaed of just printed to the vim command output

fixes and documentation update

12e25596405da17a77dc565b0039db1848f01d01 authored over 10 years ago
added simple RunTests command

3cea353451d029965b58830b95049586801707fd authored over 10 years ago
removed debug message

675b745760f978c3e46d8605a02a4b8b764abb97 authored over 10 years ago
fix for rapidly disappearing echo messages

88339ae82ad5e70b6ea9d2d6eefa9cd8550cf28c authored over 10 years ago
Use sync parse request on write if vim73.

c3d89a55757c703d0cb36a87b90b92cd12a275bd authored over 10 years ago
Add vim73 support to README.

f0a2ee229a719a1c34b0f5047f155e51e56a2b7b authored over 10 years ago
Polyfill for pyeval in vim73 and below.

7d3ec9b0c075864cf7fbc05e1b280b1e30dca09e authored over 10 years ago
Skip TextChanged event if vim version < 7.4.

36d1cff6f45dbf63c7a4ef70ef93df94d0700945 authored over 10 years ago
Removed usages of python buffer.vars.

4558c482c139e5a35daf35cfe0a92853320ce9d3 authored over 10 years ago
Check for none completion from fsautocomplete, return empty matches list.

f5706b9d237e7f58de846bf02efc756d0fad8865 authored over 10 years ago
fixes #881: go to declaration in current window instead of a new tab if it is another file.

b64b39daf8bc2bc297d9670785f151ddcba912f9 authored over 10 years ago
Merge pull request #873 from wangzq/hidewin

vim: hide fsautocmplete.exe and fsi.exe window on Windows

dd7a18a366214e2ab1eadde67636ab9361026ec7 authored over 10 years ago
Merge branch 'hidewin' of https://github.com/wangzq/fsharpbinding into hidewin

5601147a126461e51956c99c015c3d5c6fabde1f authored over 10 years ago
hide fsautocmplete.exe and fsi.exe window on Windows

b1e3f46e93d9e032df84790a946675f7f42c3aee authored over 10 years ago
added leader-i mapping for send to interactive as this should work when running vim in terminal

35dc717bb2dd484141c39e9c3ee9d475ae9ace17 authored over 10 years ago
note on 7.4 support

329774ee9bfb2548a1481596bfcaf7e4dc41e618 authored over 10 years ago
hide fsautocmplete.exe and fsi.exe window on Windows

0a0e35cadea53c487d90d61ab2722dd6fc622f69 authored over 10 years ago
Merge pull request #859 from kjnilsson/dev

sets makeprg and enables on the fly error checking

b6165942db0c6f9db5b8cce7e16d70e8781276a8 authored over 10 years ago
configuration for xbuild path. should enable 'make' for windows environments where msbuild is not in the path'

e43c07dfcac0a0512c2ac00f9491b2f8237f3421 authored over 10 years ago
syntax checking improvements

813ae4647f49b887e6b531cbec611657e6bc5b23 authored over 10 years ago
'async' parsing of files

0043b2873f7f636bb8e884223c9c5b70243b3be4 authored over 10 years ago
Add stderr redirect to fix Windows Popen issue

This Python issue http://bugs.python.org/issue3905 details a problem with `Popen` when the host ...

89ff13a36f866f40c3ccc830600025e9441dd1b3 authored over 10 years ago
map makeprg if fsproj file is found

df4cfc78bcd9a5189314600099cb2d6abe963c51 authored over 10 years ago
Vim: various smaller fixes and improvements

fixed BuildProject

added RunProject command

better detecting of multiple line type info

updati...

887a300a86c47660458673a7a92896c1ba048a73 authored over 10 years ago
only change fsi dir on bufenter

snappier fsi response

38d23ea09a629822eee67a4344f7607ce8cce0a2 authored over 10 years ago
cd each fsi eval

cd883abf1585b15eacf2ac8d0cd930c275236f54 authored over 10 years ago
removed todo

f1ae4aafdfcf828603f17df296f5442fba8d173f authored over 10 years ago
write all buffers before building project

send to fsi improvements

25dd3ebf0a748c38262c3967044aba5ee5d126e7 authored over 10 years ago
removed debug print line

f0609cd1a67f65546d7dad0fe82c7de36320f3e8 authored over 10 years ago
ensure the the current directory of the fsi is correct for each buffer

2c7a39d3f9a78c81ea9d4d6d250b55334a68b5e8 authored over 10 years ago
don't use error echo when declarations aren't found

8a9d069855319dc80f7a6a67f43035b411797ea1 authored almost 11 years ago
fsi documentation

311ce211529ec9f24c5bf35c9cb297f7a81f2108 authored almost 11 years ago
fix for infinite loop after FsiReset

c799e26f2a421b5c34e62a2122e7c710b0f3effb authored almost 11 years ago
better fsi integration

dd5ea0050025a066ae5a15d0b24c1e49d344c4e6 authored almost 11 years ago
issue 782 fixed ordering of project and file parse when loading file

506bc3b1ce0150b57a1f2925ab10513dc36654cb authored almost 11 years ago
close scratch window after leaving insert mode

5225827036c214470fe532057f246908c6414a64 authored almost 11 years ago
README: add hint to debug mode

8adb622986f91aed04a8ca043858338e62024bc6 authored almost 11 years ago
type checking should map to <leader>t instead

2618dc62e9a1457c5a94d5f5f92c01583d07f03f authored almost 11 years ago
write logfiles in debug mode only

c24f0adf99672f3eeb263146cd9018c920711ef0 authored almost 11 years ago
update README

cc2ecb71f2585f617f5daf85ed0fb3ed3331632d authored almost 11 years ago
README: autocommand for fsharp files only

a3ded775599cc58b18af12b0ef19306ce9e31e76 authored almost 11 years ago
fix error highlighting

d115f31ca4d3a999246a4a92cfd74b85fa24a114 authored almost 11 years ago
<leader>i does type checks only

88c0aa4da28301bd2c707189b47f609e16da350b authored almost 11 years ago
rework vim plugin to integrate into syntastic plugin

Instead of reinventing on-the-fly code/type checking fsharp-vim
can reuse the existing functiona...

252b3cd1b7576731dd880eee9897a9739e820890 authored almost 11 years ago
adjust Makefile with new files

e22faffd4238105664438fe5024db01fdd9e6dfe authored almost 11 years ago
Added BufEnter trigger to redisplay erors

BufLeave does a decent job of disabling error displays (not perfect, but
BufHidden doesn't seem ...

cd8753aa7d6175e44462e77f0675762fc18d3646 authored almost 11 years ago
Add more specific file pattern matching for fsharp

To avoid accidentally matching and applying our functions on .fsproj
files

1c7037feec191cd6528ba7c6ac39155201c3ba7d authored almost 11 years ago
clear errror details on BufLeave

21e2ee74b5c9524d4b83d3dced4a9bca6b9a7cdc authored almost 11 years ago
762 clear loclist, signs and matches on buffer load.

b153e5e1600ba92dd775a2fb866584a70786f7fe authored almost 11 years ago
Merge pull request #767 from kjnilsson/master

vim: added <leader>s to return after a <leader>d (go to decl)

a6fbc6e4425fe9cff73f935874d46f5251edaa5c authored almost 11 years ago
documentation tweaks

a37c9d0a733bc52e6f66f24282b9886c8be22880 authored almost 11 years ago
leader-s documentation

12831ceee3d318fd6837b9e58374481e9bd1e5df authored almost 11 years ago
added <leader>c to return after a <leader>d (go to decl)

f9e142793e1bb54fcbc041a787cedaf1f94ae042 authored almost 11 years ago
Fix for fsharp/fsharpbinding#763

Added an existence check to the buffer scoped shouldParse variable in
OnCursorHold. Prevents th...

609644cf8485bb4f25480644655263f9e3142013 authored almost 11 years ago
cleanup

83904521ce508c654868c8bfb1fc574be92dc01d authored almost 11 years ago
leader-d documentation

96c5ee108c20123ea1caaca2eb22bd0314cb29cf authored almost 11 years ago
readme merge

9219d848404679658686372c534424879cc88fee authored almost 11 years ago
added goto declaration (<leader> d)

781ecd670016ed785b29b255874707e5639b6aa7 authored almost 11 years ago
leader t docs

5580b223946b1a8c807ba33f8c907c272c0feeb3 authored almost 11 years ago
first cut finddecl

6b2de42b587361f13245390e28e770258080d485 authored almost 11 years ago
leader-i and ballon will now show either error or type info

a0a55b7aa85e242c1562cf456c7d8bf0f2903aa3 authored almost 11 years ago
fixed bug when triggering autocomplete whith trailing characters in line

cf35a85aae6f8544f6f3fb69894db64011a382a0 authored almost 11 years ago
additional error handling for ShowErrors function

304f9f9e7debc16f2531c91060e8c4018e65d7c7 authored almost 11 years ago