summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorryucc <shortyliu@gmail.com>2014-11-25 23:34:03 +0800
committerryucc <shortyliu@gmail.com>2014-11-25 23:34:03 +0800
commitfcb0825f5961a75c0ae74b9838073354b01dd2f8 (patch)
tree7c94bbeb09994cfd3ccb022db45ae68b7d87f675
parent9a0c07c49c639b4d38a585798051b90c71d2d09f (diff)
downloadvim-shrvim-fcb0825f5961a75c0ae74b9838073354b01dd2f8.tar.gz
vim-shrvim-fcb0825f5961a75c0ae74b9838073354b01dd2f8.tar.zst
vim-shrvim-fcb0825f5961a75c0ae74b9838073354b01dd2f8.zip
Readme.md
misc changes
-rw-r--r--Readme.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/Readme.md b/Readme.md
index bd212aa..a7f0c24 100644
--- a/Readme.md
+++ b/Readme.md
@@ -44,9 +44,9 @@ created the server), you can:
#### Sync
-By default, ShrVim syncs each time you move the cursor, insert a character, etc,
-but this might cause your vim be a little bit laggy. So you might set it to only
-sync when you type the command (Detail sees below).
+By default, ShrVim syncs each time you move the cursor, insert a character, etc.
+This might cause your vim be a little bit laggy, so you might set it to only sync
+when you type the command (Detail sees below).
```
:ShrVimSync
@@ -113,8 +113,8 @@ exit
## Settings
-If your vim supports both +python and +python3, and you want to force this
-plugin use python2, you can type:
+If your vim supports both +python and +python3, and you want to force ShrVim to
+use python2, you can type:
```
:ShrVimTryUsePython2
@@ -126,16 +126,16 @@ Otherwise, you can type:
:ShrVimTryUsePython3
```
-About the frequency of syncing, you can setup it by:
+To set the frequency of syncing, you can use:
```let [g/b]:shr_vim_auto_sync_level = 3/2/1/0``` (Default 3)
-Where 0 means you shoul always call ```:ShrVimSync``` by manual. And it is a
+Where 0 means clients should always call ```:ShrVimSync``` by manual. And it is a
good idea to map a key to this command like:
```:map <F5> :ShrVimSync<CR>```
## Issues
-- Server might be inefficient when too much users online.
-- If someone use utf8 to insert an utf8 only character, the one use big5 or
+- Server might be inefficient with too many users online.
+- If a client uses utf8 to insert an utf8 only character, other clients using big5 or
something similar will crash.