package vcaml
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  OCaml bindings for the Neovim API
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      vcaml-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=dd123302c46af7ca6eda8a7806c78236fd217a8c73a2e1cd7da85f1d69ed1ae4
    
    
  doc/CHANGES.html
Release v0.16.0
This release has minor changes from v0.15.0 and is compatible with Neovim 0.7.0. It is known to be incompatible with Neovim 0.7.2+. The next release will have extensive changes and will be compatible with Neovim 0.9.0.
Changes in this release:
- Some new bindings have been added for Neovim 0.7.0.
 - The man-in-the-middle debugger has been rewritten to be more useful and intuitive.
 Or_currentsubmodules have been added toBuffer,WindowandTabpageto indicate the current buffer, window, or tab respectively.Keymap.setnow takesdescriptionanduniquearguments.- Some functions have been renamed to be clearer, and are made more ergonomic in cases where verbosity did not improve readability.
 - The addition of 
Luarefwhere present is a mistake and should not be used. These references will be removed in the next version of VCaml, which will also interact better with Lua. 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >