Skip to content

issues Search Results · repo:thinca/vim-themis language:"Vim Script"

Filter by

39 results
 (63 ms)

39 results

inthinca/vim-themis (press backspace or delete to remove)

Can we add ftdetect/themis.vim, ftplugin/vimspec.vim, ... to vim runtime? Refer https://github.com/vim/vim/pull/14380 It is not hard. TIA!
  • Freed-Wu
  • 3
  • Opened 
    on Apr 12, 2024
  • #77

Is your feature request related to a problem? No Describe the solution you d like F... I hope F will be red and . will be green moreover Is it possible to highlight more information such as function ...
enhancement
  • Freed-Wu
  • Opened 
    on Oct 21, 2022
  • #75

Describe the bug Vimspec style tests fail in vim9 script. How to reproduce the problem from Vim startup Create test.vimspec as follows: vim9script Describe d Context c It should pass ...
bug
  • mmktomato
  • 2
  • Opened 
    on Aug 15, 2022
  • #74

Is your feature request related to a problem? One of my tests is failing. The function reports possible problems using a logger that basically does echomsg. I would like to see those log statements to ...
enhancement
  • flwyd
  • Opened 
    on Oct 28, 2021
  • #71

Is your feature request related to a problem? The error message for a failing expect call doesn t provide a lot of context about which line is failing. For example, # Expected 2 to equal 1 if there are ...
enhancement
  • flwyd
  • 2
  • Opened 
    on Oct 28, 2021
  • #70

Add support for writing tests in pure lua. Might be modifying simple test library such as this https://github.com/bjornbytes/lust/ and using vim.fn.* from lua to piggy back on vimscript version for themis ...
  • prabirshrestha
  • Opened 
    on Sep 14, 2020
  • #69

For example, the following Vimspec succeeded Describe Test It quits qa! End It fails Assert Equals( hoge , fuga ) End End But I believe that the above test should be failed at least. ...
  • lambdalisue
  • 1
  • Opened 
    on Aug 31, 2020
  • #68

Hi, is there a way to test code that uses input() or similar prompt functions? For example, how to test this? let g:added_name = function! AddName() abort let g:added_name = input( Enter name , ...
  • kristijanhusak
  • 2
  • Opened 
    on Mar 30, 2020
  • #66

Here is how most of javascript does this. They basically allows done argument in the test and the test framework checks the argument and if it has 1 arg it considers it as async. https://jestjs.io/docs/en/asynchronous ...
  • prabirshrestha
  • 2
  • Opened 
    on Jan 1, 2020
  • #61

There has been no tag since Dec 2017. For vim-lsp we explicitly use the tag to get a specific commit for vim-themis.
  • prabirshrestha
  • 1
  • Opened 
    on Jan 1, 2020
  • #60
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub