Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: skywind3000/asyncrun.vim

20250324 - v2.13.4

24 Mar 02:52
@skywind3000 skywind3000

Choose a tag to compare

  • improve compatibility with vim-9.1.1232
Assets 2
Loading

20241108 - v2.13.2

08 Nov 06:48
@skywind3000 skywind3000

Choose a tag to compare

  • Update asyncrun.vim version to 2.13.2 and fix handling of shellslash on Windows (#292, by @BruceChen7).

Contributors

BruceChen7
Loading
vds2212 reacted with heart emoji
1 person reacted

20240726 - v2.13.1

26 Jul 03:17
@skywind3000 skywind3000

Choose a tag to compare

  • asyncrun#get_root(0) returns current root
Loading

20240702 - v2.13.0

01 Jul 16:43
@skywind3000 skywind3000

Choose a tag to compare

  • asyncrun#get_root() now accepts buffer number, if you pass an integer in the first argument, it will be interpreted as a buffer number.

This will display the root of current buffer:

:echo asyncrun#get_root(bufnr('%'))

as well as:

:echo asyncrun#get_root('%')
Loading

20240523 - v2.12.9

22 May 17:36
@skywind3000 skywind3000

Choose a tag to compare

  • fixed shellslash issue in NeoVim.
Loading
vds2212 reacted with heart emoji
1 person reacted

20240522 - v2.12.8

21 May 16:57
@skywind3000 skywind3000

Choose a tag to compare

  • Force to use "cmd.exe" as g:asyncrun_shell on Windows.
Loading
vds2212 reacted with heart emoji
1 person reacted

20240514 - v2.12.6

13 May 19:54
@skywind3000 skywind3000

Choose a tag to compare

  • Update script_write() to write files silently to avoid displaying unnecessary messages.
Loading
vds2212 reacted with heart emoji
1 person reacted

20240323 - v2.12.5

22 Mar 16:54
@skywind3000 skywind3000

Choose a tag to compare

  • set g:asyncrun_mode to 1 during creating a terminal buffer and clear it to 0 after buffer has been created.
  • script triggered by the #TerminalOpen or #TermOpen autocmd can use it to detect if this terminal buffer is created by asyncrun.
Loading

20240220 - v2.12.4

20 Feb 13:48
@skywind3000 skywind3000

Choose a tag to compare

new g:asyncrun_rooter hook for root detection:

  • each item in the g:asyncrun_rooter dictionary is a function pointer (or name).
  • each function will be called to detect current buffer's root directory, until find one valid result.
  • returns empty string to skip, see the example
let g:asyncrun_rooter = get(g:, 'asyncrun_rooter', {})
function! g:asyncrun_rooter.mydetect()
 if unable_to_detect
 return ''
 endif
 return '/path/to/root'
endfunc
Loading
vds2212 reacted with thumbs up emoji
1 person reacted

20240216 - v2.12.3

16 Feb 03:59
@skywind3000 skywind3000

Choose a tag to compare

  • Added handling for fugitive buffers in asyncrun#fullname() function
Loading
Previous 1 3 4 5 6 7 8
Previous

AltStyle によって変換されたページ (->オリジナル) /