aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.cpp
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-06-12 14:17:25 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-06-12 14:20:07 +0530
commit25f9105a9776e2cf4a60c1d7c64b0f508e616246 (patch)
tree09a6b17b0c10750e40de45081e3e43c12b36cafd /history.cpp
parent602109bd8d8600258117fd2b3554e4fe7bd22402 (diff)
Made history --help show history man page and history is now saved only once while deleting items
Diffstat (limited to 'history.cpp')
-rw-r--r--history.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/history.cpp b/history.cpp
index 73d14fc2..c271b32e 100644
--- a/history.cpp
+++ b/history.cpp
@@ -406,8 +406,6 @@ void history_t::remove(const wcstring &str)
break;
}
}
-
- save();
}
void history_t::get_string_representation(wcstring &result, const wcstring &separator)