1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 05:07:59 +01:00

Change buffer.getCurrentWord() to a read-only property buffer.currentWord.

This commit is contained in:
Doug Kearns
2010-09-23 20:03:26 +10:00
parent defa81b3d5
commit b6b0d5b427
3 changed files with 8 additions and 6 deletions

View File

@@ -664,7 +664,7 @@ const Editor = Module("editor", {
modes.set(modes.TEXTAREA);
}
else
dactyl.clipboardWrite(buffer.getCurrentWord(), true);
dactyl.clipboardWrite(buffer.currentWord, true);
});
mappings.add([modes.VISUAL, modes.TEXTAREA],