I broke up with neovim....vim is my best friend now
This commit is contained in:
127
dot_vim/plugged/vimtex/test/test-textobj-targets/minimal.tex
Normal file
127
dot_vim/plugged/vimtex/test/test-textobj-targets/minimal.tex
Normal file
@@ -0,0 +1,127 @@
|
||||
\documentclass{article}
|
||||
\begin{document}
|
||||
|
||||
\section{Commands}
|
||||
a \cmd{ bbbbbbbb } \cmd{ ccccccc } \cmd{ dddddd } \cmd{ eeeeeee } \cmd{ ffffffff }
|
||||
|
||||
% ^^^^^^^^^^^^^^
|
||||
%
|
||||
% │ │└ 2Ilc ┘││ ││ │└ Ilc ┘││ ││ │└ Ic ┘││ ││ │└ Inc ┘││││ │└ 2Inc ┘││
|
||||
% │ └─ 2ilc ─┘│ ││ └─ ilc ─┘│ ││ └─ ic ─┘│ ││ └─ inc ─┘│││ └─ 2inc ─┘│
|
||||
% ├────── 2alc ──┘ │├────── alc ──┘ │├────── ac ──┘ │├────── anc ──┘│└────── 2anc ──┤
|
||||
% └────── 2Alc ────┘└────── Alc ────┘└────── Ac ────┘└────── Anc ───┤ │
|
||||
% └─────── 2Anc ──┘
|
||||
|
||||
a \cmd{ bbbbbbbb } \cmd{
|
||||
ccccccc } \cmd{ dddddd} \cmd{eeeeeee } \cmd{ffffffff}
|
||||
|
||||
% ^^^^^^^^^^^^^^
|
||||
|
||||
\section{Nested commands}
|
||||
a \cmd{ b \cmd{ cccccccc } d } \cmd{ e \cmd{ ffffff } g } \cmd{ h \cmd{ iiiiiiii }j }
|
||||
|
||||
% ^^^^^^^^^^^^^^^^^^
|
||||
%
|
||||
% │ ││ │ │└ 2Ilc ┘││││││││ ││ │ │└ Ic ┘││││││││ ││││ │└ 2Inc ┘│││││
|
||||
% │ ││ │ └─ 2ilc ─┘│││││││ ││ │ └─ ic ─┘│││││││ ││││ └─ 2inc ─┘││││
|
||||
% │ ││ ├────── 2alc ──┘││││││ ││ ├────── ac ──┘││││││ │││└────── 2anc ──┤│││
|
||||
% │ ││ └────── 2Alc ───┘│││││ ││ └────── Ac ───┘│││││ ││└─────── 2Anc ──┘│││
|
||||
% │ │└───────── Ilc ────┘││││ │└─────── 2Ic ────┘││││ │└───────── Inc ───┘││
|
||||
% │ └────────── ilc ─────┘│││ └──────── 2ic ─────┘│││ └────────── inc ────┘│
|
||||
% ├─────────────── alc ──────┘│├───────────── 2ac ──────┘│└─────────────── anc ─────┤
|
||||
% └─────────────── Alc ───────┘└───────────── 2Ac ───────┤ │
|
||||
% └──────────────── Anc ─────┘
|
||||
|
||||
\section{Environments}
|
||||
|
||||
\begin{A} % ────────────┬────┐
|
||||
% ───────┐ │ │
|
||||
a % ──┐ │ │ │
|
||||
a % 2Ile 2ile 2ale 2Ale
|
||||
a % ──┘ │ │ │
|
||||
% ───────┘ │ │
|
||||
\end{A} % ────────────┘ │
|
||||
% ─────────────────┘
|
||||
\begin{B} % ─────────┬───┐
|
||||
% ─────┐ │ │
|
||||
b % ─┐ │ │ │
|
||||
b % Ile ile ale Ale
|
||||
b % ─┘ │ │ │
|
||||
% ─────┘ │ │
|
||||
\end{B} % ─────────┘ │
|
||||
% ─────────────┘
|
||||
\begin{C} % ───────┬──┐
|
||||
% ────┐ │ │
|
||||
c % ─┐ │ │ │
|
||||
c % Ie ie ae Ae < Cursor
|
||||
c % ─┘ │ │ │
|
||||
% ────┘ │ │
|
||||
\end{C} % ───────┘ │
|
||||
% ──────────┘
|
||||
\begin{D} % ─────────┬───┐
|
||||
% ─────┐ │ │
|
||||
d % ─┐ │ │ │
|
||||
d % Ine ine ane Ane
|
||||
d % ─┘ │ │ │
|
||||
% ─────┘ │ │
|
||||
\end{D} % ─────────┘ │
|
||||
% ─────────────┴───┐
|
||||
\begin{E} % ────────────┐ │
|
||||
% ───────┐ │ │
|
||||
e % ──┐ │ │ │
|
||||
e % 2Ine 2ine 2ane 2Ane
|
||||
e % ──┘ │ │ │
|
||||
% ───────┘ │ │
|
||||
\end{E} % ────────────┴────┘
|
||||
|
||||
\section{Nested environments}
|
||||
|
||||
\begin{A} % ────────────────────────────┬───┐
|
||||
% ────────────────────────┐ │ │
|
||||
a % ────────────────────┐ │ │ │
|
||||
% │ │ │ │
|
||||
\begin{B} % ───────────┬────┐ │ │ │ │
|
||||
% ──────┐ │ │ │ │ │ │
|
||||
b % ─┐ │ │ │ │ │ │ │
|
||||
b % 2Ile 2ile 2ale 2Ale Ile ile ale Ale
|
||||
b % ─┘ │ │ │ │ │ │ │
|
||||
% ──────┘ │ │ │ │ │ │
|
||||
\end{B} % ───────────┘ │ │ │ │ │
|
||||
% ────────────────┘ │ │ │ │
|
||||
a % ────────────────────┘ │ │ │
|
||||
% ────────────────────────┘ │ │
|
||||
\end{A} % ────────────────────────────┘ │
|
||||
% ────────────────────────────────┘
|
||||
\begin{C} % ──────────────────────┬───┐
|
||||
% ──────────────────┐ │ │
|
||||
c % ──────────────┐ │ │ │
|
||||
% │ │ │ │
|
||||
\begin{D} % ───────┬──┐ │ │ │ │
|
||||
% ────┐ │ │ │ │ │ │
|
||||
d % ─┐ │ │ │ │ │ │ │
|
||||
d % Ie ie ae Ae 2Ie 2ie 2ae 2Ae < Cursor
|
||||
d % ─┘ │ │ │ │ │ │ │
|
||||
% ────┘ │ │ │ │ │ │
|
||||
\end{D} % ───────┘ │ │ │ │ │
|
||||
% ──────────┘ │ │ │ │
|
||||
c % ──────────────┘ │ │ │
|
||||
% ──────────────────┘ │ │
|
||||
\end{C} % ──────────────────────┘ │
|
||||
% ──────────────────────────┴──────┐
|
||||
\begin{E} % ─────────────────────────────┐ │
|
||||
% ─────────────────────────┐ │ │
|
||||
e % ─────────────────────┐ │ │ │
|
||||
% │ │ │ │
|
||||
\begin{F} % ────────────┬────┐ │ │ │ │
|
||||
% ───────┐ │ │ │ │ │ │
|
||||
f % ──┐ │ │ │ │ │ │ │
|
||||
f % 2Ine 2ine 2ane 2Ane Ine ine ane Ane
|
||||
f % ──┘ │ │ │ │ │ │ │
|
||||
% ───────┘ │ │ │ │ │ │
|
||||
\end{F} % ────────────┘ │ │ │ │ │
|
||||
% ─────────────────┘ │ │ │ │
|
||||
e % ─────────────────────┘ │ │ │
|
||||
% ─────────────────────────┘ │ │
|
||||
\end{E} % ─────────────────────────────┴───┘
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user