Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Mar 24, 2024
1 parent e4a7499 commit 3bfd416
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion customizing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ <h3 id="when-clause-contexts">When Clause Contexts<a class="headerlink" href="#w
<li><code>calva:connected</code>: <code>true</code> when Calva is connected to a REPL (there is also <code>calva:connecting</code> || <code>calva:launching</code>)</li>
<li><code>calva:outputWindowActive</code>: <code>true</code> when the <a href="../output/">Output/REPL window</a> has input focus</li>
<li><code>calva:replHistoryCommandsActive</code>: <code>true</code> when the cursor is in the Output/REPL window at the top level after the last prompt</li>
<li><code>calva:outputWindowSubmitOnEnter</code>: <code>true</code> when the cursor is adjacent after the last top level form in the Output/REPL window</li>
<li><code>calva:replWindowSubmitOnEnter</code>: <code>true</code> when the cursor is adjacent after the last top level form in the Output/REPL window</li>
<li><code>calva:cursorInString</code>: <code>true</code> when the cursor/caret is in a string or a regexp</li>
<li><code>calva:cursorInComment</code>: <code>true</code> when the cursor is in, or adjacent to a line comment</li>
<li><code>calva:cursorBeforeComment</code>: <code>true</code> when the cursor is adjacent before a line comment</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion when-clauses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ <h1 id="calva-when-clause-contexts">Calva When Clause Contexts<a class="headerli
<li><code>calva:connected</code>: <code>true</code> when Calva is connected to a REPL (there is also <code>calva:connecting</code> || <code>calva:launching</code>)</li>
<li><code>calva:outputWindowActive</code>: <code>true</code> when the <a href="../output/">Output/REPL window</a> has input focus</li>
<li><code>calva:replHistoryCommandsActive</code>: <code>true</code> when the cursor is in the Output/REPL window at the top level after the last prompt</li>
<li><code>calva:outputWindowSubmitOnEnter</code>: <code>true</code> when the cursor is adjacent after the last top level form in the Output/REPL window</li>
<li><code>calva:replWindowSubmitOnEnter</code>: <code>true</code> when the cursor is adjacent after the last top level form in the Output/REPL window</li>
<li><code>calva:cursorInString</code>: <code>true</code> when the cursor/caret is in a string or a regexp</li>
<li><code>calva:cursorInComment</code>: <code>true</code> when the cursor is in, or adjacent to a line comment</li>
<li><code>calva:cursorBeforeComment</code>: <code>true</code> when the cursor is adjacent before a line comment</li>
Expand Down

0 comments on commit 3bfd416

Please sign in to comment.