ultisnips icon indicating copy to clipboard operation
ultisnips copied to clipboard

UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

Results 122 ultisnips issues
Sort by recently updated
recently updated
newest added

**Expected behavior:** Not entering select mode at random moments when using auto expanding snippets **Actual behavior:** Entering normal mode after auto expanding snippets, and then pressing tab repeatedly results in...

This issue is quite similar to #1033 but with the different section. There's a missing topic/section `UltiSnips-add-snippets` in the help section 3.4.1 of the plugin. **Expected behavior:** Should be given...

bug: low
good first issue
triaged

**Expected behavior:** Not use backslash from match group. ## Vimrc ``` vim set nocompatible set backspace=2 set hidden set termguicolors set runtimepath^=/path/to/.vim/bundle/ultisnips filetype plugin indent on syntax enable set laststatus=2...

I just came across a lot of unexpected behavior when using `snip.expand_anon` in snippet actions, so I am documenting it here. Possibly related to #1433. ### 1: `post_expand` with empty...

bug: low
difficulty: hard
triaged

Hi, I've seen that this issue has been raised a couple times but I haven't been able to find a solution. I am trying to get UltiSnips to play nicely...

Consider this minimal example: ``` post_jump "snip.expand_anon('aaa')" snippet sn "description" A $1 B endsnippet ``` Now open an empty file and type `snuddi` **Expected behavior:** Expected text would be just...

_Proposal_ I propose a fourth snippet action, 'post_finish', that complements the 'pre_expand' hook. State changes made in the 'pre_expand' action can be reset in a 'post_finish' action. Perhaps there is...

feature request
triaged

I am syncing my dot files to two computers and have my ".vim" symlinked to a file in a git repo called "dotfiles". Ultisnip seems to be detecting duplicate and...

bug: low
user question
answered or workaround exists

I would like to open a thread for some suggestions I would have for a future UltiSnips Version. This is definitively not a roadmap nor some feature request, just some...

I though I was done with #1403 by using https://github.com/hl037/ultisnips/tree/tiebreaker ...But there is yet another "wtf" problem with the cursor position. And That one, I was not able to track...