summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/aspell_commands.txt
blob: 8bd12040ffb3ed0028f6b0e1afe13b031b1d019d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[command_aspell_aspell]]
[command]*`aspell`* aspell plugin configuration::
........................................
/aspell  dictlist
         enable <lang>
         disable
         addword [<lang>] <word>

dictlist: show installed dictionaries
  enable: enable aspell on current buffer
 disable: disable aspell on current buffer
 addword: add a word in your personal aspell dictionary

Input line beginning with a '/' is not checked, except for some commands.

To enable aspell on all buffers, use option "default_dict", for example:
  /set aspell.check.default_dict "en"
........................................