Allow Meta-newline to always insert a newline character

darcs-hash:20061009011529-ac50b-c8e3d77b569bc445e586c95aca01e4433fbff598.gz
This commit is contained in:
axel
2006-10-09 11:15:29 +10:00
parent 770fa771b6
commit 7a8b468165
3 changed files with 33 additions and 8 deletions

View File

@@ -45,7 +45,8 @@ enum
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,
R_VI_ARG_DIGIT,
R_VI_DELETE_TO
R_VI_DELETE_TO,
R_EXECUTE
}
;