issues Search Results · repo:vim-jp/go-vimlparser language:"Vim Script"
Filter by
7 results
(52 ms)7 results
invim-jp/go-vimlparser (press backspace or delete to remove)hey @haya14busa
Firstly really awesome project. Go seems like a fun language to learn! (Currently learning Rust).
I was wondering if its possible to compile the json or lisp-ish output to vimscript? ...
dseeni
- Opened on Jun 27, 2022
- #54
It would be really interesting to know if it is possible to have vimfmt on top of this parser.
I have not written any fmt tools, but I wanted to ask if it might be a good approach to use this parser to ...
aignas
- Opened on Sep 6, 2020
- #47
Steps to reproduce
The following code prints src.vim:1:1 to stdout but actual line number is 3.
func main() {
src := `
function! s:config()
imap expr Tab neosnippet#expandable_or_jumpable() ...
tyru
- 2
- Opened on Nov 6, 2017
- #44
I want to extract :function ~ :endfunction block from source. But parsing the following script causes wrong
endpos.Offset.
Vim script
function! s:load_on()
imap expr Tab neosnippet#expandable_or_jumpable() ...
tyru
- 6
- Opened on Nov 1, 2017
- #43
Would you be interested in supporting the language server protocol server?
Currently I m writing a lot of vim script and having language server protocol for vim script would be very useful for
me.
Here ...
prabirshrestha
- 1
- Opened on Jan 2, 2017
- #26
Short forms like endfu for endfunction etc. are not recognized.
junkblocker
- 4
- Opened on Sep 27, 2016
- #19
Thanks for making viml parsing super fast! I have a bug: For the following code from vim-go, the following issue with
parsing is seen:
/Users/xxxxxxxx/.vim/neobundles/vim-go/autoload/go/coverage.vim:92:1: ...
junkblocker
- 6
- Opened on Sep 27, 2016
- #18

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.