Note that there are some explanatory texts on larger screens.

plurals
  1. USTamas Kovacs
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COIf you `set noautoindent` then slimv does not try to do any indenting. In this case you need to do all indenting manually. But I don't advise to do that. Rather let slimv do all indenting for you. In case your editing invalidates the indentation, just use '=' to reindent. See chapter "Indentation" in |slimv-external| in the slimv doc. Just forget how Java, C, Python, etc do the indenting. Those languages have a tabstop based indentation, but lisp doesn't.
      singulars
    2. COI'm not quite sure I understand what you mean. This is also how vim's built in lisp indentation (function lispindent()) works. It pretty much ignores the tabstop settings. Just try to remove slimv and check it. It does not really make sense to set tabstop, shiftwidth and softtabstop to 2, because the indentation is not always done by 2 spaces. It highly depends on the structure of the current form. If you make some changes to the form then you can reindent it via the '=' operator. You shouldn't format the code, slimv should format it for you automatically.
      singulars
    3. COThanks! I fixed the problem you mentioned. Now REPL shall not stop responding to newlines after deleting some lines from the buffer. Please fetch it from the [repo](https://bitbucket.org/kovisoft/slimv).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload