aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-05-04 21:20:06 +0200
committerMax Christian Pohle2017-05-04 21:20:06 +0200
commit4332157ecf9c7c4ff9470cf739c09f3114dd9728 (patch)
tree742ed4d4f557e2a15a99df01278497a797b760ff /doc
parent828b6dc5e484e46a78a1b8b973e357c09d678bc7 (diff)
downloadvim-4332157ecf9c7c4ff9470cf739c09f3114dd9728.tar.bz2
vim-4332157ecf9c7c4ff9470cf739c09f3114dd9728.zip
Replaced tab char again
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 2c96bef..3dd389f 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -132,6 +132,11 @@ a = toggles display of hidden files
132[filetype:css] 132[filetype:css]
133viB:sort = sort inner block by name 133viB:sort = sort inner block by name
134 134
135[vim commands]
136:for i in range(1,12) | put ='2016-'.i | endfor
137
138[fancy utf-8 symbols]
139
135 140
136[vim modeline] 141[vim modeline]
137filetype can have multiple values, like python.django 142filetype can have multiple values, like python.django
..