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:** \begin{tabularx}{\linewidth}{cc} X & X \\\\ \end{tabularx} **Actual behavior:** \begin{tabularx}{inewidth}{cc} X & X \\\\ \end{tabularx} **Steps to reproduce** 1. Create a snippet ``` snippet tabu "Regular tabular" b \\begin{tabular$1}${1/(\*)$|(x)$/(?1:{\\\linewidth})(?2:{\\\linewidth})/}{${2:cc}}...

**Expected behavior:** Snippet `arr3,4` should expand to `\begin{array}{ | }` where the user can provide `l`eft or `c`enter or `r`ight justification and `|` is the first placeholder stop. Furthermore, the...